Re: PerlRequire's access to httpd.conf variables

2004-01-24 Thread Stas Bekman
Philip Mak wrote: In the following situation: ServerName site1.com PerlSetVar Global /home/site1/global PerlRequire site1.pl ServerName site2.com PerlSetVar Global /home/site2/global PerlRequire site2.pl With the above example httpd.conf, is there a way site1.pl can read the PerlSetVar Global

PerlRequire's access to httpd.conf variables

2004-01-24 Thread Philip Mak
In the following situation: ServerName site1.com PerlSetVar Global /home/site1/global PerlRequire site1.pl ServerName site2.com PerlSetVar Global /home/site2/global PerlRequire site2.pl With the above example httpd.conf, is there a way site1.pl can read the PerlSetVar Global and see "/home/s