in reply to Re^2: mod_perl2 Apache VirtualHost ENV settings [OT?]
in thread mod_perl2 Apache VirtualHost ENV settings [OT?]

If you need to support CGI scripts that don't run under mod_perl, I would suggest you create a config file with a hash of the variables you need indexed by something like DocumentRoot that's available in $ENV for CGI scripts and accessible via the mod_perl API as well.
  • Comment on Re^3: mod_perl2 Apache VirtualHost ENV settings [OT?]