Project

General

Profile

Actions

Defect #6676

closed

.htaccess assumes to use mod_fcgi if istalled

Added by Anton Vesnin over 14 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-10-15
Due date:
% Done:

0%

Estimated time:
Resolution:
Wont fix
Affected version:

Description

This code in .htaccess creates a problem when you have mod_fastcgi or such, but running rails under passenger apache module.

<IfModule mod_fastcgi.c>
        RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
</IfModule>
<IfModule mod_fcgid.c>
        RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
</IfModule>
<IfModule mod_cgi.c>
        RewriteRule ^(.*)$ dispatch.cgi [QSA,L]
</IfModule>
Actions

Also available in: Atom PDF