This has been discussed a number of times here. Apache will always inherit
the environment of the user that starts it. You should start it with a
clean environment. ie. add "env -i" to whatever script starts your httpd
server.
-Rasmus
On Tue, 15 Jan 2002, Michael Sims wrote:
> This may be more
At 09:32 PM 1/15/2002 -0600, Michael Sims wrote:
>On both the Redhat 7.1 servers, phpinfo() reports the following
>environment variables:
>
>user: michaels
>logname: michaels
[...]
>I'm confused as to why these variables exist. I know for a fact that
>Apache is running as "nobody". That's what
This may be more of an Apache question, but I was hoping that someone here
would have an idea about this.
I tracked down a bug in one of my scripts that was caused by environment
variable that was being registered as global without my knowledge (due to
the register_globals setting). My script
3 matches
Mail list logo