Bug #21724
closedLocal reverse proxy disables ENABLE_INSTALL_TOOL check
0%
Description
We have a reverse proxy (nginx) accepting connections, before passing requests to Apache. Requesting the install tool directly from the Apache server produces a missing ENABLE_INSTALL_TOOL error, however requesting the same script through the proxy takes you right to the install tool login screen.
Relevant configuration values:
$TYPO3_CONF_VARS['SYS']['doNotCheckReferer'] = 1;
$TYPO3_CONF_VARS['SYS']['reverseProxyIP'] = '127.0.0.1';
$TYPO3_CONF_VARS['SYS']['reverseProxyHeaderMultiValue'] = 'first';
(issue imported from #M12811)
Updated by Marcus Krause almost 15 years ago
Should have been fixed with #0011710. Unfortunately it was committed to trunk only.
Updated by Dan Osipov almost 15 years ago
Can we backport it to 4.2 branch, since #0011368 was applied to it?
Updated by Marcus Krause almost 15 years ago
Sure, I believe that the commit was a fault in a way that it has been committed to trunk only. The RFC was about 4-1, 4-2 and trunk. Feel free to bring this up in the core list, preferable as follow-up to #0011710 with a reference to this report.
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.