Setting up the apache(httpd) server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ashitpro
    Recognized Expert Contributor
    • Aug 2007
    • 542

    Setting up the apache(httpd) server

    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.h tml" file in "/var/www/html" folder on fedora...
    I can access it in fedora by url "http://192.168.1.250/rest_request.ht ml".
    I am not able to access this url in windows....
    Any help?
  • Arulmurugan
    New Member
    • Jan 2008
    • 90

    #2
    hello,
    Try to telnet on port number 80.

    Telent ipaddress 80

    Regards,
    Arul

    Comment

    • ashitpro
      Recognized Expert Contributor
      • Aug 2007
      • 542

      #3
      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

      Comment

      Working...