Friday, December 12, 2008

XAMPP Apache port change

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.

No comments: