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?

질문됨 일 년 전205회 조회
답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠