Por favor, tente os comandos abaixo em seu terminal ..
[root@localhost ~]# service httpd start
OR
[root@localhost ~]# /etc/init.d/httpd start
Depois de iniciar, ele será executado até que o sistema seja desligado. Ao verificar o status, você obterá algo assim.
[root@localhost ~]# /etc/init.d/httpd status
httpd (pid 2107) is running...
Se você quiser iniciar este serviço automaticamente na inicialização do sistema, use o comando abaixo.
[root@localhost ~]#chkconfig --level 3 httpd on
Onde 3 é o seu nível de execução atual.