Page 1 of 1

Installing XAMPP on port other than 80 and 443

PostPosted: 22. March 2008 05:28
by venkatesh
How do I install XAMPP on a different port on a system already having IIS on port 80 and Apache 2.2 on port 8000 (for a different application) and Mysql on port 3306

PostPosted: 22. March 2008 12:56
by Xardas der Dunkle
Why you want to install a second apache + mysql?
You can deal different pages with one apache.

btw. the English board is hear: http://community.apachefriends.org/f/viewforum.php?f=16

PostPosted: 22. March 2008 14:25
by Wiedmann
How do I install XAMPP on a different port

Change the "Listen" directive in httpd.conf".

PostPosted: 22. March 2008 15:28
by sari42
.... and port 443 is defined in apache/conf/extra/httpd-ssl.conf
(three occurrences have to be modified)

PostPosted: 22. March 2008 19:10
by ridgewood
Instructions are here: http://zedfiles.com/DTX/

PostPosted: 25. April 2008 21:34
by Galdhrim
It would be useful if we knew about a free port to assign for ssl, we know we can change port 80 to 6060, and mysql to 6080... but there is no hint for a replacement for 443 port...

PostPosted: 25. April 2008 23:02
by ridgewood
Give 6065 a try... it is open.

PostPosted: 04. October 2008 17:22
by tintinw
hi
i would like to know if there is a way to delete this port 80 and port 443 and install from scratch
i installed the xampp 1.6.7 installer and it also said that "port 80 and port 443 SSL is already in use. Installing Apache2.2 service failed."
i had xampp before but didn't have this problem.
i uninstalled it for some reasons and re-install
now i'm getting this problem
can i just install it with the same port again?
thanks for your help

PostPosted: 06. October 2008 10:25
by glitzi85
Dude, this thread is 6 months old...

You can not delete any ports. If an Port is open, it normally means that a software is listening on this socket and waiting for connections. If you shut down this software, the port is free.

If you want to know what software is using this Port, you can run the xampp_portcheck.exe in the xampp main folder. It will tell you everything you need.

glitzi

Re: Installing XAMPP on port other than 80 and 443

PostPosted: 11. March 2009 20:58
by jloosli
I had some problems with mysql not running on XAMPP (first time I've had a problem since I started using XAMPP a year ago). I couldn't figure out what was wrong, so I unistalled XAMPP using the uninstall program in the XAMPP directory. I downloaded a fresh copy of XAMPP from the server (1.7.0) and installed it, except it gave me the 80 or 443 error. I ran xampp-portcheck and this is what the result is:

**********************************

Please wait a moment...


RESULT
------

Service Port Status
==================================
Apache (HTTP) 80 SYSTEM
Apache (WebDAV) 81 free
Apache (HTTPS) 443 SYSTEM

MySQL 3306 SYSTEM

FileZilla (FTP) 21 free
FileZilla (Admin) 14147 free

Mercury (SMTP) 25 free
Mercury (POP3) 110 free
Mercury (IMAP) 143 free


I can't see apache in the services tab, so why does it say port 80 is taken up? How do I free that port?

Re: Installing XAMPP on port other than 80 and 443

PostPosted: 12. March 2009 04:50
by Izzy
Which version of Windows?