Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Documentation update: Apache configuration #327

Closed
rahra opened this issue Sep 12, 2024 · 0 comments
Closed

Documentation update: Apache configuration #327

rahra opened this issue Sep 12, 2024 · 0 comments

Comments

@rahra
Copy link

rahra commented Sep 12, 2024

To use the Apache HTTP server as a reverse proxy, here's how-to:

  1. Setup Apache and SSL as usual.
  2. Add modules proxy_http, proxy_http2, proxy_wstunnel, and headers (with a2enmod <mod>).
  3. In your VirtualHost config add the following 2 lines:
ProxyPass / http://localhost:8000/ upgrade=websocket
RequestHeader set Origin "http://localhost:8000"
@Syslifters Syslifters locked and limited conversation to collaborators Jan 7, 2025
@aronmolnar aronmolnar converted this issue into discussion #375 Jan 7, 2025

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant