I have Skype installed on my PC, as i knew using port 80 as default. Then, i changed httpd.config to 8080, but my apache not starting
After did a little googling, i have to uncheck 443 on Skype setting. My question: is the apache uses 2 ports? And why?
old_apache
15
Junior Poster in Training
Recommended Answers
Jump to PostIt's so your server can serve pages over http and https/ssl.
Port 80 is the default port for http traffic (in your case, you've redirected http to port 8080 on your server, which is fair enough). And port 443 is the default port for https.
Typically on a dedicated web …
All 2 Replies
JasonHippy
724
Practically a Master Poster
old_apache
15
Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of 1.20 million developers, IT pros, digital marketers, and technology enthusiasts learning and sharing knowledge.