View Single Post
Old 12-08-2006, 10:40 AM   #3 (permalink)
Vormund
Monster Techie
 
Join Date: May 2004
Location: Tucson, AZ, USA
Posts: 1,184
Send a message via AIM to Vormund Send a message via MSN to Vormund Send a message via Yahoo to Vormund
Default

Actually it's AIX... though I figured it out, finally. I forgot to check the log file, smart eh? Anyhow, the answer:

In the log file:
Code:
[Wed Dec 06 18:03:43 2006] [alert] (22)Invalid argument: setgid: unable to set group id to Group 4294967295
Google led me to this page:
http://www.linuxquestions.org/questi...ad.php?t=10015
A quote from it:
Quote:
# NOTE that some kernels refuse to setgid(Group) or semctl(IPC_SET)
# when the value of (unsigned)Group is above 60000;
# don't use Group nobody on these systems!
So I merely created an apache group and an apache user...problem solved.
__________________
Vormund is offline   Reply With Quote