HTTPD will no start
by GothInACloset from LinuxQuestions.org on (#5FZMV)
It is the weirdest thing. A virtual host was removed from the httpd service and now the httpd service fails. The journalctl -xe reports the following error:
Quote:
Since that virtual was removed and the httpd.conf file altered to remove that port... the error still happens.... even when I add the old virtual listening port back in... I have never seen this before. I am sure it is something simple - I just can't see it.


Quote:
-- Unit httpd.service has begun starting up. Mar 30 14:34:33 vgxilnx001.vgxii.local httpd[2605]: [Tue Mar 30 14:34:33.192295 2021] [so:warn] [pid 2605] AH01574: module rewrite_module is already loaded, skipping Mar 30 14:34:33 vgxilnx001.vgxii.local httpd[2605]: (99)Cannot assign requested address: AH00072: make_sock: could not bind to address 10.0.0.46:7650 Mar 30 14:34:33 vgxilnx001.vgxii.local httpd[2605]: no listening sockets available, shutting down Mar 30 14:34:33 vgxilnx001.vgxii.local httpd[2605]: AH00015: Unable to open logs Mar 30 14:34:33 vgxilnx001.vgxii.local systemd[1]: httpd.service: Main process exited, code=exited, status=1/FAILURE Mar 30 14:34:33 vgxilnx001.vgxii.local systemd[1]: httpd.service: Failed with result 'exit-code'. -- Subject: Unit failed -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit httpd.service has entered the 'failed' state with result 'exit-code'. Mar 30 14:34:33 vgxilnx001.vgxii.local systemd[1]: Failed to start The Apache HTTP Server. -- Subject: Unit httpd.service has failed -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit httpd.service has failed. |