WebDAV challenges on AL2023, Apache 2.4.56

0

Apache errors:

[dav_fs:crit] [pid 2466:tid 2496] (20019)DSO load failed: AH00576: The DBM driver could not be loaded. 
... The locks could not be queried for verification against a possible "If:" header.  [500, #0]. 
... [dav:error] [pid xxxx:tid xxxx] [client xxxx] Could not open the lock database.  [500, #400]. 
... [dav:error] [pid xxxx:tid xxxx] (20019)DSO load failed: [client xxxx] Could not open property database.  [500, #1]. 

httpd -v Server version: Apache/2.4.56 (Amazon Linux) Server built: Mar 15 2023 00:00:00

httpd.conf:

DavLockDB "<path apache user/group can r/w>"

Alias /data "<path apache user/group can r/w>"
<Directory "<path from above">
        Dav On
        AuthType Basic
        AuthName "webdav"
        AuthUserFile "<path to file>"
        require valid-user
</Directory>

Same config was working fine on AL2022.

Seems similar to the issue reported here for Alpine Linux: https://gitlab.alpinelinux.org/alpine/aports/-/issues/13112

Dependency on Berkeley DB for apr-util?

gefragt vor einem Jahr207 Aufrufe
Keine Antworten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen