Project

General

Profile

« Previous | Next » 

Revision c1be528b

Added by Marc Dequènes about 14 years ago

  • ID c1be528b06b4d7afc0dcbb249f57099f5c8b6e10

[evol] don't use rewrite engine and fcgid anymore, as we switched to mod_passenger

View differences:

public/.htaccess
RailsBaseURI /duck/jmb/public
# General Apache options
AddHandler fastcgi-script .fcgi
AddHandler cgi-script .cgi
Options +FollowSymLinks +ExecCGI
#AddHandler fastcgi-script .fcgi
#AddHandler cgi-script .cgi
#Options +FollowSymLinks +ExecCGI
# If you don't want Rails to look in certain directories,
# use the following rewrite rules so that Apache won't rewrite certain requests
......
#
# Example:
# RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
RewriteEngine On
#RewriteEngine On
# If your Rails application is accessed via an Alias directive,
# then you MUST also set the RewriteBase in this htaccess file.

Also available in: Unified diff