The relevant error is "Address already in use: AH00072: make_sock: could not bind to address [::]:80”. You are already running something, probably an HTTPD server, on port 80. So make sure you stop this service. Since “service apache2 restart” didn’t work, this is probably not an HTTPD service controlled by a script in /etc/init.d/. You may have started it with apachectl, for example.
Marlon From: dnyaneshwar shendurwadkar <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Friday, November 6, 2015 at 3:24 PM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: about error while installing PGA Hi, While installing PGA when I run $ service apache2 restart * Restarting web server apache2 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 (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80 (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80<http://0.0.0.0/> no listening sockets available, shutting down AH00015: Unable to open logs Action 'start' failed. The Apache error log may have more information. [fail] * The apache2 instance did not start within 20 seconds. Please read the log files to discover problems What should I do ?
