PORT CONFLICT
Ever faced problems like applications not running or not getting installed?
There are some applications like P2P apps, chat applications, Media Centres or other webservers like IIS, Apache that grabs port 80.
Common Ports | |
FTP
|
21
|
SSH
|
22
|
Telnet
|
23
|
SMTP
|
25
|
DNS
|
53
|
HTTP
|
80
|
POP3
|
110
|
IMAP
|
143
|
1. Changing Xampp port -
A web server uses port 80 by default. To remove the conflicts, we need to change the port.
a. Open XAMPP Control Panel and click on config button infront of Apache. Open the file httpd.conf file.
b. If this file not shown here, go to C drive -> xampp -> apache -> conf -> httpd.conf
c. You will be getting a file like this…
e. On getting it, change this 80 port number.
f. Next step under Apache, click the Config button again, but this time select the Apache (httpd-ssl.conf). Inside the
httpd-ssl.conf
file, find “listen 443”
g. Now change this port also
Note:
- Now you will need to write in your browser url “http://localhost:81/xampp/...” instead of http://localhost/xampp/...
2. To change skype port number-
a. Open skype ->tools -> options -> advanced -> connection
b. Now, uncheck option “use port 80 and 443 as alternatives for incoming connections”
You can sometimes also use traditional method, if you find skype and xampp or wamp conflicting -
Open Skype
-> Tools
-> Options
-> General Settings
No comments:
Post a Comment