> Then your not setting it correctly via your apache module.

Actually I am setting it correctly, but as you say...

> FYI - If you using apache 1.3.x you CANNOT reset document
> root. DOCUMENT_ROOT is set at a low level of initial child request
> startup. Your third party module isnt at a low enough level to do this.

..Apache replaces certain variables later on in the processing
chain, including DOCUMENT_ROOT.  I found a way to avoid this though,
and now my module is working the way I want and I am able to specify
the DOCUMENT_ROOT dynamically.

Thanks for the replies though, they helped track it down.

Mark

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to