- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- httpd: bad group name www
Operating System - HP-UX
1823257
Members
3055
Online
109648
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
тАО11-15-2001 02:43 PM
тАО11-15-2001 02:43 PM
Hello!
I was install the APACHE Web Server release 1.3.20, when I try to run the webserver receive the next message:
httpd: bad group name www
I'm ussing the command:
/opt/apache/bin/httpd -f /opt/apache/etc/httpd.conf
what can I do to solve this problen?
tnks!
*Joel
I was install the APACHE Web Server release 1.3.20, when I try to run the webserver receive the next message:
httpd: bad group name www
I'm ussing the command:
/opt/apache/bin/httpd -f /opt/apache/etc/httpd.conf
what can I do to solve this problen?
tnks!
*Joel
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-15-2001 02:51 PM
тАО11-15-2001 02:51 PM
Solution
Hi:
1) Make sure that you have a user 'www'
The passwd entry can be: (example - '*' in the passwd field prevents logins)
www:*:30:1::/home/www:/sbin/sh
2) Make sure that you have a group 'www' (e.g)
The group entry can be:
www::108
3) Edit /opt/apache/etc/httpd.conf
Add/Change these lines:
User www
Group www
Save the file.
Now start httpd as root and it will change group and change user to 'www'.
1) Make sure that you have a user 'www'
The passwd entry can be: (example - '*' in the passwd field prevents logins)
www:*:30:1::/home/www:/sbin/sh
2) Make sure that you have a group 'www' (e.g)
The group entry can be:
www::108
3) Edit /opt/apache/etc/httpd.conf
Add/Change these lines:
User www
Group www
Save the file.
Now start httpd as root and it will change group and change user to 'www'.
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-15-2001 03:11 PM
тАО11-15-2001 03:11 PM
Re: httpd: bad group name www
Hi,
Other than having user and group of www being
present as suggested by Clay, you shold also
set up the apache auto start from boot. So
in /sbin/init.d/apache place this. Then you
need to link to /sbin/rc3.d as below.
lrwxr-xr-x 1 root sys 19 Oct 15 14:23 S888apache -> /sbin/init.d/apache
#
# This simple script is so the Apache Web Server
# can be started at system startup in run level 3.
#
APACHE_BIN=/usr/local/apache/bin
# Start the Apache server
$APACHE_BIN/apachectl start
#
-Michael
Other than having user and group of www being
present as suggested by Clay, you shold also
set up the apache auto start from boot. So
in /sbin/init.d/apache place this. Then you
need to link to /sbin/rc3.d as below.
lrwxr-xr-x 1 root sys 19 Oct 15 14:23 S888apache -> /sbin/init.d/apache
#
# This simple script is so the Apache Web Server
# can be started at system startup in run level 3.
#
APACHE_BIN=/usr/local/apache/bin
# Start the Apache server
$APACHE_BIN/apachectl start
#
-Michael
Anyone for a Mutiny ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-18-2001 01:27 PM
тАО11-18-2001 01:27 PM
Re: httpd: bad group name www
I just checked my install of 1.3.22 and it did not create a group 'www'.
The group suggested in the httpd.conf is 'nogroup'.
If you wish to use www as a group you will have to create it.
The group suggested in the httpd.conf is 'nogroup'.
If you wish to use www as a group you will have to create it.
Experience is a hard teacher. It tests first and teaches afterward.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP