Page 1 of 1

configure port

PostPosted: 15. August 2013 21:13
by ron26
Could some tell me how reconfigure Apache and the Control Panel to listen on a different port. Problem started after I installed Microsoft visual web developer and I guess this is causing a conflict?

Re: configure port

PostPosted: 16. August 2013 03:28
by Altrea
You need to change two directives (Listen and ServerName) in your \xampp\apache\conf\httpd.conf to a different number than 80
After that you need to specify the same port in your XAMPP control panel configuration menu (Config => Service and Port Settings => Apache).

If your Port 443 is occupied too you need to do that with port 443 too. This setting is in your \xampp\apache\conf\extra\httpd-ssl.conf and again in the control panel at the same place as the Main Port configuration.

Re: configure port

PostPosted: 16. August 2013 16:03
by ron26
Thanks Altrea
Will give that a go will let you know cheers.