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
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