Jump to content

How to i change listening ports on Apache HTTP Server 2.2.4  

  1. 1. How to i change listening ports on Apache HTTP Server 2.2.4

    • you can help?
      0
    • you can not help?
      0


Recommended Posts

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) :)

Link to comment
https://forums.phpfreaks.com/topic/38631-isp-is-blocking-port-80/
Share on other sites

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.

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

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.