in reply to Re: Re: CGI scripts creating files with odd ownerships
in thread CGI scripts creating files with odd ownerships
Ok, next step is to check that user and group 'www' exist on the system (grep www /etc/{passwd,groups} or perl -e 'print getpwnam("www"),$/,getgrnam("www"),$/'). If that turns up no problem, look again for suEXEC setup. It's not the same thing as setting the suid bit on the scripts. $ httpd -l -L -V will assist in that.
After Compline,
Zaxo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
CGI scripts creating files with odd ownerships
by Matt S Trout (Initiate) on Jul 02, 2001 at 19:43 UTC | |
by Zaxo (Archbishop) on Jul 02, 2001 at 21:36 UTC |