diff --git a/docs/deploying/fastcgi.rst b/docs/deploying/fastcgi.rst index daf98e9a..1ac1f505 100644 --- a/docs/deploying/fastcgi.rst +++ b/docs/deploying/fastcgi.rst @@ -61,7 +61,7 @@ application so that yourapplication.fcgi does not appear in the URL. A preferable way is to use the ScriptAlias and SetHandler configuration directives to route requests to the FastCGI server. The following example uses FastCgiServer to start 5 instances of the application which will handle all -incomming requests: +incoming requests: LoadModule fastcgi_module /usr/lib64/httpd/modules/mod_fastcgi.so