Apache Server configuration support - NAT and Apache cofiguration (without virtual hosts !)

This is Interesting: Free IT Magazines  
Home > Archive > Apache Server configuration support > January 2004 > NAT and Apache cofiguration (without virtual hosts !)





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author NAT and Apache cofiguration (without virtual hosts !)
Alex B.

2004-01-19, 7:13 am

Hi All,
I have DSL with static IP and NAT. (apache + linux)
for example:
external IP of router- 69.1.1.1
internal IP of my web server - 192.168.1.5

httpd.conf
Listen 192.168.1.5:80
ServerName 69.1.1.1:80

If I open port in my router and ask to redirect all incoming traffic
from port 80 to port 80 on 192.168.1.5 it works fine. I can see my web
site from outside my network.( http://69.1.1.1 - works)

I'd like to have same configuration, but use port 8080. if I just
change port 80 to 8080 in router and config file- it doesn't work. I
don't see my web server from outside.
Can I do that without creating any virtual hosts? What else I'm
missing?



thanks
Davide Bianchi

2004-01-19, 7:13 am

Alex B. <noemail12000@yahoo.com> wrote:
quote:

> I'd like to have same configuration, but use port 8080. if I just
> change port 80 to 8080 in router and config file- it doesn't work.



Did you opened port 8080 at the firewall level also? Is Apache
listening on port 8080?

Davide
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com