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
[Welcome] [TitleIndex] [WordIndex] |
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