Artur Maj
Colapse all |
Post comment
Securing Apache 2: Step-by-Step
2007-10-16
harry (1 replies)
harry (1 replies)
This guide shows how to run Apache2 in a chroot jail but the main process still runs as root which kind of defeats the purpose. Does anyone have any links/hints on how to make Apache give up root after opening the port? Thanks for the guide though, really helpfull.
...
[ more ] [ reply ]
...
[ more ] [ reply ]
Re: Securing Apache 2: Step-by-Step
2007-11-08
Fabien
Fabien
This is not fully the case: we see that we have a dedicated user and group in the httpd.conf file.
The directives are:
User apache
Group apache
And when the main process running as root is starting, it will put the port(s) in LISTEN mode, fork the main process into several sub-processes...
[ more ] [ reply ]
The directives are:
User apache
Group apache
And when the main process running as root is starting, it will put the port(s) in LISTEN mode, fork the main process into several sub-processes...
[ more ] [ reply ]

Joen Moreno
joenmoreno @ not_spam gmail.com...
[ more ] [ reply ]