Apache was running but sites are not resolving. Print

  • 0

* List down httpd processes to check if httpd is running

ps ax | grep http

httpd process running but sites still not resolving

* Restart httpd service

service httpd restart


* Make sure named is running

ps aux | grep named


* If named is not running

service named start


* If named is running restart named and your firewall

service named restart
service apf restart
OR
service named restart
service csf restart

Was this answer helpful?

« Back

Powered by WHMCompleteSolution