Page 1 of 1

Change Apache Port

PostPosted: 02. May 2013 11:08
by arunavapal
By default the Apache installation of XAMPP operates on port 80. Now Skype is also working on the same port leading to a conflict and I have to shut down Skype before Apcahe starts working. How can I change the port of Apache ?

Re: Change Apache Port

PostPosted: 02. May 2013 13:04
by Altrea
Why don't you configure Skype not to use ports 80 and 443?
Thats a simply checkbox in the Skype configuration.

Re: Change Apache Port

PostPosted: 02. May 2013 14:01
by arunavapal
Thanks, I found the settings and unchecked the checkbox. So it has solved my problem. However, I would still like an answer to my question so as to increase my knowledge.

Re: Change Apache Port

PostPosted: 02. May 2013 17:53
by Altrea
arunavapal wrote:However, I would still like an answer to my question so as to increase my knowledge.

Listen and ServerName directive in \xampp\apache\conf\httpd.conf for Port 80
Listen, <VirtualHost> and ServerName directive in \xampp\apache\conf\extra\httpd-ssl.conf for Port 443

And you need to change the observed ports in your XAMPP control panel v3 settings too.

Re: Change Apache Port

PostPosted: 17. May 2013 15:44
by brandozz
Where do you change the observed ports in the control panel? I'm running the very latest version of xampp.

Re: Change Apache Port

PostPosted: 17. May 2013 15:46
by brandozz
Never mind I found it under the config options.