From 0491488554883009dac479a3eb653fc135b08ed4 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Tue, 1 May 2012 15:48:46 +0000 Subject: 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 --- public/htaccess.fcgi.example | 6 ------ 1 file changed, 6 deletions(-) (limited to 'public/htaccess.fcgi.example') 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 @@ AddHandler fcgid-script .fcgi - - AddHandler cgi-script .cgi - Options +FollowSymLinks +ExecCGI # If you don't want Rails to look in certain directories, @@ -42,9 +39,6 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ dispatch.fcgi [QSA,L] - - RewriteRule ^(.*)$ dispatch.cgi [QSA,L] - # In case Rails experiences terminal errors # Instead of displaying this message you can supply a file here which will be rendered instead -- cgit v1.2.3