Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 12-06-2006, 07:05 PM   #1 (permalink)
 
Monster Techie

Join Date: May 2004

Location: Tucson, AZ, USA

Posts: 1,183

Vormund

Send a message via AIM to Vormund Send a message via MSN to Vormund Send a message via Yahoo to Vormund
Question Apache2 & Unix ... can they be friends?

Keeping in mind this is all new to me, does anyone happen to have a clue as to...

I downloaded the apache2 source and installed it...but when running ./httpd -k start (or apachectl -k start), it will act normal...however the server isn't starting. Nothing is shown in the process list and doing ./httpd -k stop ...it says the server has not started (thus nothing to stop).

I'm sure it's something simple...but I'm at a guess-and-try point, and a clue might be a bit faster.

Thanks.
__________________
Vormund is offline  
Old 12-06-2006, 08:36 PM   #2 (permalink)
macdude425's Avatar
 
Member (again)

Join Date: Jan 2005

Location: Raul's Wild Kingdom...How 'bout that, huh?

Posts: 4,200

macdude425 is on a distinguished road

Send a message via AIM to macdude425 Send a message via Yahoo to macdude425
Default

If it's Linux, try /etc/init.d/httpd start

If not, well...
__________________



Debian Support Forums!
macdude425 is offline  
Old 12-08-2006, 11:40 AM   #3 (permalink)
 
Monster Techie

Join Date: May 2004

Location: Tucson, AZ, USA

Posts: 1,183

Vormund

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  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On