Posts

Showing posts from September, 2018

Apache error (98) in Ubuntu 14.04

Error- Apache service not running Restarting web server apache2                                                                                                  (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 no listening sockets available, shutting down AH00015: Unable to open logs Action 'start' failed. The Apache error log may have more information. * * The apache2 instance did not start within 20 seconds. Please read the log files to discover problems Solution-  Change in port.conf with any other port after that start Apache service again. in my case it was 80 and I change it with 8080 then after you will have to make same port change in your virtualhost configuration file.