Project

General

Profile

Actions

Bug #84852

closed

Reverse Proxy

Added by Boreas Media almost 6 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
System/Bootstrap/Configuration
Start date:
2018-04-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

We have set up a reverse proxy and configured TYPO3 accordingly in Localconf.
reverseProxyHeaderMultiValue' => 'last',
reverseProxyIP' => 'xx.xx.xx.xx.xx',
reverseProxyPrefixSSL' => >'/intranet',
reverseProxySSL' => '*',

The URL in the browser is: domain.tld/intranet
This also works so far, but the backend of TYPO3 does not work at all after the login. It writes another "/intranet" every time..... Also the frontend does not work as soon as a login happens.
The URL to domain.tld/intranet/intranet/typo3/index.php?xxxxx is changed in the backend.
We solved it in such a way that we simply wrote a redirect in the htaccess. That if there is a "/intranet" in the URL, simply remove it. Nevertheless, we think that it is a TYPO3 error. Because now the following error is thrown in the backend when we want to edit a content element:
file_get_contents(/var/wwww/xxxx/html/typo3//intranet/typo3conf/ext/rtehtmlarea/Resources/Public/Css/Skin/jquery-ui-resizable.css

The /intranet is wrong there again! So somehow something is assembled wrong by TYPO3.

Actions #1

Updated by Benni Mack almost 6 years ago

  • Target version changed from 8.7.13 to 8.7.19
Actions #2

Updated by Susanne Moog over 5 years ago

  • Target version changed from 8.7.19 to Candidate for patchlevel
Actions #3

Updated by Benni Mack almost 5 years ago

  • Category changed from Miscellaneous to System/Bootstrap/Configuration
Actions #4

Updated by Benni Mack almost 4 years ago

  • Status changed from New to Needs Feedback

Hey, we've recently optimized this in TYPO3 v9 and TYPO3 v10 - can you let me know if this still occurs with the latest TYPO3 versions?

Actions #5

Updated by Benni Mack over 3 years ago

  • Status changed from Needs Feedback to Closed

Will close this issue now due to lack of feedback. If you feel this is the wrong the decision, let me know so I can re-open the ticket.

Actions

Also available in: Atom PDF