Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reverse Proxy Variation #1216

Open
CAWinter opened this issue May 7, 2024 · 1 comment
Open

Reverse Proxy Variation #1216

CAWinter opened this issue May 7, 2024 · 1 comment

Comments

@CAWinter
Copy link
Contributor

CAWinter commented May 7, 2024

Die Apache-Konfiguration für einen Reverse Proxy (Apache) ist folgendermaßen dokumentiert:
<VirtualHost :443>
ServerName
[...]
ProxyRequests Off
ProxyPass "/" "https:///"
ProxyPassReverse "/" "https:///"
ProxyPassReverseCookieDomain "" ""
[...]
SSLEngine on
[...]

Es gibt die Anforderung einen Reverse Proxy folgendermaßen zu definieren:

<VirtualHost :443>
ServerName
[...]
ProxyRequests Off
ProxyPass "/" "https:///"
ProxyPassReverse "/" "https:///"
ProxyPassReverseCookieDomain "" ""
[...]
SSLEngine on
[...]

D.h. ist auf Proxy und Backend-Server unterschiedlich, was für einen Reverse Proxy eine gängige Variante ist.
Leider funktionieren dann die Redirects auf dem Backend-Server unter Opus nicht mehr.
Die RewriteBase wird offensichtlich nicht mehr korrekt erkannt auf dem Backend-Server.
Gibt es Lösungen für eine derartiges Szenario? Eventuell Modifikationen in der Apache-Konfiguration oder im Opus-Code?

@j3nsch
Copy link
Member

j3nsch commented May 7, 2024

@stconradr, @vgerlach Gedanken dazu?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants