Fixed a typo
This commit is contained in:
parent
73b4a52ca5
commit
c541f7e3ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue