Re: bind: Address already in use

1998-10-07 Thread Ralf S. Engelschall

On Tue, Oct 06, 1998, System Administrator wrote:

 I run this server on Port 80.
 
 No other apache 1.3.2 servers running.
 
 apachectl startssl 
 
 gives me this in error_log
 
[Tue Oct  6 13:19:10 1998] ssl_gcache started
bind: Address already in use
 
 however apachectl start runs fine:
 
 [Tue Oct  6 13:19:10 1998] [notice] Apache/1.3.2 (Unix) PHP/3.0.4
 mod_ssl/2.0.11
 y/0.9.0b configured -- resuming normal operations
 
 What is bind complaining about and why can't I run startssl?

Seems like it complains about the ssl_gcache TCP port.  Perhaps your previous
server processes died but ssl_gcache is still running (check with "ps -{ax,ef}
| grep gcache"). This is one of the reasons why gcache was kicked out for
mod_ssl 2.1, because the Apache API lacks a reliable child controlling.  Just
kill the ssl_gcache program and restart Apache. Or ignore it, because the
already running ssl_gcache program serves ok, too.

   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]



Re: bind: Address already in use

1998-10-07 Thread Magnus Bodin

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

cheers.

- --
magnus bodin
http://bodin.org/  **  http://$sum(2,2).x42.com/  **
http://www.altameter.com/
__
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: bind: Address already in use

1998-10-07 Thread Mark Dedlow


I see the exact same thing on Solaris.  I've been ignoring it,
but I am curious as well.

Mark

 
 I run this server on Port 80.
 
 No other apache 1.3.2 servers running.
 
 apachectl startssl 
 
 gives me this in error_log
 
[Tue Oct  6 13:19:10 1998] ssl_gcache started
bind: Address already in use
 
 however apachectl start runs fine:
 
 [Tue Oct  6 13:19:10 1998] [notice] Apache/1.3.2 (Unix) PHP/3.0.4
 mod_ssl/2.0.11
 y/0.9.0b configured -- resuming normal operations
 
 What is bind complaining about and why can't I run startssl?
 
 -Patrick 
  Momentum Online
 
 __
 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]



Re: bind: Address already in use

1998-10-07 Thread Mark Dedlow


 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.

Mark


 
 cheers.
 
 - --
 magnus bodin
 http://bodin.org/  **  http://$sum(2,2).x42.com/  **
 http://www.altameter.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]