diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-05-01 15:48:46 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-05-01 15:48:46 +0000 |
commit | 0491488554883009dac479a3eb653fc135b08ed4 (patch) | |
tree | e11127e759b6c9b596811f9e8ba92c1dacaf2559 /public/htaccess.fcgi.example | |
parent | 785825900a37ee026bc0257d00fe3977d1b30848 (diff) | |
download | redmine-0491488554883009dac479a3eb653fc135b08ed4.tar.gz redmine-0491488554883009dac479a3eb653fc135b08ed4.zip |
Updates dispatch.fcgi.example to work with Rails3 and removes CGI handlers.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9604 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/htaccess.fcgi.example')
-rw-r--r-- | public/htaccess.fcgi.example | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/public/htaccess.fcgi.example b/public/htaccess.fcgi.example index 7183bb0ee..f06975d43 100644 --- a/public/htaccess.fcgi.example +++ b/public/htaccess.fcgi.example @@ -5,9 +5,6 @@ <IfModule mod_fcgid.c> AddHandler fcgid-script .fcgi </IfModule> -<IfModule mod_cgi.c> - AddHandler cgi-script .cgi -</IfModule> Options +FollowSymLinks +ExecCGI # If you don't want Rails to look in certain directories, @@ -42,9 +39,6 @@ RewriteCond %{REQUEST_FILENAME} !-f <IfModule mod_fcgid.c> RewriteRule ^(.*)$ dispatch.fcgi [QSA,L] </IfModule> -<IfModule mod_cgi.c> - RewriteRule ^(.*)$ dispatch.cgi [QSA,L] -</IfModule> # In case Rails experiences terminal errors # Instead of displaying this message you can supply a file here which will be rendered instead |