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

Please note

This document refers to a legacy release (2.2) of Apache httpd. The active release (2.4) is documented here. If you have not already upgraded, please follow this link for more information.

You may follow this link to go to the current version of this document.

아파치 모듈 mod_dav_fs

가능한 언어:  en  |  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을 사용할 수 있다.

지시어들

참고

top

DavLockDB 지시어

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

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

예제

DavLockDB var/DavLock

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

가능한 언어:  en  |  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 again 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 Freenode, or sent to our mailing lists.
Comments are disabled for this page at the moment.