Dear Easyphp Staff, I was trying to change the apache port listening but even if the operation seems to be successfully implemented I still have a conflict with port 80 when I lunch a different application that use port 80 before lunching easyphp. It seems that Apache is still listening that port.
Why is that?
Every port listening directive is changed on the httpd.conf. If i start easyphp for first there is o problem because it "captures" the port an the other apps automatically adapt the port listening, but I try end I try to start Easyphp on the second place with many different configurations and it still need that port to be unused.
I made my search on the forum but no solution was found.
I'm running the 5.3.0 version. THe funny thing is that the old Easyphp 1.8 doesn't have any problem with that