Xampp Apache port change
Posted by ramanean on February 17th, 2010 | No Comments | Posted in Internet
To change the port number in Apache follow the below steps
1.Open httpd.conf (It would be in apache/ bin folder)
2.Search for line Listen 80
3.Change it to any port of your choice
4.After changing the port restart apache to see the changes
Once it is changed you can access localhost by typing http://localhost:85

