Foros del Web » Administración de Sistemas » Software para Servers »

Servidor apache+php+mysql+ssl

Estas en el tema de Servidor apache+php+mysql+ssl en el foro de Software para Servers en Foros del Web. 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 ...
  #1 (permalink)  
Antiguo 16/06/2004, 10:21
Avatar de ZuRiCh  
Fecha de Ingreso: julio-2003
Ubicación: 24x7 delante de un PC
Mensajes: 152
Antigüedad: 21 años, 3 meses
Puntos: 0
Pregunta Servidor apache+php+mysql+ssl

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
__________________

Mi Blog personal: www.eRmigue.com
Mi antiguo trabajo de Málaga: www.Cable-land.net - Cables de datos Teléfonos Móviles Libres
Recomendación: Hosting LMI - Alojamiento de Páginas Web

"Todo aquel que no se implica en su tiempo corre el riesgo de que lo acusen de no haber vivido"
"Todos los maestros son alumnos pero pocos alumnos pueden ser maestros"
  #2 (permalink)  
Antiguo 22/06/2004, 02:59
Avatar de ZuRiCh  
Fecha de Ingreso: julio-2003
Ubicación: 24x7 delante de un PC
Mensajes: 152
Antigüedad: 21 años, 3 meses
Puntos: 0
Bueno por si alguien le interesa y si alguien se topa con el mismo fallo, el mio fue algo mu tonto, hay que indicarle el puerto de la siguiente manera:

#Port 80
Listen 80
Listen 443

Un saludo
__________________

Mi Blog personal: www.eRmigue.com
Mi antiguo trabajo de Málaga: www.Cable-land.net - Cables de datos Teléfonos Móviles Libres
Recomendación: Hosting LMI - Alojamiento de Páginas Web

"Todo aquel que no se implica en su tiempo corre el riesgo de que lo acusen de no haber vivido"
"Todos los maestros son alumnos pero pocos alumnos pueden ser maestros"
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 17:59.