Some of the documentation says simply renaming the demo.cgi driver to demo.fcgi and using mod_fastcgi to run will work.
You should ALSO change
1 app.publish_cgi()
2
to
1 app.publish_fcgi()
2
Some of the documentation says simply renaming the demo.cgi driver to demo.fcgi and using mod_fastcgi to run will work.
You should ALSO change
1 app.publish_cgi()
2
to
1 app.publish_fcgi()
2
GettingFastCgiToWork (last edited 2008-03-10 06:17:35 by localhost)