Operating System - HP-UX
1833589 Members
5370 Online
110061 Solutions
New Discussion

Re: Apache/Jserv installation on HP-Ux

 
Jesper Andersson_1
Occasional Advisor

Apache/Jserv installation on HP-Ux

I have installed apache 1.3.20 and Jserv 1.1.2 on a HP-Ux 11.00. I have installed it on apache default location /usr/local and have used packages from the apache & JServ home pages.

But when I try to start apache it shutdown immediately. I have checked the httpd.conf and it looks okay to me (have only installed apache on Solaris before). In the error log the only thing I can see is:

[Wed Oct 31 11:01:23 2001] [alert] (22)Invalid argument: setgid: unable to set group id to Group 4294967294
[Wed Oct 31 11:01:23 2001] [error] (22)Invalid argument: shmctl() could not set segment #654204
[Wed Oct 31 11:01:23 2001] [alert] (22)Invalid argument: setgid: unable to set group id to Group 4294967294
[Wed Oct 31 11:01:23 2001] [alert] (22)Invalid argument: setgid: unable to set group id to Group 4294967294
[Wed Oct 31 11:01:23 2001] [alert] (22)Invalid argument: setgid: unable to set group id to Group 4294967294
[Wed Oct 31 11:01:23 2001] [alert] (22)Invalid argument: setgid: unable to set group id to Group 4294967294
[Wed Oct 31 11:01:23 2001] [alert] (22)Invalid argument: setgid: unable to set group id to Group 4294967294
[Wed Oct 31 11:01:23 2001] [notice] Apache/1.3.20 (Unix) ApacheJServ/1.1.2 configured -- resuming normal operations
[Wed Oct 31 11:01:23 2001] [alert] Child 29897 returned a Fatal error...
Apache is exiting!
Force be with you
2 REPLIES 2
Joseph Chakkery
Valued Contributor

Re: Apache/Jserv installation on HP-Ux

Hello,

Check the group id of all file where apache has installed. If a similar number is there for some file change it by using chgrp -R dir.


Regards
Joe.
Knowledge is wealth
Santosh Nair_1
Honored Contributor

Re: Apache/Jserv installation on HP-Ux

It looks like apache is trying to startup using group nobody, i.e. -2. Change this to some other group in /usr/local/apache/conf/httpd.conf file and make sure that all the apache files are owned by this group.

Hope this helps.

-Santosh
Life is what's happening while you're busy making other plans