Re: Apache starts, SSL site unavailable

2005-06-21 Thread Cliff Woolley
On Tue, 21 Jun 2005, Jon August wrote: > Can I just remove the IfDefine tags? or is that not recommended? Yes, feel free. My understanding is that the only reason it's in there in the first place is to try to make it clear that SSL isn't something you can have work directly out of the box... yo

Re: Apache starts, SSL site unavailable

2005-06-21 Thread Jon August
I am running the server with the -D SSL option now and all is well. Thanks for the help Cliff and Ron. -Jon On Jun 21, 2005, at 3:51 PM, R. DuFresne wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 21 Jun 2005, Jon August wrote: Can I just remove the IfDefine tags? or

Re: Apache starts, SSL site unavailable

2005-06-21 Thread R. DuFresne
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 21 Jun 2005, Jon August wrote: Can I just remove the IfDefine tags? or is that not recommended? You could though the gain might not be there, why not just run the server in the proper mode? Thanks, Ron DuFresne On Jun 21, 2005

Re: Apache starts, SSL site unavailable

2005-06-21 Thread Jon August
Can I just remove the IfDefine tags? or is that not recommended? On Jun 21, 2005, at 2:35 PM, Cliff Woolley wrote: On Tue, 21 Jun 2005, Jon August wrote: Hi, I'm switching from Stronghold to Apache 2.0.54 with mod_ssl enabled. When I start apache, everything appears to work except the

Re: Apache starts, SSL site unavailable

2005-06-21 Thread Cliff Woolley
On Tue, 21 Jun 2005, Jon August wrote: > Hi, > > I'm switching from Stronghold to Apache 2.0.54 with mod_ssl enabled. > When I start apache, everything appears to work except the SSL site. > There's some sort of warning about the cache. mod_ssl.c is listed as > a compiled in module, and there's a

Apache starts, SSL site unavailable

2005-06-21 Thread Jon August
Hi, I'm switching from Stronghold to Apache 2.0.54 with mod_ssl enabled. When I start apache, everything appears to work except the SSL site. There's some sort of warning about the cache. mod_ssl.c is listed as a compiled in module, and there's an: Include conf/ssl.conf in the httpd.co