[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: configured Apache SSL, SSL module loads - but nobody's listening on the SSL port (so https: access doesn't work)

From: SteveKing <steveking_at_gmx.ch>
Date: 2003-12-12 22:21:36 CET

----- Original Message -----
From: "Charles E. Doucette" <cdoucette@med-learn.com>

>
> <IfDefine SSL>
> Listen 443
> <VirtualHost _default_:443>
> SSLEngine on
> SSLCertificateFile conf/ssl/my-server.crt
> SSLCertificateKeyFile conf/ssl/my-server.key
> </VirtualHost>
> </IfDefine>
>
> Please note that the instructions above told me to delete these lines:
> <IfDefine SSL>
> </IfDefine>
>
> however, if I do that, Apache won't start.

> The problem is that apparently Apache is not listening on the SSL port.

You tell! No seriously: if you don't remove those lines (and don't
define "SSL" in the config file) then the lines between <IfDefine SSL>
and </IfDefine> are _not_ read by apache.
So don't be surprised if nothing is listening on port 443 - apache
didn't read that part of your config file.

So if apache won't start if you remove those lines, then check
the apache error log and see _why_ it won't start. Don't just
ignore instructions and think it will work anyway.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 12 22:23:24 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.