General discussion

  • Creator
    Topic
  • #2195863

    Apache

    Locked

    by lhatcher ·

    I have apache running on a RedHat EL 3 box. It has 2 nics, one internal lan, and the other public. Sometimes on the public ip, apache does not appear to be working, but on the othere private ip, it is serving up pages. There is no firewall. Anyone have any ideas?

All Comments

  • Author
    Replies
    • #3151136

      Reply To: Apache

      by waity85 ·

      In reply to Apache

      Try to check what IP addresses Apache is bound to/listening on. It sounds like it is only looking on the private NIC.

      Try port enumartion on both interfaces to see if the webserver ports (80, 443, etc) are opened on both NICS.

      If Apache isn’t listening on the external link then you’ll have to configure it to do so, depends on version of apache how this is done.

      Hope this helps

    • #3149600

      Reply To: Apache

      by sgt_shultz ·

      In reply to Apache

      sounds like a dns problem. or a dos attack…
      you can test to see if it is listening with telnet

      telnet (ip address) -80

    • #3144797

      Reply To: Apache

      by lhatcher ·

      In reply to Apache

      This question was closed by the author

Viewing 2 reply threads