- From: Martin Presler-Marshall <mpresler@us.ibm.com>
- Date: Mon, 11 Feb 2002 08:07:53 -0500
- To: dennis.moriarty@kodak.com, www-p3p-dev@w3c.org
Apache lets you declare that directives only apply to certain parts
of the site. While I don't explain how to do this in the deployment guide,
it's not hard. What you do is determine the parts of the site that each
compact policy will apply to. Create a seperate set of Header directives
for each compact policy. Then use the information at
http://httpd.apache.org/docs/sections.html ("How Directory, Location, and
Files Sections Work") to apply those directives to the appropriate parts of
the site.
The next update to the deployment guide will contain a note to this
effect.
-- Martin
Martin Presler-Marshall - Program Manager, Privacy Technology
E-mail: mpresler@us.ibm.com AIM: jhreingold
Phone: (919) 254-7819 (tie-line 444-7819) Fax: (919) 254-6430 (tie-line
444-6430)
dennis.moriarty@
kodak.com To: "www-p3p-dev@w3c.org" <www-p3p-dev@w3c.org>
Sent by: cc:
www-p3p-dev-requ Subject: P3P Http Response Header for Multiple Compact Policies
est@w3.org
02/06/2002 05:03
PM
From: Dennis Moriarty
The example given in the deployment document does not deal with
sites that have multiple compact policies. How would we
configure Apache to recognise multiple compact policies
without having to touch thousands of files?
<Location / >
Header append P3P "policyref=\"
http://catalog.example.com/P3P/PolicyReferences.xml\""
Header append CP "xxx xxx xxx xxx xxx xxx xxx xxx"
</Location>
http://www.w3.org/TR/p3pdeployment
for example A.1.3 for how to do this with Apache.
Thanks in advance for you help.
Received on Monday, 11 February 2002 08:09:21 UTC