On Apr 27, 2006, at 11:24 PM, Jonathan Vanasco wrote:
Not a fan of that... but i the docs right next to is is PerlSetEnv. Thats cleaner.
M(#*^&%, PerlSetEnv only works in dir/loc blocks
sadly, the 'easiest' way seems to be me to do this:
httpd.conf-dev
require /webserver/sites/mp/etc/_startup.pl
httpd.conf-prod
require /usr/local/www/sites/mp/etc/_startup.pl
then have each of those set the env. vars and then call startup.pl
annoying.
