No subject


Thu Oct 13 11:38:50 EDT 2022


PerlSetupEnv On will allow you to access the environment variables like
$ENV{REQUEST_URI}, which are available under CGI. However, when
programming handlers, there are always better ways to access these
variables through the Apache API. Therefore, it is recommended to turn
it Off except for scripts which absolutely require it. See PerlSetupEnv
Off.

RT apparently requires it. This really needs to be in the documentation.



More information about the rt-users mailing list