Ok, desintale xampp. Al volver a instalar Apache solo despues de eliminar el servicio me tira esto:
antes tambien he probado a cambiar el puerto a 8080 y me tiraba esto el netstat:
Pero tampoco me cargaba el localhost en 8080 asi que lo he vuelto a dejar en el puerto 80.
Gracias por su ayuda de antemano.
Código [Seleccionar]
C:\Program Files\Apache Software Foundation\Apache2.2\bin>sc delete "Apache2.2"
[SC] DeleteService SUCCESS
C:\Program Files\Apache Software Foundation\Apache2.2\bin>httpd.exe -k install
Installing the Apache2.2 service
The Apache2.2 service is successfully installed.
Testing httpd.conf....
Errors reported here must be corrected before the service can be started.
C:\Program Files\Apache Software Foundation\Apache2.2\bin>httpd.exe -k start
C:\Program Files\Apache Software Foundation\Apache2.2\bin>netstat -a | find ":80" | more
C:\Program Files\Apache Software Foundation\Apache2.2\bin>
antes tambien he probado a cambiar el puerto a 8080 y me tiraba esto el netstat:
Código [Seleccionar]
C:\Program Files\Apache Software Foundation\Apache2.2\bin>netstat -a | find ":8080" | more
TCP Portatil_Jose:8080 Portatil_Jose:0 LISTENING
Pero tampoco me cargaba el localhost en 8080 asi que lo he vuelto a dejar en el puerto 80.
Gracias por su ayuda de antemano.