Results 1 to 1 of 1

Thread: 503 Errors

  1. #1
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts

    503 Errors

    Hey, some people may have noticed, that the lighttpd-server gave some 503-service-not-available errors.

    The reason was that the other web-server (apache2) had to many files open. So after an apache2-restart its working again.

    First I've tried to restart the lighttpd-process: but it didnt even wanted to start again, because apache2 took all left file-handles.

    To see the number of file-handles for each process, do:

    Code:
    lsof -n|grep -oE '^[a-z]+'|sort|uniq -c|sort -n
    I hope it wont say 503 again... at least im watching apache2-file-handles now. It should have a reason, why apache2 doesnt release the file-handles, but i dont know it atm.
    timescale 0.01

  2. The Following User Says Thank You to kung foo man For This Useful Post:

    Killer.Pro (11th November 2012)

Posting Permissions

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