- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Regarding Apache on HP-UX 11.00.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 12:40 AM
02-03-2003 12:40 AM
Regarding Apache on HP-UX 11.00.
Greetings. I have installed Apache from the Software Depot distribution available on HP's website. After configuring httpd.conf as I have done many times before on other servers (though admittedly FreeBSD servers), I started apache for the first time through:
/opt/apache/bin/apachectl start
I am returned with:
/opt/apache/bin/apachectl start: httpd started
But I see no httpd processes in ps -ef
In addition, checking the logfile available at /opt/apache/logs/error_log:
------
[Mon Feb 3 01:05:56 2003] [alert] (22)Invalid argument: initgroups: unable to set groups for User www and Group 99 setgroups: Invalid argument
[Mon Feb 3 01:05:56 2003] [alert] (22)Invalid argument: initgroups: unable to set groups for User www and Group 99 setgroups: Invalid argument
[Mon Feb 3 01:05:56 2003] [alert] (22)Invalid argument: initgroups: unable to set groups for User www and Group 99 setgroups: Invalid argument
[Mon Feb 3 01:05:56 2003] [alert] (22)Invalid argument: initgroups: unable to set groups for User www and Group 99
[Mon Feb 3 01:05:56 2003] [notice] HP Apache-based Web Server/1.3.27 (Unix) configured -- resuming normal operations
[Mon Feb 3 01:05:56 2003] [notice] Accept mutex: fcntl (Default: fcntl)
[Mon Feb 3 01:05:56 2003] [alert] Child 1702 returned a Fatal error...
Apache is exiting!
-------
I've checked /etc/group, and see the following:
www::99:www
User and Group in httpd.conf are both set to 'www'.
apachectl start was executed by root.
I've searched google high and low and can't find the answer to this; assistance is much appreciated with this problem! Please let me know if there is more information required.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 01:14 AM
02-03-2003 01:14 AM
Re: Regarding Apache on HP-UX 11.00.
post the results.
su - www and excecute id. what it gives?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 01:17 AM
02-03-2003 01:17 AM
Re: Regarding Apache on HP-UX 11.00.
grpck returns open prompt.
Interestingly enough, 'su - www' returns this:
# su - www
setgroups: Invalid argument
setgroups: Invalid argument
su: Unable to initialize group access list
I've never run into this before. :) My primary experience is with FreeBSD, Solaris and Linux, not HP-UX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 01:19 AM
02-03-2003 01:19 AM
Re: Regarding Apache on HP-UX 11.00.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 01:21 AM
02-03-2003 01:21 AM
Re: Regarding Apache on HP-UX 11.00.
B6837AA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 01:22 AM
02-03-2003 01:22 AM
Re: Regarding Apache on HP-UX 11.00.
maybe it has errors in also. Try temporarily renaming it, su - www and see if you stil have errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 01:32 AM
02-03-2003 01:32 AM
Re: Regarding Apache on HP-UX 11.00.
Any solution will most likely involve reducing the number of groups your users are members of, see the NGROUPS_MAX value
Are you trying to put www in more than 20 groups.
Only 8 if /etc/logingroup is linked to it
steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 01:36 AM
02-03-2003 01:36 AM
Re: Regarding Apache on HP-UX 11.00.
root::0:root
other::1:root,hpdb
bin::2:root,bin
sys::3:root,uucp
adm::4:root,adm
daemon::5:root,daemon
mail::6:root
lp::7:root,lp
tty::10:
nuucp::11:nuucp
users::20:root
nogroup:*:-2:www
www::99:www
I see no file /etc/privgroup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 01:38 AM
02-03-2003 01:38 AM
Re: Regarding Apache on HP-UX 11.00.
Removing this has worked. Thank you for all your assistance!