Skip to content

Suggestion for Apache Documentation #2181

@RotatingWires

Description

@RotatingWires

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!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions