Browse Source

Fixed a typo

pull/800/merge
Armin Ronacher 12 years ago
parent
commit
c541f7e3ee
  1. 2
      docs/deploying/fastcgi.rst

2
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 preferable way is to use the ScriptAlias and SetHandler configuration directives
to route requests to the FastCGI server. The following example uses to route requests to the FastCGI server. The following example uses
FastCgiServer to start 5 instances of the application which will handle all 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 LoadModule fastcgi_module /usr/lib64/httpd/modules/mod_fastcgi.so

Loading…
Cancel
Save