diff options
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 |