FCGI app reloading on every request

Michael Ströder michael at stroeder.com
Wed Sep 5 03:07:25 EDT 2007


John Nagle wrote:
> 
>    Tried putting this in the .htaccess file:
> 
> <Files *.fcgi>
> SetHandler fcgid-script
> Options ExecCGI
> allow from all
> </Files>
> 
> <Files *.foo>
> ErrorDocument 403 "File type not supported."
> </Files>
> 
>     Even with that, a ".foo" file gets executed as a CGI script,
> and so does a ".fcgi" file.  It's an Apache configuration problem.

Are you sure that the server configuration allows overriding this in the
.htaccess file?

Ciao, Michael.



More information about the Python-list mailing list