I am deploying an httpd server on RHEL6. I've installed the rpm and everything.
Now, when it comes to service startup, most of the post give as example the following line:
chkconfig --levels 235 httpd on
which doesn't makes sense to me.
According to wiki most linux distributions are using runlevel 2 as Multi-User mode without networking. So what is the point of running httpd with no network enabled?