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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to