Internet Service Blocking Port 80 & 8080!
Posted by: Foam (---.no.no.cox.net)
Date: May 13, 2007 09:56PM

I've been using WAMP for a little over a year now. My internet provider is blocking ports 80 & 8080 from my internet service. I wanted to know how I would go about changing the port for Apache so that my server can be viewed. I was told to try using port 8000, can anyone please help me. I don't see a option to change the ports, just test..

Options: ReplyQuote
Re: Internet Service Blocking Port 80 & 8080!
Posted by: CyberSpatium (71.237.217.---)
Date: May 14, 2007 02:13AM

open:
c:\wamp\apache2\conf\httpd.conf

find:
Listen 80

change to:
Listen 81

save the file, restart apache for changes to take effect.

you will need to add the new port at the end of your urls:
[localhost]
[localhost]

CyberSpatium
----------------------
WAMP English Forum Admin

Need help? Check out my WAMP User Manual/Guide here!

I have put one of my one word domains up for action at ebay - Moistest.com
Click here to see the auction

Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.

Web Development for Newbie's Blog

Options: ReplyQuote


Sorry, only registered users may post in this forum.