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

Re: apache + mod_ssl



On Mon, 9 Sep 2002 12:04:03 +0100
Keith Robinson <kar@foomonster.co.uk> wrote:

> 
> LoadModule ssl_module /usr/lib/apache/1.3/mod_ssl.so
> 
> and then added the following lines:
> 
> <IfDefine SSL>
> 
> <VirtualHost _default_:443>
> ServerAdmin host-master@foomonster.co.uk
> DocumentRoot /var/www/site.virtual/htdocs/mystats
> ServerName www.webwardrobe.com
> SSLEngine on
> SSLCertificateFile      /etc/apache/ssl.crt/server.crt
> SSLCertificateKeyFile   /etc/apache/ssl.key/server.key
> SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
> CustomLog /var/log/apache/ssl_request_log "%t %h %{SSL_PROTOCOL}x
> %{SSL_CIPHER} x \"%r\" %b"
> </VirtualHost>
> 
> </IfDefine>
> 
> However, when I restart apache (apachectl restart), port 443 remains
> closed.
> 
> Shouldn't this port open upon restarting apache?
> 
You missed 'Listen 443' there...

grts Tim



Reply to: