[nlug] rsyslog vs. syslog

2013-03-10 Thread Howard White
Your fearless leader is preparing his Asleep at the Prompt presentation for Tuesday night. It isn't playing fair... It so happens that the dhcp server I have at the house has syslog as its logging engine. Plugged in what I want and it just works. Moved to the dhcp server at work (the

[nlug] Apache crashes every Sunday like a clockwork

2013-03-10 Thread Toth, Csaba
Hey Linux Gurus, I wonder about your advices how I can solve this. Our lab's web server at Vandy crashes every Sunday at 7:41am exactly. I cannot track down the culprit. It's an Ubuntu Server Edition 12.04.1 LTS Precise. Apache has php5 and even Drupal. We don't use Drupal and very little php.

Re: [nlug] Apache crashes every Sunday like a clockwork

2013-03-10 Thread andrew mcelroy
On Sun, Mar 10, 2013 at 8:26 PM, andrew mcelroy sophri...@gmail.com wrote: On Sun, Mar 10, 2013 at 8:18 PM, Toth, Csaba csaba.t...@vanderbilt.edu wrote: Hey Linux Gurus, I wonder about your advices how I can solve this. Our lab's web server at Vandy crashes every Sunday at 7:41am exactly.

Re: [nlug] Apache crashes every Sunday like a clockwork

2013-03-10 Thread Kent Perrier
First thing I would try is removing PHP. If you are not using it that much why suffer the security issues? Depending on how it is being use can you move that functionality to a standard cgi process? If you can't remove it, implement modsecurity to see if that does anything to help. Are you sure

Re: [nlug] Apache crashes every Sunday like a clockwork

2013-03-10 Thread Andrew Farnsworth
Try restarting apache yourself and check the logs. It is possible something is cycling apache (maybe for log rotation) and that FastCGI is preventing it from closing down cleanly. If you restart apache yourself and get the same error, it should lead you down the right path. I will second

Re: [nlug] Apache crashes every Sunday like a clockwork

2013-03-10 Thread David R. Wilson
What about trying to renice the task before the other routines get the chance to get a lot of CPU time? It does sound strange that it would crash on a predictable basis. If Drupal is not being used, I would consider trying to remove it and see what happens. Dave On Mon, 2013-03-11 at 01:18