Problem:
By default the Apache server port is set to 80, same as IIS server. If I want to change the default port to the port that I want.
Solution:
1. Double click on the EasyPHP icon at the system tray (the icon appears beside the clock). A popup window will appear, click once on the “e” button that appear on the left hand side> Configuaration > Apache.

2. It will open a file called httpd.conf:
- Find the line “Listen 127.0.0.1:80″ and change to “Listen 127.0.0.1:8080“,
- (Optional) Find the line “ServerName localhost:80″ and change to “ServerName localhost:8080“


