He montado un Servidor Web, con apache 1.3, php 4.3.7 y mysql 4.0.20,
sobre un Windows 2003. Bueno todo hasta ahi sin problema... hasta que
me he puesto a instalar el modulo SSL, como he seguido en la guia
(
http://www.geocities.com/sartigas/apachessl.html).
Y bueno despues de pelearme mucho he conseguido que no me salgan
errores, que al ejecutar el apache me carge el modulo
---
C:\web\Apache>apache
Apache/1.3.31 (Win32) mod_ssl/2.8.18 OpenSSL/0.9.7d running...
---
Pero a la hora de probarlo, me pone que no puede encontrar el
servidor. Le he dado varias vueltas y os pongo el log de errores del
ssl
---
[15/Jun/2004 11:14:38 01732] [info] Server: Apache/1.3.31,Interface: mod_ssl/2.8.18, Library: OpenSSL/0.9.7d
[15/Jun/2004 11:14:38 01732] [warn] You are using mod_ssl under Win32. This combination is *NOT* officially supported. Use it at your own risk!
[15/Jun/2004 11:14:38 01732] [info] Init: 1st startup round (still not detached)
[15/Jun/2004 11:14:38 01732] [info] Init: Initializing OpenSSL library
[15/Jun/2004 11:14:38 01732] [info] Init: Loading certificate & private key of SSL-aware server programacion:443
[15/Jun/2004 11:14:38 01732] [info] Init: Seeding PRNG with 136 bytes of entropy
[15/Jun/2004 11:14:38 01732] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[15/Jun/2004 11:14:38 01732] [info] Init: Configuring temporary DH parameters (512/1024 bits)
[15/Jun/2004 11:14:38 01732] [info] Init: Seeding PRNG with 136 bytes of entropy
[15/Jun/2004 11:14:38 01732] [info] Init: Configuring temporary RSA private keys (512/1024 bits)
[15/Jun/2004 11:14:38 01732] [info] Init: Configuring temporary DH parameters (512/1024 bits)
[15/Jun/2004 11:14:38 01732] [info] Init: Initializing (virtual) servers for SSL
[15/Jun/2004 11:14:38 01732] [info] Init: Configuring serverprogramacion:443 for SSL protocol
[15/Jun/2004 11:14:38 01732] [info] Init: 2nd startup round (already detached)
[15/Jun/2004 11:14:38 01732] [info] Init: Reinitializing OpenSSL library
[15/Jun/2004 11:14:38 01732] [info] Init: Seeding PRNG with 136 bytes of entropy
[15/Jun/2004 11:14:38 01732] [info] Init: Configuring temporary RSA private keys (512/1024 bits)
[15/Jun/2004 11:14:38 01732] [info] Init: Configuring temporary DH parameters (512/1024 bits)
[15/Jun/2004 11:14:38 01732] [info] Init: Initializing (virtual) servers for SSL
[15/Jun/2004 11:14:38 01732] [info] Init: Configuring server programacion:443 for SSL protocol
[15/Jun/2004 11:14:38 00544] [info] Server: Apache/1.3.31,Interface: mod_ssl/2.8.18, Library: OpenSSL/0.9.7d
[15/Jun/2004 11:14:38 00544] [warn] You are using mod_ssl under Win32. This combination is *NOT* officially supported. Use it at your own risk!
[15/Jun/2004 11:14:38 00544] [info] Init: 1st startup round (still not detached)
[15/Jun/2004 11:14:38 00544] [info] Init: Initializing OpenSSL library
[15/Jun/2004 11:14:38 00544] [info] Init: Loading certificate & private key of SSL-aware server programacion:443
[15/Jun/2004 11:14:38 00544] [info] Init: Seeding PRNG with 136 bytes of entropy
[15/Jun/2004 11:14:38 00544] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[15/Jun/2004 11:14:39 00544] [info] Init: Configuring temporary DH parameters (512/1024 bits)
[15/Jun/2004 11:14:39 00544] [info] Init: Seeding PRNG with 136 bytes of entropy
[15/Jun/2004 11:14:39 00544] [info] Init: Configuring temporary RSA private keys (512/1024 bits)
[15/Jun/2004 11:14:39 00544] [info] Init: Configuring temporary DH parameters (512/1024 bits)
[15/Jun/2004 11:14:39 00544] [info] Init: Initializing (virtual) servers for SSL
[15/Jun/2004 11:14:39 00544] [info] Init: Configuring server programacion:443 for SSL protocol
---
Bueno si alguien sabe algo se lo agradeceré.
Un saludo