You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Guy Speier <gu...@firstlogic.com> on 2002/03/01 15:01:58 UTC

RE: httpd.conf

Turns out my ISP blocks traffic on port 80 (internet -> subscribers).  I
switched to run on port 8000
and worked like a champ.  

thanks,
Guy

-----Original Message-----
From: Joshua Slive [mailto:joshua@slive.ca]
Sent: Thursday, February 28, 2002 12:57 PM
To: users@httpd.apache.org
Subject: RE: httpd.conf



> From: Guy Speier [mailto:guys@firstlogic.com]
> I have recently created an Apache web server on my local LAN (linux 7.2
> FYI).  I changed the domainname and machine name of this server, made some
> modifications to httpd.conf and all was well.  When I try to access the
> server from outside my Firewall, it just hangs.

Can you access the site properly from inside the firewall?  If so, it is
almost certainly a firewall configuration problem.

> So, I have a <mydomain.org> (external IP address) that forwards port 80
> traffic to <www.mydoain.org>.  What stanzas should I have in httpd.conf?
> Should they have my internal info (internal machine name,
> internal IP, -or-
> external machine name, external IP)?

In general Apache doesn't need to know anything about your IP address or
hostname.  The only exceptions are if you are running virtual hosts, and the
ServerName directive.  To assure that the ServerName directive is not
causing you problems, I suggest setting "UseCanonicalName Off".  See the
docs for a description of what this does.  Also make sure you aren't using
any BindAddress or Listen directives to restrict the IP addresses that
Apache is listening to.

Joshua.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org