Results 1 to 3 of 3

Thread: webserver failed to start

  1. #1

    webserver failed to start

    Folks,

    I am a newbie at Linux. I have redhat 9. I have a static public IP assigned to the box and can get access to the internet without problems. I am attempting to start the webserver through KDE AND CLI and both come back failed. I started the FTP server to play around and was successful there.

    I searched for ideas as to what could be causing the problem without success.

    Any help is appreciated.

    Thanks,

  2. #2
    Senior Member
    Join Date
    May 2004
    Location
    Pakistan
    Posts
    253

    Re:

    Dear forgette,
    Hello,

    Can you please post what error you got ?

    BTW it will help you to install and start webserver.

    # rpm -ivh httpd-x.y.z.rpm
    # service httpd start


    FYI, http://httpd.apache.org

    Best Regards.
    Färrükh Ähmëd

  3. #3
    The best way to troubleshoot this would be to have two separate terminal winows open with these commands running.

    Code:
    # tail -0f /var/log/messages
    Code:
    # tail -0f /var/log/httpd/error_log
    They display the contents of the main system error log file and that for Apache.

    The cause of the problem should show up there. Post the error message and we'll be able to provide better help.

Similar Threads

  1. Tomcat5, Apache2 and mod_jk!
    By honey bee in forum Linux - Hardware, Networking & Security
    Replies: 6
    Last Post: 07-05-2006, 12:18 PM
  2. DVDs not playing in mplayer
    By mojo jojo in forum Redhat / Fedora
    Replies: 10
    Last Post: 03-29-2006, 02:07 AM
  3. Cannot start X again ....
    By DjiT in forum Linux - Software, Applications & Programming
    Replies: 4
    Last Post: 02-23-2005, 11:51 PM
  4. shortcut key to start OneNote 2003
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-04-2005, 12:58 AM
  5. cpu too hot??
    By mojo jojo in forum Linux - Hardware, Networking & Security
    Replies: 10
    Last Post: 12-22-2004, 10:28 AM

Bookmarks

Posting Permissions

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