> 
> In article <> you wrote:
> 
> >> At 13:39 1998-10-06 -0500, Patrick <[EMAIL PROTECTED]> wrote:
> >> >
> >> >apachectl startssl 
> >> >
> >> >gives me this in error_log
> >> >
> >> >   [Tue Oct  6 13:19:10 1998] ssl_gcache started
> >> >   bind: Address already in use
> >> >
> >> >What is bind complaining about and why can't I run startssl?
> >> >
> >> 
> >> SSLCacheServerPort  has to be set to a port that is not used. This is only
> >> used internally within the machine for the session cache.
> >> You've probably set this port to 80, 443 or some other port already in use.
> >> 12345 works fine if you don't have any other daemon running there.
> >> 
> >> http://www.engelschall.com/sw/mod_ssl/docs/#SSLCacheServerPort
> 
> > Not in my case.  I have port 12345, which was the default.
> 
> Sure, but when an old ssl_gcache is still running, that's your problem. Check
> whether a ssl_gcache process is running before starting Apache, please. 
> I'm sure there was a ssl_gcache process left...

OK, thanks.  I guess that is pretty obvious.  I confess I just
installed mod_ssl, and since it didn't appear necessary to
understand what ssl_gcache even is, I didn't pay any
attention to it.  I guess it's time for me to RTFM :-)

Presumably, ssl_gcache should exit when apache exits??

Thanks,

Mark


> 
>                                        Ralf S. Engelschall
>                                        [EMAIL PROTECTED]
>                                        www.engelschall.com
> ______________________________________________________________________
> Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
> Official Support Mailing List               [EMAIL PROTECTED]
> Automated List Manager                       [EMAIL PROTECTED]
> 
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to