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

Suggestion for Apache Documentation #2181

Open
RotatingWires opened this issue Jul 29, 2024 · 0 comments
Open

Suggestion for Apache Documentation #2181

RotatingWires opened this issue Jul 29, 2024 · 0 comments

Comments

@RotatingWires
Copy link

I finished setting up Ergo and KiwiIRC for my site using Apache, and would like to suggest some additions to the Apache part of the Working with Other Software part of the manual. I suggest adding which modules users need to include (uncomment) in Apache's httpd.conf file. I'd also tell users that they can run httpd -t to check the syntax and whether a module is missing, that's how I found out which module I needed.

These are the modules I included in httpd.conf for Apache and everything to work:

LoadModule proxy_module modules/mod_proxy.so, LoadModule proxy_http_module modules/mod_proxy_http.so, LoadModule headers_module modules/mod_headers.so

Also in that part of the manual, I think it's worth mentioning where to put that websocket config, so something like, "On Apache 2.4.47 or higher, websocket proxying can be configured with the following being put at the end of the virtual host in Apache:" or similar.

Thanks!

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

1 participant