Dear all, I have somehow the same problem as described here: https://serverfault.com/questions/1177189/cryptpad-connection-reset-by-peer-behind-apache-proxy
I followed the docs for Docker setup, and then I used the example here: https://github.com/cryptpad/cryptpad/blob/main/docs/community/example.httpd.conf to configure Apache2 (I cannot use Nginx as multiple other services are served by Apache on the server).
Apache2 is using MPM prefork.
In the logs from Apache2 I have (some private info is masked):
[proxy_http:error] [pid 3896040:tid 3896040] (104)Connection reset by peer: [client xxxxxx:36040] AH01102: error reading status line from remote server 127.0.0.1:3000
[proxy:error] [pid 3896040:tid 3896040] [client xxxxxx:36040] AH00898: Error reading from remote server returned by /install/
How could I fix this?
Thanks for your help.