Posts Tagged ‘XAMPP’

Few days ago I faced a problem which is Install problem: Apache server of XAMPP won’t start on W2K machine.I solved that in the following way :

C:\xampp\apache\conf\httpd.conf:

* Scroll down and find “Listen 80″, change to “Listen 8080″
* Also find “ServerName localhost:80″, change to “ServerName localhost:8080″
(more…)