In the following situation: <VirtualHost 1.2.3.4> ServerName site1.com PerlSetVar Global /home/site1/global PerlRequire site1.pl </VirtualHost>
<VirtualHost 1.2.3.4> ServerName site2.com PerlSetVar Global /home/site2/global PerlRequire site2.pl </VirtualHost> With the above example httpd.conf, is there a way site1.pl can read the PerlSetVar Global and see "/home/site1/global", while site2.pl can read it and see "/home/site2/global"? Or is this information not available yet during the startup sequence? -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html