mod_vhost_alias



Hi all

We have the mod_vhost_alias module installed on our FreeBSD box. This has
screwed up the $_SERVER['DOCUMENT_ROOT'] variable for php as it's set to
/home in httpd.conf.

This is the most contrary thing I've every seen as (probably) 99% of scripts
out there will rely on this to some extent. Does anyone know if there is a
work round for this? We don't want to turn the module off. The
server_path_translated variable is no good without modifying the code to
strip of the actual script file on the end.

Regards

Andy

.



Relevant Pages

  • mod_vhost_alias
    ... This is the most contrary thing I've every seen as 99% of scripts ... server_path_translated variable is no good without modifying the code to ... strip of the actual script file on the end. ...
    (comp.unix.bsd.freebsd.misc)
  • Re: [PHP] Which file called the function?
    ... another way to get the script file name that's calling the function. ... And instead of modifying all the files ... adding logging only to it to also include what script called it. ...
    (php.general)