JupiterHost.Net wrote:
Hello List!

I was trying to figure out how to see the user the script/webserver is running as. (Like Apache is 'nobody' or the owner 'foomonkey' perhaps with SuExec enabled)


ps -ef |grep -i httpd


And, where ever your apache server logs are;
do -

grep -i suexec error*log

It will tell you the path to where it
thinks the SuExec program is...

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to