Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/02/2004, 01:07
2Fast To You
 
Fecha de Ingreso: septiembre-2003
Ubicación: Santo Domingo - R. Dominicana
Mensajes: 606
Antigüedad: 21 años, 3 meses
Puntos: 0
Hola LastN

Lo que debes de hacer es lo siguiente.

1- Apaga tu Apache

2- Abrir httpd.conf y buscar la Linea:

Cita:
#
# Port: The port to which the standalone server listens. Certain firewall
# products must be configured before Apache can listen to a specific port.
# Other running httpd servers will also interfere with this port. Disable
# all firewall, security, and other services if you encounter problems.
# To help diagnose problems use the Windows NT command NETSTAT -a
#
Port 80
3- Sustituir Port 80 por el puerto deseado para Apache.

4- Buscar todo lo que diga :80 dentro de httpd.conf y sustituirlo por el puerto deseado.

5- Guardar los Cambios en el Archivo.

6- Prender Apache

7- Entrar a tu Modem y Abrirle el puerto deseado es decir el puerto que le asicnastes a Apache

8- Coger tu Dominio y ponerle http://www.midominio.com:00/ sustituir :00 por el Puerto Asicnado a Apache.

9- Listo !!