Easyphp has this listed in their FAQ sheet : http://www.easyphp.org/faq.php3?lang=en#7
Incase you dont use the link, it says -
A Web Server is already installed on the computer and Apache can't use the port 80 (port conflict). You need to check the use of ports with your network running software. You might use the port 8080 instead. The value should be higher than 1024. With IIS: In the Administration tools, click on "Internet services Manager", select "Web site as a default", then right-click on the Properties, here you can change the port.
With Apache: edit the configuration file, look for "Port" inside and set a new value. Restart if needed. Please remember set the correct port when accessing from the browser. If port is set to 8080, you should enter:
http://127.0.0.1:8080/
|