Home > OS >  Ubuntu start apache failure, a great god help to look at how to solve
Ubuntu start apache failure, a great god help to look at how to solve

Time:09-20

Apache2. Service - The Apache HTTP Server
The Loaded: the Loaded (/lib/systemd/system/apache2. Service; Enabled. Vendor preset: enabled)
The Drop In:/lib/systemd/system/apache2. Service.
dApache2 - systemd. Conf
Active: failed (Result: exit - code) since Wed 11:31:01 2020-02-19 CST; 5 min line
Process: 4467 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)

On February 19 11:31:01 python apachectl [4467] : AH00558: apache2: Could not reliably determine the server 's fully qualified domain name, using 127.0.1.1. Set the' ServerName 'directive globally to suppress this message
On February 19 11:31:01 python apachectl [4467] : (98) Address already in use: AH00072: make_sock: could not bind to Address [: :] : 8080
On February 19 11:31:01 python apachectl [4467] : (98) Address already in use: AH00072: make_sock: could not bind to Address 0.0.0.0:8080
On February 19 11:31:01 python apachectl [4467] : no listening sockets available, shutting down
On February 19 11:31:01 python apachectl [4467] : AH00015: Unable to open logs
On February 19 11:31:01 python apachectl [4467] : the Action 'start' failed.
On February 19 11:31:01 python apachectl [4467] : The Apache error log may have more information.
On February 19 11:31:01 python systemd [1] : apache2. Service: Control the process exited, code=exited the status=1
On February 19 11:31:01 python systemd [1] : apache2. Service: Failed with result 'exit - code.
On February 19 11:31:01 python systemd [1] : Failed to start The Apache HTTP Server.

CodePudding user response:

The port 8080 was taken, or find who take up, turn off the software, or switch a port for apache.
  • Related