Question
Can't reload apache2, no listening sockets available
* Reloading web server config apache2 /usr/sbin/apache2ctl: 87: ulimit: error setting limit (Operation not permitted) httpd not running, trying to start (13)Permission denied: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs Action 'graceful' failed.and when I run
sudo netstat -ltnp | grep ':80'
i get:
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 4266/apache2Where did I go wrong, what should I do ?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×