“Cómo cambiar el puerto para XAMPP” Código de respuesta

Cómo cambiar el puerto Apache en XAMPP

open the "httpd.conf" file, This file should be found in C:\xampp\apache\conf on Windows or in bin/apache in xampp directory for Linux
and replace following lines : 
Listen 80
ServerName localhost:80
if you want to use port 5000 
Listen 5000
ServerName localhost:5000
Laciaf

Cómo cambiar el puerto para XAMPP

open the "httpd.conf" file

replace


Listen 80
ServerName localhost:80
Listen your port
ServerName localhost:your port
SECRET MYSTERY

Cambiar el puerto mysql xampp

Edit "[path-to-xampp-folder]/mysql/bin/my.ini", change 3306 to whatever port you want to use.
Crazy Cod

Respuestas similares a “Cómo cambiar el puerto para XAMPP”

Preguntas similares a “Cómo cambiar el puerto para XAMPP”

Más respuestas relacionadas con “Cómo cambiar el puerto para XAMPP” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código