Page 1 of 1

Running apache in port 8080

PostPosted: 14. September 2012 08:17
by Izzy123
I've installed the latest xampp and want to run apache together with iis, so I changed the httpd.conf file in xampp to make apache listen to port 8080 instead of port 80, I've also change the severName part in httpd.conf file to port 8080.

I have saved my HTML files in a folder in xampp\htdocs, so for example if I want to browse home.html located in xampp\htdocs\websites, do I type in the browser http://localhost:8080/websites/home.html ?