If you have installed Apache and Bind by yourself, they do not start automatically upon your server boot. In order to start them you don’t need any special knowledge, only a small linux command.
chkconfig –level 235 httpd on
chkconfig –level 235 named on
This will start these services automatically on runlevels 2,3 and 5. You don’t [...]