<-
Apache > HTTP Server > Documentation > Version 2.4 > 모듈

아파치 모듈 mod_dav_fs

가능한 언어:  en  |  fr  |  ja  |  ko 

이 문서는 최신판 번역이 아닙니다. 최근에 변경된 내용은 영어 문서를 참고하세요.
설명:mod_dav을 위한 파일시스템 제공자
상태:Extension
모듈명:dav_fs_module
소스파일:mod_dav_fs.c

요약

이 모듈은 mod_dav 서비스에 필요하다. mod_dav를 지원하는 모듈로 서버의 파일시스템에 있는 자원을 접근할 수 있도록 한다. 이 제공자(provider)의 정식명칭은 filesystem이다. Dav 지시어를 지정하여 mod_dav 뒷단 제공자를 사용한다:

예제

Dav filesystem

filesystemmod_dav의 기본 제공자이므로 대신 On을 사용할 수 있다.

Support Apache!

지시어들

Bugfix checklist

참고

top

DavLockDB 지시어

설명:DAV 잠금 데이터베이스 위치
문법:DavLockDB file-path
사용장소:주서버설정, 가상호스트
상태:Extension
모듈:mod_dav_fs

DavLockDB 지시어는 잠금 데이터베이스의 전체 경로를 확장자를 제외하고 지정한다. 절대경로가 아니면 ServerRoot에 상대경로로 처리한다. mod_dav_fs는 잠금을 SDBM 데이터베이스에 기록한다.

예제

DavLockDB var/DavLock

아파치를 실행하는 UserGroup은 잠금 데이터베이스가 있는 디렉토리에 쓰기 권한을 가져야 한다. 보안상 이유로 기존 디렉토리의 권한을 바꾸기보다는 잠금 데이터베이스용 디렉토리를 만들어야 한다. 위의 경우 아파치는 ServerRoot 아래 var/ 디렉토리에 서버가 선택한 확장명을 가진 DavLock 파일을 만든다.

top

DavLockDiscovery 지시어

설명:Enable lock discovery
문법:DavLockDiscovery on|off
기본값:DavLockDiscovery on
사용장소:주서버설정, 가상호스트, directory, .htaccess
상태:Extension
모듈:mod_dav_fs
지원:Available from Apache 2.4.55 and later.

The documentation for this directive has not been translated yet. Please have a look at the English version.

가능한 언어:  en  |  fr  |  ja  |  ko 

top

Comments

Notice:
This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Libera.chat, or sent to our mailing lists.