force apache restart

  1. K

    Steps to force restart Apache service

    If you are unable to restart Apache and continuously getting below error: Address already in use: make_sock: could not bind to port 80 Then you can run below command first and then try to restart Apache service: killall -9 httpd Now restart your Apache service: Service httpd restart
Top