This repository was archived by the owner on Dec 2, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -55,15 +55,15 @@ If you still need to use rack-legacy on a Rails 2 app see version 0.1.5.
55
55
The above configuration just adds PHP support to your stack. That is
56
56
just one of currently three modules available. The current modules are:
57
57
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.
67
67
68
68
An example rackup file that enables all modules (but exception reporting
69
69
and static file delivery) is:
You can’t perform that action at this time.
0 commit comments