[NTLUG:Discuss] network/apache configuration problem?

Cameron hrothgar at endor.hsutx.edu
Thu Oct 18 17:58:10 CDT 2001


* llliiilll at hotmail.com [2001.10.18 15:00]:
: Hi all:
: 
: I have a questions on network/apache configuration, here are the network 
: architecture and problems:
: 
: internet
:    |      100.100.100.100
: firewall (linux RH 6.2)
:    |      192.168.1.100 (Apache)
: switch
: | |-- (Linux RH 6.2)192.168.1.114 (APACHE)
: |
: |-----(NT 4.0) 192.168.1.115 (IIS)
: 
: I don't have any problems when I browse from outside world, such as from 
: company.
: I tried the following urls from internal boxes (1.114, 1.115) and got the 
: results:

Your ASCII art and explanation are a bit confusing, but I'll try
anyway...

: http://192.168.1.114 OK, return pages.
: http://192.168.1.100  --> got error:
: 
: Forbidden
: You don't have permission to access / on this server.

This error sounds like you don't have a default HTML file (ie.
index.html) in the DocumentRoot directory.  If you don't have the
Indexes option enabled, Apache won't show you a directory listing.

: Apache/1.3.12 Server at ....
: 
: http://192.168.1.115 --> got error:
: 
: can not find DNS or server.

I thought 1.115 was an IIS server(?).  Not sure why browsing to the IP
would give you a DNS error.  Can you ping the machine?  Can you telnet
to port 80?  Try appending an ending "/" to the URL (ie.
http://192.168.1.115/) to see if that helps.
-- 
cameron
[ I have an inferiority complex.  But it's not a very good one. ]



More information about the Discuss mailing list