Help with apache::sandwich

2002-06-13 Thread Eric Terry
I have the following added to my httpd.conf file: # (Apache::Sandwich)# Add directory custom "header"Location /web/httpd/htdocs/elterry SetHandler perl-script PerlHandler Apache::Sandwich PerlSetVar HEADER "/my_header.html"/Location Here are my "html" files: my_header.html:

Re: Help with apache::sandwich

2002-06-13 Thread Paul de Repentigny
Éric, Try: Directory /web/httpd/htdocs/elterry ... snip ... /Directory instead. Location is used for URIs, not directories. An alternative would be: Location /elterry ... snip ... /Location if DocumentRoot is set to /web/httpd/htdocs for Apache. Paul Eric Terry écrivit: