Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Apache reloads

by kschwab (Vicar)
on Dec 21, 2018 at 20:59 UTC ( [id://1227582]=note: print w/replies, xml ) Need Help??


in reply to Apache reloads

Hard to tell with just this info. You could, for example, be leaking file descriptors and hit the open file limit. It might be helpful to try something like this to get more info:

# wrap the call that's bombing eval { require ModuleThatsFailing; }; my $err = $@; if ($err){ # add whatever other debugging/info you want die("err: [$err] errno [$!]"); }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1227582]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (None)
    As of 2024-04-25 00:02 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found