Announcement

Collapse
No announcement yet.

Erron on LVE enter -1

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Erron on LVE enter -1

    Seeing this in the apache/logs/error_log quite a bit:

    mod_hostinglimits:Error on LVE enter -1

    Any ideas?

  • #2
    Check /var/log/messages

    Most likely you will have something like that:

    kernel: enter limit exced for lve 536 (used: 23/ limit: 20)
    It means that some users (id 536) site is limited/serving 503 errors to visitors, as it reached max number of connections
    This is not permanent, as load on the site drops/number of connections gets smaller -- it will serve content as before.

    To figure out which user it is, run:
    grep 536 /etc/passwd

    Comment


    • #3
      Thanks Igor. Wasn sure if the way it was logging in apache was normal, but Im assuming it is.

      Comment

      Working...
      X