Find the answer to your Linux question:
Results 1 to 2 of 2
Hello gentlemen (and women). This is my first post here I have my Debian Server running testing. I have an apache server that up until a recent dist-upgrade worked like ...
  1. #1
    Just Joined!
    Join Date
    Jun 2006
    Posts
    2

    Apache won't start on boot!

    Hello gentlemen (and women).

    This is my first post here
    I have my Debian Server running testing.

    I have an apache server that up until a recent dist-upgrade worked like a charm. the problem now is that it does not run on boot. I have to log into the box after the bootup and run invoke-rc.d apache start.

    I looked in rc2.d and it is there as S91apache. running this link with start after it, runs the server.

    I have also tried to use invoke-rc.d to delete the links and recreate them without success.

    I did this once more changing the 91 to 71 to make it boot earlier - this did nothing too.

    The logs in /var/log/apache show nothing special.

    Where can I look to debug bootime daemons?
    Did any of you ever experience such a problem?

    Cheers,
    Itamar.

  2. #2
    Just Joined!
    Join Date
    Jun 2006
    Posts
    2
    Porblem solved.

    I changed the number for startup to 20 instead of 91 (S20apache instead of S91apache) and now it starts on boot.

    Thanks all..

Posting Permissions

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