I just ran updates with apt-get on my debian 3.1 server updating apache2 and php. After the updates I can't get my apache server up again.
/etc/init.d/apache2 start gives no error but checking the processes the server is not running afterwards
When I try to start it by
/usr/sbin/apache2ctl -f /etc/apache2/httpd.conf
I get the error
no listening sockets available, shutting down
Unable to open logs
I already checked with netstat but no process is listening on port 80.
What else can I do or check?
Unable to open logsseems to be permissions problem in the log files/folder. – Khaled Dec 29 '11 at 9:45