Hi Guys,
This has most likely been answered before but I have to ask as I have
searched this mailing list and can't find the answer I am looking for.
It is also most likely in the mod_perl 2,0 documentation and if there
is a relevant part of it you can point me to regarding my issue that
would be good!
I am running mod_perl 2 on a debian server using apache2
I have a <VirtualHost> directive which incorporates a mod_perl
PerlTransHandler. This VirtualHost block of the config also has some
Alias and SetEnv directives defined.
The PerlTransHandler module behaves correctly and works well but it
seems that when I execute a PHP document under this VirtualHost I lose
the $_SERVER (%ENV in perl) variables and Alias settings I have set in
the Apache VirtualHost block of my config.
Attached is my PerlTransHandler and my PerlFixupHandler as well as my
Apache configuration.