proxy_http is also needed for handling HTTP proxy requests https://httpd.apache.org/docs/2.4/mod/mod_proxy_http.html

Peter Reimer 2019-03-20 11:01:26 +01:00
parent f392e4ea32
commit d5e1fa522f
1 changed files with 1 additions and 1 deletions

@ -34,7 +34,7 @@ proxy_redirect http://$host/ https://$host:12345/;
Apache 2.4 configuration for a local server listening on port 443, mapping Calibre-Web to /calibre-web:
The following modules have to be activated: headers, proxy, rewrite.
The following modules have to be activated: headers, proxy, proxy_http, rewrite.
```
Listen 443