FCGI app reloading on every request

"Martin v. Löwis" martin at v.loewis.de
Tue Sep 4 17:40:14 EDT 2007


>    Anything executable in the
> cgi-bin directory is being launched as a CGI program.  A file
> named "example.foo", if executable, will launch as a CGI program.
> Nothing launches with FCGI.

Perhaps you have a SetHandler declaration somewhere that makes all
files CGI by default? I would advise against Sethandler, and
recommend AddHandler instead.

Regards,
Martin



More information about the Python-list mailing list