I assume that you do not have any other stray processes hangin on to
port 443? Do a netstat when you think Apache is down (probably want to
explicitely kill it) and see if 443 is in LISTEN mode. If it is, you
have something hanging on to the port. Do a 'netstat -ae' and get the
inode of the process. If it is not a process you want running (or if it
is a zombied Apache process), do a grep on 'lsof' for that inode and
then kill the process (or it's parent; there probably isn't one).
HTH,
Ben Ricker
System Administrator
Wellinx.com
On 17 Jul 2001 16:36:17 -0700, [EMAIL PROTECTED] wrote:
> Hello,
>
> Linux vs01.tvsecure.com 2.4.5 #7 SMP Fri Jun 29 14:17:03 PDT 2001 i686
> unknown
>
> Apache/1.3.17 (Unix) mod_ssl/2.8.0OpenSSL/0.9.6 PHP/4.0.5
> mod_perl/1.24(all from src.rpms)
>
> I am getting the following error messages:
>
> error_log:
>
> [Tue Jul 17 04:51:04 2001] [crit] (98)Address already in use: make_sock:
> could not bind to port 443
> [Tue Jul 17 04:52:00 2001] [warn] _default_ VirtualHost overlap on port
> 443, the first has precedence
> [Tue Jul 17 04:52:00 2001] [warn] NameVirtualHost 64.75.39.135:80 has no
> VirtualHosts
> [Tue Jul 17 04:52:00 2001] [crit] (98)Address already in use: make_sock:
> could not bind to port 80
> [Tue Jul 17 04:52:52 2001] [warn] NameVirtualHost 64.75.39.135:80 has no
> VirtualHosts
> [Tue Jul 17 04:52:52 2001] [crit] (98)Address already in use: make_sock:
> could not bind to port 80
>
>
>
> ssl_engine_log:
>
> [17/Jul/2001 15:40:16 08011] [info] Server: Apache/1.3.17, Interface:
> mod_ssl/2.8.0, Library: OpenSSL/0.9.6
> [17/Jul/2001 15:40:16 08011] [info] Init: 1st startup round (still not
> detached)
> [17/Jul/2001 15:40:16 08011] [info] Init: Initializing OpenSSL library
> [17/Jul/2001 15:40:16 08011] [info] Init: Loading certificate & private
> key of SSL-aware server localhost:443
> [17/Jul/2001 15:40:16 08011] [info] Init: Loading certificate & private
> key of SSL-aware server localhost:443
> [17/Jul/2001 15:40:16 08011] [info] Init: Seeding PRNG with 272 bytes
> of entropy
> [17/Jul/2001 15:40:16 08011] [info] Init: Generating temporary RSA
> private keys (512/1024 bits)
> [17/Jul/2001 15:40:18 08011] [info] Init: Configuring temporary DH
> parameters (512/1024 bits)
>
>
>
> The ssl_engine_log used to look like this:
>
> [02/Jun/2001 01:08:14 30833] [info] Server: Apache/1.3.17, Interface:
> mod_ssl/2.8.0, Library: OpenSSL/0.9.6
> [02/Jun/2001 01:08:14 30833] [info] Init: 1st startup round (still not
> detached)
> [02/Jun/2001 01:08:14 30833] [info] Init: Initializing OpenSSL library
> [02/Jun/2001 01:08:14 30833] [info] Init: Loading certificate & private
> key of SSL-aware server localhost:443
> [02/Jun/2001 01:08:14 30833] [info] Init: Seeding PRNG with 136 bytes
> of entropy
> [02/Jun/2001 01:08:14 30833] [info] Init: Generating temporary RSA
> private keys (512/1024 bits)
> [02/Jun/2001 01:08:14 30833] [info] Init: Configuring temporary DH
> parameters (512/1024 bits)
> [02/Jun/2001 01:08:15 30834] [info] Init: 2nd startup round (already
> detached)
> [02/Jun/2001 01:08:15 30834] [info] Init: Reinitializing OpenSSL
> library
> [02/Jun/2001 01:08:15 30834] [info] Init: Seeding PRNG with 136 bytes
> of entropy
> [02/Jun/2001 01:08:15 30834] [info] Init: Configuring temporary RSA
> private keys (512/1024 bits)
> [02/Jun/2001 01:08:15 30834] [info] Init: Configuring temporary DH
> parameters (512/1024 bits)
> [02/Jun/2001 01:08:15 30834] [info] Init: Initializing (virtual)
> servers for SSL
> [02/Jun/2001 01:08:15 30834] [info] Init: Configuring server
> localhost:443 for SSL protocol
>
>
> By commenting out the "daemon httpd -DSSL" statement in the init
> scripts,, I was able to get httpd (80) to work.
>
> I am still having problems trying to get 443 to work.
>
> Can anyone provide any clues?
>
> TIA
>
> Orlando L. Castro
>
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List [EMAIL PROTECTED]
> Automated List Manager [EMAIL PROTECTED]
>
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]