<-
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_cern_meta

가능한 언어:  en  |  ko 

설명:CERN 웹서버 메타파일 지원
상태:Extension
모듈명:cern_meta_module
소스파일:mod_cern_meta.c

요약

CERN 웹서버 메타파일을 흉내낸다. 메타파일은 접근하는 파일에 대해 일반적인 헤더외에 추가로 출력할 HTTP 헤더를 담고있다. 아파치 .asis 파일과 비슷하고, Expires: 헤더를 수정하거나 다른 신기한 일들을 할 수 있다. 메타 정보를 다루는 방법은 다양하지만, 이미 이 모듈을 사용하는 많은 CERN 사용자들을 위해 이 방법을 선택했다.

더 자세한 정보는 CERN metafile semantics를 참고하라.

지시어들

참고

top

MetaDir 지시어

설명:CERN 메타정보를 찾을 디렉토리 이름
문법:MetaDir directory
기본값:MetaDir .web
사용장소:주서버설정, 가상호스트, directory, .htaccess
Override 옵션:Indexes
상태:Extension
모듈:mod_cern_meta

아파치가 메타정보 파일을 찾을 디렉토리명을 지정한다. 디렉토리는 보통 접근할 파일이 있는 디렉토리의 '감춰진' 하위디렉토리다. "."으로 지정하면 같은 디렉토리에서 파일을 찾는다:

MetaDir .

아니면 파일이 있는 하위디렉토리를 지정한다:

MetaDir .meta

top

MetaFiles 지시어

설명:CERN 메타파일을 처리한다
문법:MetaFiles on|off
기본값:MetaFiles off
사용장소:주서버설정, 가상호스트, directory, .htaccess
Override 옵션:Indexes
상태:Extension
모듈:mod_cern_meta

디렉토리별로 메타파일 처리여부를 결정한다.

top

MetaSuffix 지시어

설명:CERN 메타정보를 저장하는 파일의 접미사
문법:MetaSuffix suffix
기본값:MetaSuffix .meta
사용장소:주서버설정, 가상호스트, directory, .htaccess
Override 옵션:Indexes
상태:Extension
모듈:mod_cern_meta

메타정보를 저장하는 파일의 접미사를 지정한다. 예를 들어, 두 지시어의 기본값을 사용할 경우 DOCUMENT_ROOT/somedir/index.html을 요청하면 DOCUMENT_ROOT/somedir/.web/index.html.meta의 내용을 참고하여 MIME 헤더 정보를 추가한다.

예제:

MetaSuffix .meta

가능한 언어:  en  |  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.