Spot Posted February 15, 2007 Share Posted February 15, 2007 Hi all I am new to this, I have been running a FTP server for a wile but would like to run an http web server as well. I have been tolled Apache was the way to go for http server. I have set it all up and found that my ISP is blocking port 80 :-\. I don't know how to change the port settings or what port to use instead. It would be grate if someone could help me out here. :'( Thanks Dave (Spot) Quote Link to comment Share on other sites More sharing options...
steviewdr Posted February 15, 2007 Share Posted February 15, 2007 If your ISP is blocking port 80 - there is little you can do. Change ISP. Make sure its not just your router etc. that has port 80 blocked. -steve Quote Link to comment Share on other sites More sharing options...
trq Posted February 15, 2007 Share Posted February 15, 2007 There is a directive in your httpd.conf file called Listen, change it to whatever port you want. You'll then need your users to type... http://yourip:yourport However, I believe if you use a servcie such as dyndns they should be able to redirect request to port 80 to another port for you. Quote Link to comment Share on other sites More sharing options...
steviewdr Posted February 15, 2007 Share Posted February 15, 2007 thorpe - good idea. Spot: this would mean that ppl would have to manually type in http://youripaddress:8080 or: http://domainame:someport Note: dont pick too random of a port to run apache on. Some proxies (mine at work anways) only allows port 80 - and because of this I wouldnt be able to access your non port 80 website. -steve Quote Link to comment Share on other sites More sharing options...
Spot Posted February 16, 2007 Author Share Posted February 16, 2007 thanks guys Got it running !!!!!!!!!!! I changed the port to 8080 and with http://www.no-ip.com i was able to redirect the port to 80 Thanks for you input Dave (spot) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.