EasyPHP: How to change Apache server port number?

By admin  

easyphp_logoProblem:
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.

easyphp_changeport

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


One Trackback

  1. [...] 2. If the port already used by other application, change the port to 8080. How? Please read more from this post. [...]

Post a Comment

Your email is never shared. Required fields are marked *

*
*