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.