Código:
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:
C:\Program Files\Apache Software Foundation\Apache2.2\bin>netstat -a | find ":8080" | more
TCP Portatil_Jose:8080 Portatil_Jose:0 LISTENING
Gracias por su ayuda de antemano.