summaryrefslogtreecommitdiffstats
path: root/public/htaccess.fcgi.example
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-05-01 15:48:46 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-05-01 15:48:46 +0000
commit0491488554883009dac479a3eb653fc135b08ed4 (patch)
treee11127e759b6c9b596811f9e8ba92c1dacaf2559 /public/htaccess.fcgi.example
parent785825900a37ee026bc0257d00fe3977d1b30848 (diff)
downloadredmine-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.example6
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