Actions
Defect #4694
closedStop CGI from being the default apache rails serving mechanism
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-01-30
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
After upgrading from 0.8.5 to 0.9.1 I have obtained:
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log
It turned out that the reason was line 11 in the REDMINE_DIR/public/.htaccess file:
Options +FollowSymLinks +ExecCGI
Commenting it solved the problem
regards
Related issues
Actions