You are probably reaching the server but it is rejecting the connection. Technically, this isn't an error, so the messages about these events go into the access log, as your access was denied. See if there is anything interesting in there.
On our system it is at /var/log/apache2/access.log On 21 January 2012 08:33, Dr. Sunil M. Dogra <[email protected]> wrote: > Sorry my private ip is 10.20.1.44 and 10.20.1.45 > > > > Thank you Steve >> >> 10.20.2.1 is my private ip >> >> ping 10.20.1.44 works >> ssh to 10.20.1.44 works >> >> scp from 10.20.1.45 to 10.20.1.44 works >> >> >> but http://10.20.1.44 does not work >> >> Any help >> >> With Best regards >> sunil >> >> On Sat, Jan 21, 2012 at 1:06 PM, Steve Swift <[email protected]>wrote: >> >>> On one of the systems which cannot connect, issue the command "ping >>> myserver.edu.in" (or whatever the actual hostname is) and compare the >>> result with the actual IP address of the server. >>> >>> If they are different (a 99% probability) then fix that. >>> >>> The other 1% probability might be interesting. >>> >>> On 21 January 2012 06:46, Frank Gingras <[email protected]>wrote: >>> >>>> >>>> >>>> On 20/01/12 06:42 AM, Dr. Sunil M. Dogra wrote: >>>> >>>>> >>>>> Hi >>>>> >>>>> I am running webserver on Scientific linux 6.1 (64bit) machine in >>>>> private network >>>>> "http://myserver.edu.in" >>>>> >>>>> I am able to see this page on server but when open on other machines on >>>>> my private network, it says can't connect to http://server.edu.in >>>>> because it could not find server. >>>>> >>>>> >>>>> I can ssh to this server, also can copy the file to this server. >>>>> >>>>> >>>>> any help ??? >>>>> >>>>> >>>>> With Best Regards >>>>> sunil >>>>> >>>> >>>> That's a DNS error. >>>> >>>> Frank >>>> >>>> ------------------------------**------------------------------** >>>> --------- >>>> The official User-To-User support forum of the Apache HTTP Server >>>> Project. >>>> See >>>> <URL:http://httpd.apache.org/**userslist.html<http://httpd.apache.org/userslist.html>> >>>> for more info. >>>> To unsubscribe, e-mail: >>>> users-unsubscribe@httpd.**apache.org<[email protected]> >>>> " from the digest: >>>> users-digest-unsubscribe@**httpd.apache.org<[email protected]> >>>> For additional commands, e-mail: [email protected] >>>> >>>> >>> >>> >>> -- >>> Steve Swift >>> http://www.swiftys.org.uk >>> >> >> > -- Steve Swift http://www.swiftys.org.uk
