On 07/18/2018 10:12 AM, Jonathan Dowland wrote:On Wed, Jul 18, 2018 at 09:36:14AM -0400, Greg Wooledge wrote: hello when i run systemctl this is what i get ● apache2.service - The Apache HTTP Server Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Wed 2018-07-18 16:35:30 EDT; 1min 2s ago Process: 614 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE) Jul 18 16:35:30 culser systemd[1]: Starting The Apache HTTP Server... Jul 18 16:35:30 culser apachectl[614]: (99)Cannot assign requested address: AH00072: make_sock: could not bind to addres Jul 18 16:35:30 culser apachectl[614]: no listening sockets available, shutting down Jul 18 16:35:30 culser apachectl[614]: AH00015: Unable to open logs Jul 18 16:35:30 culser apachectl[614]: Action 'start' failed. Jul 18 16:35:30 culser apachectl[614]: The Apache error log may have more information. Jul 18 16:35:30 culser systemd[1]: apache2.service: Control process exited, code=exited status=1 Jul 18 16:35:30 culser systemd[1]: Failed to start The Apache HTTP Server. Jul 18 16:35:30 culser systemd[1]: apache2.service: Unit entered failed state. Jul 18 16:35:30 culser systemd[1]: apache2.service: Failed with result 'exit-code'. does not result in a running apache2, check "journalctl -u hello when i run systemctl this is what i get ● apache2.service - The Apache HTTP Server Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Wed 2018-07-18 16:35:30 EDT; 1min 2s ago Process: 614 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE) Jul 18 16:35:30 culser systemd[1]: Starting The Apache HTTP Server... Jul 18 16:35:30 culser apachectl[614]: (99)Cannot assign requested address: AH00072: make_sock: could not bind to addres Jul 18 16:35:30 culser apachectl[614]: no listening sockets available, shutting down Jul 18 16:35:30 culser apachectl[614]: AH00015: Unable to open logs Jul 18 16:35:30 culser apachectl[614]: Action 'start' failed. Jul 18 16:35:30 culser apachectl[614]: The Apache error log may have more information. Jul 18 16:35:30 culser systemd[1]: apache2.service: Control process exited, code=exited status=1 Jul 18 16:35:30 culser systemd[1]: Failed to start The Apache HTTP Server. Jul 18 16:35:30 culser systemd[1]: apache2.service: Unit entered failed state. Jul 18 16:35:30 culser systemd[1]: apache2.service: Failed with result 'exit-code'. |