How to modify xampp default port number

王林
Release: 2023-03-06 19:42:01
forward
3095 people have browsed it

How to modify xampp default port number

Specific method:

(Learning video recommendation: php video tutorial)

Go to the xampp installation directory and click Enter apache\conf and use the editor to open the "httpd.conf" file

Change Listen 80 to Listen 8081

Change ServerName localhost:80 to ServerName localhost:8081

Restart the apache service in XAMPP Control Panel

Related recommendations:php training

The above is the detailed content of How to modify xampp default port number. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template