This line (from my httpd.conf file) is the same as the httpd.conf-dist:

<IfDefine SSL>
Listen 80
Listen 443
</IfDefine>

If I do a ps ax I get:

root       734  0.0  1.2  2876 1632 ?        S    22:51   0:00
/home/fnord/apache_1.3.9/bin/httpd -DSSL
nobody    1015  0.0  0.0     0    0 ?        Z    22:52   0:00 [httpd
<defunct>]
nobody    1016  0.0  0.0     0    0 ?        Z    22:52   0:00 [httpd
<defunct>]

(those lines probably got cut in transit)

It gets even wierder!  (hope those lines didn't get cut too much) If I do a
few px ax commands, over the period of a few seconds, the number of
<defunct> httpd processes cycles from 0 to 8!!!

-----Original Message-----
From: Ralf S. Engelschall [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 02, 1999 2:17 AM
To: [EMAIL PROTECTED]
Subject: Re: httpd is serving nothing!


On Wed, Dec 01, 1999, Fitzpatrick, Matthew wrote:

> Hi. I have installed openssl and modssl and compiled them with apache
> (1.3.9).  I run the appropriate init scripts, in this case it is
'apachectl
> startssl'.  This script starts the httpd processes just fine.  However,
when
> I try to connect with a browser, the connection times out.  When I only
> start the regualar http daemon with 'apachectl start', the same thing
> happens.  When I stop the http daemon, I get 'a connection with the server
> could not be established' error on my browser  (so something is running).

Seems like you're speaking HTTPS to a port where only HTTP is spoken.  Check
your server configuration by comparing it to the distributed
conf/httpd.conf-dist file, please.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to