“cara mengubah port untuk xampp” Kode Jawaban

cara mengubah port apache di 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

cara mengubah port untuk xampp

open the "httpd.conf" file

replace


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

Ubah port mysql xampp

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

Jawaban yang mirip dengan “cara mengubah port untuk xampp”

Pertanyaan yang mirip dengan “cara mengubah port untuk xampp”

Lebih banyak jawaban terkait untuk “cara mengubah port untuk xampp” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya