Skip to content
This repository was archived by the owner on Dec 2, 2018. It is now read-only.

Commit 67458ab

Browse files
committed
Fix doc
1 parent 0070aed commit 67458ab

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.rdoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ If you still need to use rack-legacy on a Rails 2 app see version 0.1.5.
5555
The above configuration just adds PHP support to your stack. That is
5656
just one of currently three modules available. The current modules are:
5757

58-
Rack::Legacy::Cgi::
59-
Provides support for executing any standard CGI script. It is
60-
important that script has the executable bit set.
61-
Rack::Legacy::Php::
62-
Provides support for executing PHP scripts.
63-
Rack::Legacy::Index::
64-
Provides support for running "index.php", "index.cgi" or "index.html"
65-
when just a directory is specified in the request. You will want to
66-
install this module before the CGI or PHP ones.
58+
Rack::Legacy::Cgi::
59+
Provides support for executing any standard CGI script. It is
60+
important that script has the executable bit set.
61+
Rack::Legacy::Php::
62+
Provides support for executing PHP scripts.
63+
Rack::Legacy::Index::
64+
Provides support for running "index.php", "index.cgi" or "index.html"
65+
when just a directory is specified in the request. You will want to
66+
install this module before the CGI or PHP ones.
6767

6868
An example rackup file that enables all modules (but exception reporting
6969
and static file delivery) is:

0 commit comments

Comments
 (0)