Discussion:
Starting Apache2 on Solaris 10 u9
(too old to reply)
Andy
2012-01-28 09:40:10 UTC
Permalink
Hello everybody
I have httpd in offline* state.
The tail -f /var/apache2/logs/error_log said:
[Sat Jan 28 19:07:35 2012] [notice] Apache/2.0.63 (Unix) DAV/2
configured -- resuming normal operations
[Sat Jan 28 19:07:35 2012] [alert] Child 9086 returned a Fatal
error... Apache is exiting!
[Sat Jan 28 19:07:37 2012] [notice] Digest: generating secret for
digest authentication ...
[Sat Jan 28 19:07:37 2012] [notice] Digest: done
[Sat Jan 28 19:07:37 2012] [alert] (22)Invalid argument: setgid:
unable to set group id to Group 4294967295
[Sat Jan 28 19:07:37 2012] [alert] (22)Invalid argument: setgid:
unable to set group id to Group 4294967295
[Sat Jan 28 19:07:37 2012] [alert] (22)Invalid argument: setgid:
unable to set group id to Group 4294967295
[Sat Jan 28 19:07:37 2012] [alert] (22)Invalid argument: setgid:
unable to set group id to Group 4294967295
[Sat Jan 28 19:07:37 2012] [alert] (22)Invalid argument: setgid:
unable to set group id to Group 4294967295
[Sat Jan 28 19:07:37 2012] [notice] Apache/2.0.63 (Unix) DAV/2
configured -- resuming normal operations
[Sat Jan 28 19:07:37 2012] [alert] Child 9101 returned a Fatal
error... Apache is exiting!
John D Groenveld
2012-01-28 16:18:15 UTC
Permalink
Post by Andy
unable to set group id to Group 4294967295
What's the Group directive in /etc/apache2/httpd.conf ?
<URL:http://httpd.apache.org/docs/2.0/mod/mpm_common.html#group>

John
***@acm.org
Nomen Nescio
2012-01-28 20:20:08 UTC
Permalink
the root is on NFS???
Post by Andy
unable to set group id to Group 4294967295
Andy
2012-01-29 08:56:51 UTC
Permalink
Post by John D Groenveld
Post by Andy
unable to set group id to Group 4294967295
What's the Group directive in /etc/apache2/httpd.conf ?
<URL:http://httpd.apache.org/docs/2.0/mod/mpm_common.html#group>
John
I created a new user and group and added the user to the group and
after modifying the Group entry in http.conf the httpd has started
without problems.
Thank you for your link. May I dare another question: I would like to
build a "strappd" machine which will listen only on the ports used by
apache and sendmail.
So I wanna to close all the services that are unnecessary but I do not
now how to do that. Can you give me a hint?
Thanks in advance
Chris Ridd
2012-01-29 11:28:10 UTC
Permalink
Post by Andy
Post by John D Groenveld
Post by Andy
unable to set group id to Group 4294967295
What's the Group directive in /etc/apache2/httpd.conf ?
<URL:http://httpd.apache.org/docs/2.0/mod/mpm_common.html#group>
John
I created a new user and group and added the user to the group and
after modifying the Group entry in http.conf the httpd has started
without problems.
Thank you for your link. May I dare another question: I would like to
build a "strappd" machine which will listen only on the ports used by
apache and sendmail.
So I wanna to close all the services that are unnecessary but I do not
now how to do that. Can you give me a hint?
Look up "secure by default", e.g.
<http://blogs.oracle.com/gbrunett/tags/secure-by-default>
--
Chris
Loading...