Set automatic httpd daemon start

This comand set executions permissions to the script and with chkconfig we create a Start link to the rc.d system.

 bash | 
 
 copy code |
?

1
chmod 755 /etc/init.d/httpd ; chkconfig --add httpd /etc/init.d/httpd start