# systemctl status apache2
● apache2.service - The Apache HTTP Server
   Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: 
enabled)
  Drop-In: /lib/systemd/system/apache2.service.d
           └─apache2-systemd.conf
   Active: failed (Result: exit-code) since Sun 2018-08-12 09:18:42 BST; 2min 
0s ago
  Process: 978 ExecStart=/usr/sbin/apachectl start (code=exited, 
status=1/FAILURE)

Aug 12 09:18:42 sol apachectl[978]: AH00557: apache2: apr_sockaddr_info_get() 
failed for sol
Aug 12 09:18:42 sol apachectl[978]: AH00558: apache2: Could not reliably 
determine the server's fully
Aug 12 09:18:42 sol apachectl[978]: (99)Cannot assign requested address: 
AH00072: make_sock: could not
Aug 12 09:18:42 sol apachectl[978]: no listening sockets available, shutting 
down
Aug 12 09:18:42 sol apachectl[978]: AH00015: Unable to open logs
Aug 12 09:18:42 sol apachectl[978]: Action 'start' failed.
Aug 12 09:18:42 sol apachectl[978]: The Apache error log may have more 
information.
Aug 12 09:18:42 sol systemd[1]: apache2.service: Control process exited, 
code=exited status=1
Aug 12 09:18:42 sol systemd[1]: apache2.service: Failed with result 'exit-code'.
Aug 12 09:18:42 sol systemd[1]: Failed to start The Apache HTTP Server.



SystemD Unit file in /lib/systemd/system/apache2.service
--------------------
[Service]
Type=forking
Environment=APACHE_STARTED_BY_SYSTEMD=true
ExecStart=/usr/sbin/apachectl start
ExecStop=/usr/sbin/apachectl stop
ExecReload=/usr/sbin/apachectl graceful
PrivateTmp=true
Restart=on-abort

[Install]
WantedBy=multi-user.target

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1786675

Title:
  Apache will not start on boot if bound to a fixed IP address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1786675/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to