On Mon, May 25, 2009 at 2:30 AM, Geoff Toogood <ge...@allotz.com> wrote: > 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.
That should work. Can you try it with a simple CGI script, to see if the PHP config is the problem? - Perrin