Project

General

Profile

Actions

Bug #15135

closed

Typo3 backend does not work with reverse proxy

Added by Christian Boltz over 18 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2005-10-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.8.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I'd like to use Typo3 through a reverse proxy. This means the following entries in the Apache config for host foo.test:

ProxyPass /bar.test http://bar.test
ProxyPassReverse /bar.test http://bar.test

The result is that I can access http://bar.test as http://foo.test/bar.test/
This sounds not very useful yet, but as soon as you replace http with https and have lots of vHosts on one IP it becomes really interesting. You could access the Typo3 backends on all vHosts via https and avoid sending unencrypted passwords over the net this way...

Unfortunately, the Typo3 backend uses absolute links in the menu, so when clicking "Page" in https://foo.test/bar/test/alt_main.php, it tries to load https://foo.test/typo3/alt_mod_frameset.php?... which can obviously not be found (/bar.test/ is missing in the URL).

I'm afraid there are more absolute links "deeper" in the backend, but I can't test it as long as the menu doesn't work :-(

It would be really great if the backend menu (and all other parts of Typo3) would use relative instead of absolute links.

If this can't be done in the next future, a config option "always prepend path:" would be nice.

(issue imported from #M1699)


Files

typo3-sslproxy.patch (5.4 KB) typo3-sslproxy.patch Administrator Admin, 2005-12-19 17:44
2006-01-18-typo3-sslproxy.patch (4.92 KB) 2006-01-18-typo3-sslproxy.patch Administrator Admin, 2006-01-18 23:45

Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #14210: SSL - SSL Lock HTTPS Proxy ...ClosedChristian Jul Jensen2004-06-17

Actions
Related to TYPO3 Core - Feature #14229: Typo3 doesn't support Proxing like Zope for instanceClosed2004-07-06

Actions
Is duplicate of TYPO3 Core - Bug #18126: Proxy servers replace REMOTE_ADDR with their own IPClosedMichael Stucki2008-02-05

Actions
Actions

Also available in: Atom PDF