in reply to Re: Can the user a script runs as be changed?
in thread Can the user a script runs as be changed?

Note that you can find out what user Apache runs as by looking in the httpd.conf file (mine's located at /etc/httpd/httpd.conf) and looking for lines like

User www Group www
Obviously Apache runs as www for me.

Replies are listed 'Best First'.
Re^3: Can the user a script runs as be changed?
by tachyon (Chancellor) on Jul 02, 2004 at 04:19 UTC
    grep "^User " `locate httpd.conf`