BytemarkHosting / docker-webdav

Docker image for running an Apache WebDAV server
MIT License
364 stars 174 forks source link

Also enable socache_shmcb module to fix ssl error #23

Open k3vmcd opened 4 years ago

k3vmcd commented 4 years ago

Latest apache needs socache_shmcb enabled to fix error in Issue #5 and #17. This does not require version rollback in pull request #6.

Fix is implemented at: https://hub.docker.com/repository/docker/k3vmcd/webdav Pull with docker pull k3vmcd/webdav

(When pulled, bump version number).