Your message dated Sat, 10 Aug 2013 11:06:16 +0200
with message-id <[email protected]>
and subject line Re: Bug#398759: libapache2-mod-fcgid: ProcessLifeTime and 
IdleTimeout don't work
has caused the Debian Bug report #398759,
regarding libapache2-mod-fcgid: ProcessLifeTime and IdleTimeout don't work
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
398759: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=398759
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libapache2-mod-fcgid
Version: 2.0-1
Severity: important

I have the following in /etc/apache2/mods-enabled/fcgid.conf:

--8<--
<IfModule mod_fcgid.c>
        AddHandler fcgid-script .fcgi
        SocketPath /var/lib/apache2/fcgid/sock
        IdleTimeout 30
        IdleScanInterval 20
        ProcessLifeTime 60
        IPCConnectTimeout 20
</IfModule>
--8<--

And I have a simple test script:

--8<--
#!/usr/bin/python

import sys, os

def hello(environ, start_response):
        start_response('200 OK', [('Content-Type', 'text/html')])
        return ['<html><body><p>Hello, World!</p></body></html>\n']

if __name__ == '__main__':
        from flup.server.fcgi import WSGIServer
        WSGIServer(hello).run()
--8<--

The script works nicely, and I get the "Hello, World" HTML in my browser. But
the script never terminates. It seems that the ProcessLifetime option doesn't
affect anything. I've left the script running for hours but it is never
terminated. Nor does IdleTimeout seem to work.

Or have I misconfigured fcgid?

Thanks,
-- 
Fabian Fagerholm <[email protected]>

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libapache2-mod-fcgid depends on:
ii  apache2.2-common              2.2.3-3.1  Next generation, scalable, extenda

libapache2-mod-fcgid recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
I too can't reproduce the problem with 2.3.7 so I'm closing the bug.

Feel free to re-open if you still experience the bug with version 2.3.7.

--- End Message ---

Reply via email to