Ver Mensaje Individual
  #3 (permalink)  
Antiguo 23/04/2015, 08:03
Avatar de LordJhony
LordJhony
 
Fecha de Ingreso: septiembre-2010
Mensajes: 472
Antigüedad: 13 años, 7 meses
Puntos: 24
Respuesta: Error para iniciar apache en xampp

Cita:
Iniciado por lauser Ver Mensaje
En httpd-ssl.conf, debes cambiar:
Código :
Ver original
  1. Listen 443 por  Listen 4430
  2. VirtualHost _default_:443  por  VirtualHost _default_:4430
  3. ServerName localhost:443  por  ServerName localhost:4430

También seria recomendable cambiar el 80 en httpd.conf :
Código :
Ver original
  1. Listen 80 por Listen 8080
  2. ServerName localhost:80  por  ServerName localhost:8080

Y reinicias Apache.
Gracias por la respuesta, pero esa configuración ya la hice y sigue mostrando el mismo error.