mirror of
https://github.com/github/rails.git
synced 2026-01-22 21:07:57 -05:00
Made apache start out on cgi and added back the default apache options
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@635 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# General Apache options
|
||||
AddHandler fastcgi-script .fcgi
|
||||
AddHandler cgi-script .cgi
|
||||
Options +FollowSymLinks +ExecCGI
|
||||
|
||||
# Redirect all requests not available on the filesystem to Rails
|
||||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^(.*)$ /dispatch.fcgi?$1 [QSA,L]
|
||||
RewriteRule ^(.*)$ /dispatch.cgi?$1 [QSA,L]
|
||||
|
||||
ErrorDocument 500 /500.html
|
||||
# In case Rails experiences terminal errors
|
||||
ErrorDocument 500 /500.html
|
||||
Reference in New Issue
Block a user