Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Changed apache listen port and now can't access from outside |
|
Author |
|
cmurphy
Joined: 08 May 2007 Posts: 1
|
Posted: Tue 08 May '07 16:24 Post subject: Changed apache listen port and now can't access from outside |
|
|
all,
I have 2 apache servers on my network. WebServerA is configured to listen on port 80. WebServerB is configured to listen on port 81. These servers are behind a router that has a static ip address assigned to it. I have port forwarding setup on the router to forward all requests to port 80 - to web serverA and requests to port 81 to webserverB. I am able to access webserverA from internal and external networks. I am able to access webserverB only internally. Does anyone have any ideas why I cannot access webserverB from external networks? I have made the change in the httpd.conf file for webserverB to tell it to listen on port 81. I have also made the appropriate change on the router to foward requests for port 81 to webserverB's internal ip. I am attempting to access webserver b by using the hostname assigned to router following my port 81,
http://routerhostname:81/
Thanks in advance for your help. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 10 May '07 20:13 Post subject: |
|
|
can you post the relevant parts from your httpd.conf? |
|
Back to top |
|
|
|
|
|
|