Foros del Web » Administración de Sistemas » LAMP »

no puedo usar xampp por que algunos puertos estan siendo usados

Estas en el tema de no puedo usar xampp por que algunos puertos estan siendo usados en el foro de LAMP en Foros del Web. hola acabo de instalar xampp y me muestra estos errores 11:18:33 [main] Initializing Control Panel 11:18:33 [main] Windows Version: Pro 64-bit 11:18:33 [main] XAMPP Version: ...
  #1 (permalink)  
Antiguo 31/07/2016, 03:28
 
Fecha de Ingreso: mayo-2009
Ubicación: Andalucia
Mensajes: 650
Antigüedad: 14 años, 10 meses
Puntos: 1
no puedo usar xampp por que algunos puertos estan siendo usados

hola

acabo de instalar xampp y me muestra estos errores
11:18:33 [main] Initializing Control Panel
11:18:33 [main] Windows Version: Pro 64-bit
11:18:33 [main] XAMPP Version: 7.0.8
11:18:33 [main] Control Panel Version: 3.2.2 [ Compiled: Nov 12th 2015 ]
11:18:33 [main] You are not running with administrator rights! This will work for
11:18:33 [main] most application stuff but whenever you do something with services
11:18:33 [main] there will be a security dialogue or things will break! So think
11:18:33 [main] about running this application with administrator rights!
11:18:33 [main] XAMPP Installation Directory: "d:\xampp\"
11:18:33 [main] Checking for prerequisites
11:18:33 [main] All prerequisites found
11:18:33 [main] Initializing Modules
11:18:33 [Apache] Problem detected!
11:18:33 [Apache] Port 80 in use by "Unable to open process" with PID 4!
11:18:33 [Apache] Apache WILL NOT start without the configured ports free!
11:18:33 [Apache] You need to uninstall/disable/reconfigure the blocking application
11:18:33 [Apache] or reconfigure Apache and the Control Panel to listen on a different port
11:18:33 [Apache] Problem detected!
11:18:33 [Apache] Port 443 in use by "E:\vmware\vmware-hostd.exe -u "C:\ProgramData\VMware\hostd\config.xml"" with PID 4184!
11:18:33 [Apache] Apache WILL NOT start without the configured ports free!
11:18:33 [Apache] You need to uninstall/disable/reconfigure the blocking application
11:18:33 [Apache] or reconfigure Apache and the Control Panel to listen on a different port
11:18:33 [main] Starting Check-Timer
11:18:33 [main] Control Panel Ready
11:25:39 [Apache] Problem detected!
11:25:39 [Apache] Port 80 in use by "Unable to open process" with PID 4!
11:25:39 [Apache] Apache WILL NOT start without the configured ports free!
11:25:39 [Apache] You need to uninstall/disable/reconfigure the blocking application
11:25:39 [Apache] or reconfigure Apache and the Control Panel to listen on a different port
11:25:39 [Apache] Attempting to start Apache app...
11:25:40 [Apache] Status change detected: running
11:25:40 [Apache] Status change detected: stopped
11:25:40 [Apache] Error: Apache shutdown unexpectedly.
11:25:40 [Apache] This may be due to a blocked port, missing dependencies,
11:25:40 [Apache] improper privileges, a crash, or a shutdown by another method.
11:25:40 [Apache] Press the Logs button to view error logs and check
11:25:40 [Apache] the Windows Event Viewer for more clues
11:25:40 [Apache] If you need more help, copy and post this
11:25:40 [Apache] entire log window on the forums

el puerto 80 con pid 4 es un proceso del sistema el otro puerto que necesita xampp es del vmware . uso windows 10.

que puedo hacer? si el puerto 80 lo usa el sistema. otras veces me pasaba esto con el skype pero no lo tengo instalado....
  #2 (permalink)  
Antiguo 31/07/2016, 06:52
Avatar de petit89  
Fecha de Ingreso: marzo-2011
Mensajes: 1.135
Antigüedad: 13 años
Puntos: 169
Respuesta: no puedo usar xampp por que algunos puertos estan siendo usados

Cita:
11:18:33 [Apache] Apache WILL NOT start without the configured ports free!
11:18:33 [Apache] You need to uninstall/disable/reconfigure the blocking application
11:18:33 [Apache] or reconfigure Apache and the Control Panel to listen on a different port
__________________
█ WebHosting / Reseller a bajo costo | Uptime Garantizado | Soporte en Español e Ingles
¿Te sirvió la respuesta? Deja un +1 (Triangulo negro al lado derecho)
  #3 (permalink)  
Antiguo 04/09/2016, 17:39
Avatar de internetdominus  
Fecha de Ingreso: noviembre-2005
Ubicación: Estados Unidos
Mensajes: 535
Antigüedad: 18 años, 4 meses
Puntos: 12
Respuesta: no puedo usar xampp por que algunos puertos estan siendo usados

Siempre usa/instala para usar 127.0.0.1 en vez de localhost.

Haz una copia de tu httpd.conf antes de hacer estos cambios:

Busca la linea que lee:

Código:
Listen 80
Cambiala a:

Código:
Listen 8080
Reinicia Xampp y prueba si tienes acceso.

Si lo de arriba no ayuda, busca:

Código:
DocumentRoot
Debajo de esa linea agrega:

Código:
<Directory />
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Reinicia Xampp y prueba si tienes acceso.

Si lo de arriba no ayuda, busca:

<Directory "D:/xampp/www/"> o sino <Directory "D:/xampp/htdocs/"> o cual sea que indica el directorio donde se guardan tus archivos web. El mio es asi:

Código:
<Directory "D:/wamp/www/">
    Options Indexes FollowSymLinks Includes +ExecCGI
    AddType text/html .shtml
    AddOutputFilter INCLUDES .shtml .htm .html

</Directory>
Agrega las lineas como abajo:

Código:
<Directory "D:/wamp/www/">
    Options Indexes FollowSymLinks Includes +ExecCGI
    AddType text/html .shtml
    AddOutputFilter INCLUDES .shtml .htm .html

Order allow,deny
Allow from all

</Directory>

Reinicia Xampp y prueba si tienes acceso.

Etiquetas: puertos, siendo, usar, xampp
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 04:34.