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
Updated by Felix Schäfer over 14 years ago
- Subject changed from Internal server error after upgrade to 0.9.1 to Stop CGI from being the default apache rails serving mechanism
- Assignee set to Felix Schäfer
Updated by Go MAEDA over 9 years ago
- Status changed from New to Closed
- Resolution set to Fixed
'.htaccess' was renamed to 'htaccess.fcgi.example' by #7256 (Redmine 1.1.1) so Apache does not read it by default.
We can close this issue.
Updated by Go MAEDA over 9 years ago
- Related to Defect #7256: redmine/public/.htaccess must be moved for non-fastcgi installs/upgrades added
Actions