1834881 Members
2210 Online
110071 Solutions
New Discussion

Re: secure apache

 
Sarjerao
Frequent Advisor

secure apache

Hello,
can anybody pl give procedure for configure secure apache.
I am getting foll error in error_log
"[Thu Jun 14 01:38:20 2007] [notice] Apache/1.3.19 (Unix) ApacheJServ/1.1.1 PHP/4.0.4pl1 mod_ssl/2.8.3 OpenSSL/0.9.5a configured -- resuming normal operations"

Early responce appriciated.


---Sarjerao
3 REPLIES 3
Steven Schweda
Honored Contributor

Re: secure apache

A "[notice]" is far from an "[error]". This
is a pretty harmless message. Do you have
a real problem? (Because this message is
_not_ a real problem.)
Sarjerao
Frequent Advisor

Re: secure apache

http://hostname/ opens the web page but
https://hostname gives eoor "page cannot be displayed"

ssl_engine_log gives foll error -
[14/Jun/2007 01:38:11 12039] [info] Server: Apache/1.3.19, Interface: mod_ssl/2.8.3, Library: OpenSSL/0.9.5a
[14/Jun/2007 01:38:11 12039] [info] Init: 1st startup round (still not detached)
[14/Jun/2007 01:38:11 12039] [info] Init: Initializing OpenSSL library
[14/Jun/2007 01:38:11 12039] [info] Init: Loading certificate & private key of SSL-aware server tulum:443
[14/Jun/2007 01:38:11 12039] [info] Init: Requesting pass phrase via builtin terminal dialog
[14/Jun/2007 01:38:13 12039] [info] Init: Wiped out the queried pass phrases from memory
[14/Jun/2007 01:38:13 12039] [info] Init: Seeding PRNG with 136 bytes of entropy
[14/Jun/2007 01:38:13 12039] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[14/Jun/2007 01:38:17 12039] [info] Init: Configuring temporary DH parameters (512/1024 bits)
[14/Jun/2007 01:38:18 12041] [info] Init: 2nd startup round (already detached)
[14/Jun/2007 01:38:18 12041] [info] Init: Reinitializing OpenSSL library
[14/Jun/2007 01:38:18 12041] [info] Init: Seeding PRNG with 136 bytes of entropy
[14/Jun/2007 01:38:18 12041] [info] Init: Configuring temporary RSA private keys (512/1024 bits)
[14/Jun/2007 01:38:18 12041] [info] Init: Configuring temporary DH parameters (512/1024 bits)
[14/Jun/2007 01:38:18 12041] [info] Init: Initializing (virtual) servers for SSL
[14/Jun/2007 01:38:18 12041] [info] Init: Configuring server tulum:443 for SSL protocol
[14/Jun/2007 01:38:19 12041] [warn] Init: (tulum.bmc.com:443) You configured HTTP(80) on the standard HTTPS(443) port!
[14/Jun/2007 01:38:19 12041] [warn] Init: (tulum.bmc.com:443) You configured HTTP(80) on the standard HTTPS(443) port!
Ralph Grothe
Honored Contributor

Re: secure apache

I think the error message is quite obvious:

"You configured HTTP(80) on the standard HTTPS(443) port!"

You seem to have set a "Listen 443" statement in your httpd.conf while the default ssl.conf also has a Listen to that port.
Madness, thy name is system administration