Re: Help with apache::sandwich

2002-06-13 Thread Paul de Repentigny
Éric, Try: ... snip ... instead. is used for URIs, not directories. An alternative would be: ... snip ... if DocumentRoot is set to "/web/httpd/htdocs" for Apache. Paul Eric Terry écrivit: > I have the following added to my httpd.conf file: > > # (Apache::Sandwich) >

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"  SetHandler    perl-script  PerlHandler   Apache::Sandwich  PerlSetVar HEADER "/my_header.html"   Here are my "html" files:   my_header.html: System WideI am the header.   Index.html: