httpd dead but subsys locked

Benjamin J. Weiss benjamin at weiss.name
Fri May 14 16:03:02 UTC 2004


From: "Nitin" <nitinmehta at kappa.net.in>
To: "General Red Hat Linux discussion list" <redhat-list at redhat.com>
Sent: Friday, May 14, 2004 10:57 AM
Subject: Re: httpd dead but subsys locked


> [root@'myserver' root]# netstat -tapn
> Active Internet connections (servers and established)
> Proto Recv-Q Send-Q Local Address           Foreign Address         State
> PID/Program name
> tcp        0      0 0.0.0.0:32768           0.0.0.0:*               LISTEN
> 582/rpc.statd
> tcp        0      0 0.0.0.0:3306            0.0.0.0:*               LISTEN
> 1266/mysqld
> tcp        0      0 0.0.0.0:15051           0.0.0.0:*               LISTEN
> 8371/perl
> tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN
> 554/portmap
> tcp        0      0 xxx.xxx.xxx.xxx:53        0.0.0.0:*
LISTEN
> 23396/named
> tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN
> 23396/named
> tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN
> 775/sshd
> tcp       52      0 xxx.xxx.xxx.xxx:22        xx.xx.xx.xx:2399
> ESTABLISHED 23810/sshd

Okay, please try both of the below:

grep Listen /etc/httpd/conf.d/*
grep Listen /etc/httpd/conf/httpd.conf

and post here.

I'm betting that it's something to do with your /etc/httpd/conf.d/ssl.conf
file.  Most likely if you do a

mv /etc/httpd/conf.d/ssl.conf /etc/httpd/conf.d/ssl.conf.000

and then do a service httpd restart, it'll work.

Ben





More information about the redhat-list mailing list