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

Reply via email to