Breaking News

XAMPP Error (Error Port)

If you was install XAMPP, but when you will run apache port error, you can change your apache port.

In this article I will write about how to change apache port
Open your XAMPP, if I click Start button in Apache, the result like this.


On default port, apache use 80 and  443. You can chang apache port.
Fisrt of all you can open windows explorer. Open httpd.conf file on C:\xampp\apache\conf


Change from  “Listen 80”  to “Listen 81
Change from  “ServerName localhost:80”  to “ServerName localhost:81


Please save that file. And then close.
The next step open httpd-ssl.conf file  on  C:\xampp\apache\conf\extra\
Change from  “Listen 443”  to “Listen 444
Change from  “<VirtualHost _default_:443>”  to “<VirtualHost _default_:444>
Change from  “ServerName www.example.com:443”  to “ServerName www.example.com:444


And then save that file.
Click Apache Start button on XAMPP again. The result like that.


Your apache was running. Happy trying.

If you want to read about how to instal XAMPP you can click HERE. And if you want to read about how to user XAMPP you can click HERE

No comments