Results 1 to 4 of 4

Thread: Apache wont work

  1. #1

    Apache wont work

    Hi chaps,

    I`m working on building a IDS with Fedora using the tutorial at Here I tested apache before I started as in the Doc it it works perfectly however I have come to the end and installed BASE and Apache seems to have stopped working. I cant get it to serve up pages from ANY PC's or even itself the only way it does serve them up is by typing in the loopback address i.e. 127.0.0.1.

    I have checked the firewall and HTTP is allowed I even turned the firewall off completely still didnt work, I stopped the iptables service and it wont work. I made sure that the network cards are trusted.

    I`m pretty new to linux but i`m baffled and cant figure out whats up

    can anyone help?

    Craig Dunn

  2. #2
    Senior Member kr5kernel's Avatar
    Join Date
    Mar 2004
    Posts
    347
    is the httpd service started?

    /sbin/service httpd status

    also, did you utilize the servername vairable in /etc/httpd/conf/httpd.conf?

    You have to tell it an ip and port to listen on.
    kr5kernel
    (kr5kernel at hotmail dot com)
    Linux: Making Penguins Cool Since 1994.

  3. #3
    Senior Member
    Join Date
    Mar 2004
    Location
    Colorado
    Posts
    421
    1st this is neither a *NIX or security question. It's an apache configuration question.

    In your httpd.conf are you sure you are binding httpd to an ip/interface other than
    localhost (127.0.0.1) at port 80.

    Often I have seen configs use an * to bind to all.

  4. #4
    The server name and IP and port are specified in the httpd.conf, just find it strange how it did work and now all of a sudden it doesnt

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •