Actions
Bug #21724
closedLocal reverse proxy disables ENABLE_INSTALL_TOOL check
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-11-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
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)
Actions