Hi. On Tue, Sep 08, 2015 at 11:18:31AM +0200, Paolo Cavallini wrote: > Il 08/09/2015 10:59, Reco ha scritto: > > > Wait. You mean that you've purged lighttpd first, and *then* 'ss -lnpt' > > shows that lighttpd is still running? Seems like a bug to me. > > Sorry I was unclear: I confirmed lighttpd was occupying port 80, then I > removed it, and I restarted apache2, without success.
Oh, it's misunrestanding on my part. > However: > ===================================================================== > * apache2.service - LSB: Apache2 web server > Loaded: loaded (/etc/init.d/apache2) > Active: active (exited) (Result: exit-code) since Tue 2015-09-08 > 08:30:30 CEST; 2h 47min ago > Docs: man:systemd-sysv-generator(8) > Process: 13291 ExecReload=/etc/init.d/apache2 reload (code=exited, > status=1/FAILURE) > > Sep 08 10:35:16 440 apache2[11872]: Apache2 is not running ... (warning). > Sep 08 10:35:16 440 systemd[1]: apache2.service: Control process exited, > code=exited status=1 > Sep 08 10:35:16 440 systemd[1]: Reload failed for LSB: Apache2 web server. > Sep 08 10:35:21 440 systemd[1]: Started LSB: Apache2 web server. > Sep 08 11:16:55 440 systemd[1]: Reloading LSB: Apache2 web server. > Sep 08 11:16:55 440 apache2[13291]: Reloading web server: apache2 failed! > Sep 08 11:16:55 440 apache2[13291]: Apache2 is not running ... (warning). > Sep 08 11:16:55 440 systemd[1]: apache2.service: Control process exited, > code=exited status=1 > Sep 08 11:16:55 440 systemd[1]: Reload failed for LSB: Apache2 web server. > Sep 08 11:17:01 440 systemd[1]: Started LSB: Apache2 web server. > ===================================================================== It there anything useful in apache's error.log? Maybe failed dpkg configuration script left httpd.conf in invalid state, or something. Reco