Sha256: eae5584beffc4a63e7676548c87d647a30635d18013b1a6cf788533aa5ce02cc

Contents?: true

Size: 653 Bytes

Versions: 45

Compression:

Stored size: 653 Bytes

Contents

# General Apache options
Options +FollowSymLinks +ExecCGI
AddHandler cgi-script cgi rb
<IfModule mod_fastcgi.c>
 AddHandler fastcgi-script fcgi
</IfModule>
<IfModule mod_fcgid.c>
 AddHandler fcgid-script fcgi
</IfModule>

# Redirect all requests not available on the filesystem to Ramaze.

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]

# In case Ramaze experiences terminal errors.
# Instead of displaying this message you can supply a
# file here which will be rendered instead.
#
# Example:
#   ErrorDocument 500 /500.html

ErrorDocument 500 "<h2>Application error</h2>Ramaze failed to start properly"

Version data entries

45 entries across 41 versions & 5 rubygems

Version Path
Pistos-ramaze-2009.01 lib/proto/public/.htaccess
Pistos-ramaze-2009.02 lib/proto/public/.htaccess
Pistos-ramaze-2009.04.08 lib/proto/public/.htaccess
Pistos-ramaze-2009.06.12 lib/proto/public/.htaccess
manveru-ramaze-2009.01 lib/proto/public/.htaccess
manveru-ramaze-2009.04.01 lib/proto/public/.htaccess
manveru-ramaze-2009.04.08 lib/proto/public/.htaccess
manveru-ramaze-2009.04.18 lib/proto/public/.htaccess
manveru-ramaze-2009.04.22 lib/proto/public/.htaccess
manveru-ramaze-2009.04 lib/proto/public/.htaccess
manveru-ramaze-2009.05.08 lib/proto/public/.htaccess
manveru-ramaze-2009.05 lib/proto/public/.htaccess
manveru-ramaze-2009.06.04 lib/proto/public/.htaccess
manveru-ramaze-2009.06.12 lib/proto/public/.htaccess
manveru-ramaze-2009.06 lib/proto/public/.htaccess
manveru-ramaze-2009.07 lib/proto/public/.htaccess
ptomato-ramaze-2009.02.1 lib/proto/public/.htaccess
ptomato-ramaze-2009.02 lib/proto/public/.htaccess
rjspotter-ramaze-2009.06.29 lib/proto/public/.htaccess
rjspotter-ramaze-2009.06.31 lib/proto/public/.htaccess