You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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!
The text was updated successfully, but these errors were encountered:
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 runhttpd -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!
The text was updated successfully, but these errors were encountered: