Skip to content

Commit

Permalink
Go back to httpd:2.4.37 to work around a DBM driver issue in 2.4
Browse files Browse the repository at this point in the history
With versions above 2.4.37, e.g PUT requests fail with an internal
server error. The log says:

(20019)DSO load failed: AH00576: The DBM driver could not be loaded

This has been reported before, see
BytemarkHosting#8

Going to the most recent 2.4.39 seems to fix the issue for the OP but
not for me -- maybe because I'm building for ARM.
  • Loading branch information
andreaszapf committed Apr 12, 2019
1 parent 801daf3 commit 029966b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM httpd:alpine
FROM httpd:2.4.37-alpine

# These variables are inherited from the httpd:alpine image:
# ENV HTTPD_PREFIX /usr/local/apache2
Expand Down

0 comments on commit 029966b

Please sign in to comment.