On Sun, Jun 27, 2010 at 8:25 PM, Graham Dumpleton < [email protected]> wrote:
> On 28 June 2010 03:47, ssteinerX <[email protected]> wrote: > >> Run: > >> > >> httpd -V > > > > With this: > > > > Server version: Apache/2.2.12 (Ubuntu) > > Server built: Mar 9 2010 22:11:44 > > Server's Module Magic Number: 20051115:23 > > Server loaded: APR 1.3.8, APR-Util 1.3.9 > > Compiled using: APR 1.3.8, APR-Util 1.3.9 > > Architecture: 64-bit > > Server MPM: Prefork > > threaded: no > > forked: yes (variable process count) > > > > I am seeing the same thing. Eventually, the server just stops > > responding to requests. Is there anything in that configuration that > > is known to give problems? It's what Ubuntu 10.04 installs by default > > with just a plain "apt-get install apache2". > > > > Unfortunately I have php stuff (currently) being served by the same > > server. > > > > If I move the PHP off onto nginx, I think I can switch to worker and > > hopefully solve this problem. > We tried switching to worker method but then mod_krb5 crashed since its not thread safe. So were stuck with pre-process method. > > Can you post details of WSGIDaemonProcess directive you are currently > using? > > Graham > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<modwsgi%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/modwsgi?hl=en. > > -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
