[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apache2 locally broken



 Hi.

On Tue, Sep 08, 2015 at 10:36:45AM +0200, Paolo Cavallini wrote:
> Il 08/09/2015 10:21, Reco ha scritto:
> 
> > Please post the output of 'ss -lnpt'. Someone took port 80 on this host
> > already and this is the source of your trouble.
> 
> Oh, you're right: lighttp seems the culprit.
> However, purging it does not solve the issue.
> What else?
> Thanks.
> ===
> root@440:/usr/local/src/debian/otb# ss -lnpt
> LISTEN     0      128
> *:80                                                              *:*
>                 users:(("lighttpd",pid=3554,fd=4))

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.

Still, the issue should be solved by running something like 'pkill -f
lighttpd', or in this case, 'kill 3554'.

Reco


Reply to: