On Tue, Feb 16, 1999, [EMAIL PROTECTED] wrote:

> Full_Name: Jason Olsen
> Version: 2.2.2 for Apache 1.3.4
> OS: Solaris 7 (SunOS 5.7)
> Submission from: panther.dpg.devry.edu (206.69.50.25)
> 
> Following the instructions outlined in mod_ssl's readme, I downloaded
> SSLeay-0.9.0b and rsaref20, and compiled them.  Still following the directions,
> I set up mod_ssl and built Apache (version 1.3.4, has been compiled before. 
> PHP3.0.3 had been installed about a week before this).  Everything seems to
> compile fine.  In fact, if I do a /server-info on the machine, Apache even lists
> the ssl module.  However, https: to the server gets a connection refused.  With
> a netstat -a |grep LISTEN I've seen none of the ports listed as being HTTPS
> ports (8443, 443, etc) as being active.  Apache is running with the -DSSL
> option.  Any suggestions?

When it doesn't listen, check the "Listen" directive.  There should be one for
port 80 (HTTP) plus one for port 443 (HTTPS). And then make sure the ports in
the <VirtualHost> section args match those listen directive ports.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com

______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to