Page 1 of 1

Apache not running on port 81

PostPosted: 01. November 2005 18:09
by abmcr
I want to run Apache on the port 81 (the 80 is for IIS).I have changed the Listen directive in the httpd.conf but when i launch Apache, is running for few second and after not running. I have see in the status port: the 81 port is free but the 443 is busy for a IIS application. It is necessary to change this 443 port? In file?... Thank you

PostPosted: 01. November 2005 18:20
by abmcr
I have the problem under Win XP SP2: in the firewall option i have removed the control on the port 80 and 443 but it non running...

PostPosted: 01. November 2005 19:13
by deepsurfer
It is necessary to change this 443 port? In file?

Yes... edit the ssl.conf, this file is for https connection.

PostPosted: 01. November 2005 19:16
by deepsurfer
I have the problem under Win XP SP2: in the firewall option i have removed the control on the port 80 and 443 but it non running...


you say that on Port 80 and 443 listen by IIS, have the IIS no content, he cant display anything.

for xampp you write that you change from 80 to 81, and now you can change 443 in the ssl.conf to start xampp, but now you musst in firewall open the 81 and the 44x port to see the xampp in your browser.

PostPosted: 02. November 2005 08:55
by abmcr
Thank you: it work fine