From 13545b2f1281da74e52511aaa990ce762aaa2c52 Mon Sep 17 00:00:00 2001 From: k3vmcd Date: Fri, 1 May 2020 22:52:42 -0600 Subject: [PATCH 1/2] Also enable socache_shmcb module to fix ssl error --- 2.4/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.4/docker-entrypoint.sh b/2.4/docker-entrypoint.sh index 3ee4575..a044902 100755 --- a/2.4/docker-entrypoint.sh +++ b/2.4/docker-entrypoint.sh @@ -89,7 +89,7 @@ fi # has been bind mounted in by the user. if [ -e /privkey.pem ] && [ -e /cert.pem ]; then # Enable SSL Apache modules. - for i in http2 ssl; do + for i in http2 ssl socache_shmcb; do sed -e "/^#LoadModule ${i}_module.*/s/^#//" \ -i "$HTTPD_PREFIX/conf/httpd.conf" done From 261f75f521aa358dc5dc90fa9c020f21a9759caa Mon Sep 17 00:00:00 2001 From: k3vmcd Date: Mon, 18 May 2020 12:26:30 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9b9e8e..7407292 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ This image runs an easily configurable WebDAV server with Apache. You can configure the authentication type, the authentication of multiple users, or to run with a self-signed SSL certificate. If you want a Let's Encrypt certificate, see an example of how to do that [here](https://github.com/BytemarkHosting/configs-webdav-docker). * **Code repository:** - https://github.com/BytemarkHosting/docker-webdav + Upstream: https://github.com/BytemarkHosting/docker-webdav + This container: https://github.com/k3vmcd/docker-webdav * **Where to file issues:** https://github.com/BytemarkHosting/docker-webdav/issues * **Maintained by:**