[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: Charles E. Doucette <cdoucette_at_med-learn.com>
Date: 2003-12-12 22:31:34 CET

When I comment out those lines, Apache won't start at all.
Apparently, it can't load the module - so there's never a chance
to report any error message. I see nothing in the error log.

I'm starting it from the Apache Service Monitor.

Should I try starting it from the command line?

Will I see an error message then?

Chuck

> -----Original Message-----
> From: SteveKing [mailto:steveking@gmx.ch]
> Sent: Friday, December 12, 2003 4:22 PM
> To: users@subversion.tigris.org
> Subject: Re: configured Apache SSL, SSL module loads - but
> nobody's listening on the SSL port (so https: access doesn't work)
>
>
>
> ----- 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
>
>

---------------------------------------------------------------------
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:32:21 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.