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

[Feature request] Reverse Proxy for apache2 #55

Open
wsxws opened this issue Nov 30, 2023 · 2 comments
Open

[Feature request] Reverse Proxy for apache2 #55

wsxws opened this issue Nov 30, 2023 · 2 comments

Comments

@wsxws
Copy link

wsxws commented Nov 30, 2023

Idea

Hi there,
im using apache2 and have several docker-apps behind a reverse proxy, but when i try to use that config with feilezilla i only get a 'failed to connect' error.
my config so far:

<VirtualHost>
Servername filezilla.domain.tld
SSLCertificateFile /etc/letsencrypt/live/filezilla.domain.tld/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/filezilla.domain.tld/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf

SSLProxyEngine On
ProxyPass /.well-known !
ProxyPass "/" "http://127.0.0.1:5800/"
ProxyPassReverse "/" "http://127.0.0.1:5800/"
ProxyPreserveHost On

SSLProxyVerify none
SSLProxyCheckPeerCN off
SSLProxyCheckPeerName off
SSLProxyCheckPeerExpire off
</VirtualHost>

What to change/add/remove ?

br

@jlesage
Copy link
Owner

jlesage commented Dec 7, 2023

Is the "failed to connect" error comes from the browser or from a partially loaded page ?
This containers requires WebSocket support. I'm not sure how to do it with Apache, but it usually requires special settings to reverse proxy a WebSocket.

@wsxws
Copy link
Author

wsxws commented Dec 7, 2023

Screenshot 2023-12-07 165742
You can see the error i get in the attached picture.

And i have no clue how to 'translate' the nginx.conf to apache2, thats why i ask over here.

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

No branches or pull requests

2 participants