XAMPP Apache port change
December 12, 2008
Find httpd.conf file in the folder path
apache –> conf –> httpd.conf
Open httpd.conf file in your text editor.
Find this line:
Listen 80
change it to:
Listen 8080
Save and restart Apache.
http://locahost:8080 would now be your XAMPP default pages.
Trackback this post | Subscribe to the comments via RSS Feed