Project

General

Profile

Actions

Bug #21724

closed

Local reverse proxy disables ENABLE_INSTALL_TOOL check

Added by Dan Osipov over 14 years ago. Updated over 10 years ago.

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)


Related issues 2 (0 open2 closed)

Is duplicate of TYPO3 Core - Bug #20878: Remove the bypass to log in from the local loopback deviceClosedSteffen Kamper2009-08-14

Actions
Is duplicate of TYPO3 Core - Feature #23987: Install Tool always unlocked when accessed via 127.0.0.1Closed2010-11-08

Actions
Actions

Also available in: Atom PDF