On Mon, 9 Sep 2002 12:04:03 +0100 Keith Robinson <[EMAIL PROTECTED]> wrote:
> > LoadModule ssl_module /usr/lib/apache/1.3/mod_ssl.so > > and then added the following lines: > > <IfDefine SSL> > > <VirtualHost _default_:443> > ServerAdmin [EMAIL PROTECTED] > 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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]