Connecting Tech Pros Worldwide Help | Site Map

Setting up the apache(httpd) server

ashitpro's Avatar
Expert
 
Join Date: Aug 2007
Posts: 389
#1: May 31 '08
Hello everybody...

I got one windows machine and one fedora machine....
192.168.1.250 Fedora
192.168.1.251 Windows
Both machines can ping each other
No firewall on windws....
I've "test_request.html" file in "/var/www/html" folder on fedora...
I can access it in fedora by url "http://192.168.1.250/rest_request.html".
I am not able to access this url in windows....
Any help?
Member
 
Join Date: Jan 2008
Location: India
Posts: 92
#2: Jun 3 '08

re: Setting up the apache(httpd) server


hello,
Try to telnet on port number 80.

Telent ipaddress 80

Regards,
Arul
ashitpro's Avatar
Expert
 
Join Date: Aug 2007
Posts: 389
#3: Jun 4 '08

re: Setting up the apache(httpd) server


Quote:

Originally Posted by Arulmurugan

hello,
Try to telnet on port number 80.

Telent ipaddress 80

Regards,
Arul


I got the solution....
It was firewall on fedora..
I set it off..and everything works fine...

Thanks For Reply
Reply