GCS Amplitude
GCS Amplitude

지시어 빠른참조

AcceptFilter protocol acceptfilter | | s | C | | Configures optimizations for a Protocol's Listener Sockets | AcceptPathInfo On|Off|Default | Default | svdh | C | | Resources accept trailing pathname information | AccessFileName filename [filename] ... | .htaccess | sv | C | | Name of the distributed configuration file | Action action-type cgi-script [virtual] | | svdh | B | | 특정 핸들러나 content-type에 대해 CGI 스크립트를 사용한다 | AddAlt string file [file] ... | | svdh | B | | 파일명으로 선택한 아이콘대신 사용할 파일 설명글 | AddAltByEncoding string MIME-encoding [MIME-encoding] ... | | svdh | B | | MIME-encoding으로 선택한 아이콘대신 사용할 파일 설명글 | AddAltByType string MIME-type [MIME-type] ... | | svdh | B | | MIME content-type으로 선택한 아이콘대신 사용할 파일 설명글 | AddCharset charset extension [extension] ... | | svdh | B | | Maps the given filename extensions to the specified content charset | AddDefaultCharset On|Off|charset | Off | svdh | C | Default charset parameter to be added when a response content-type is text/plain or text/html | AddDescription string file [file] ... | | svdh | B | | 파일에 대한 설명 | AddEncoding encoding extension [extension] ... | | svdh | B | | Maps the given filename extensions to the specified encoding type | AddHandler handler-name extension [extension] ... | | svdh | B | | Maps the filename extensions to the specified handler | AddIcon icon name [name] ... | | svdh | B | | 이름으로 선택한 파일에 사용할 아이콘 | AddIconByEncoding icon MIME-encoding [MIME-encoding] ... | | svdh | B | | MIME content-encoding으로 선택한 파일에 사용할 아이콘 | AddIconByType icon MIME-type [MIME-type] ... | | svdh | B | | MIME content-type으로 선택한 파일에 사용할 아이콘 | AddInputFilter filter[;filter...] extension [extension] ... | | svdh | B | | Maps filename extensions to the filters that will process client requests | AddLanguage language-tag extension [extension] ... | | svdh | B | | Maps the given filename extension to the specified content language | AddModuleInfo module-name string | | sv | E | | 모듈에 대한 추가 정보를 server-info 핸들러가 보여주도록 추가한다 | AddOutputFilter filter[;filter...] extension [extension] ... | | svdh | B | | Maps filename extensions to the filters that will process responses from the server | AddOutputFilterByType filter[;filter...] media-type [media-type] ... | | svdh | B | | assigns an output filter to a particular media-type | AddType media-type extension [extension] ... | | svdh | B | | Maps the given filename extensions onto the specified content type | Alias URL-path file-path|directory-path | | sv | B | | URL을 특정 파일시스템 장소로 대응한다 | AliasMatch regex file-path|directory-path | | sv | B | | 정규표현식을 사용하여 URL을 파일시스템 장소로 대응한다 | Allow from all|host|env=[!]env-variable [host|env=[!]env-variable] ... | | dh | E | | Controls which hosts can access an area of the server | AllowCONNECT port[-port] [port[-port]] ... | 443 563 | sv | E | Ports that are allowed to CONNECT through the proxy | AllowEncodedSlashes On|Off|NoDecode | Off | sv | C | | Determines whether encoded path separators in URLs are allowed to be passed through | AllowMethods reset|HTTP-method [HTTP-method]... | reset | d | X | | Restrict access to the listed HTTP methods | AllowOverride All|None|directive-type [directive-type] ... | None (2.3.9 and lat + | d | C | Types of directives that are allowed in .htaccess files | AllowOverrideList None|directive [directive-type] ... | None | d | C | Individual directives that are allowed in .htaccess files | Anonymous user [user] ... | | dh | E | | 암호검사없이 접근을 허용할 사용자 아이디들을 지정한다 | AnonymousLogEmail On|Off | On | dh | E | | 입력한 암호를 오류로그에 기록할지 여부 | AnonymousMustGiveEmail On|Off | On | dh | E | | 암호가 없어도 가능한지 여부 | AnonymousNoUserID On|Off | Off | dh | E | | 사용자 아이디가 없어도 가능하지 여부 | AnonymousVerifyEmail On|Off | Off | dh | E | | 암호가 올바른 형식의 전자우편 주소인지 검사 여부 | AsyncRequestWorkerFactor factor | | s | M | | Limit concurrent connections per process | AuthBasicAuthoritative On|Off | On | dh | B | | 인증과 권한부여를 저수준 모듈에 넘겨줄지 결정한다 | [AuthBasicFake off|username [password]](modauthbasic.html#authbasicfake) | | dh | B | | Fake basic authentication using the given expressions for username and password | AuthBasicProvider On|Off|provider-name [provider-name] ... | On | dh | B | | 이 위치에 대한 인증제공자를 지정한다 | AuthBasicUseDigestAlgorithm MD5|Off | Off | dh | B | | Check passwords against the authentication providers as if Digest Authentication was in force instead of Basic Authentication. | AuthDBDUserPWQuery query | | d | E | | SQL query to look up a password for a user | AuthDBDUserRealmQuery query | | d | E | | SQL query to look up a password hash for a user and realm. | AuthDBMGroupFile file-path | | dh | E | | 인증에 사용할 사용자 그룹 목록을 저장하는 데이터베이스 파일명을 지정한다 | AuthDBMType default|SDBM|GDBM|NDBM|DB | default | dh | E | | 암호를 저장하는 데이터베이스 파일 종류를 지정한다 | AuthDBMUserFile file-path | | dh | E | | 인증할 사용자와 암호 목록을 저장하는 데이터베이스 파일명을 지정한다 | AuthDigestAlgorithm MD5|MD5-sess | MD5 | dh | X | | digest authentication에서 challenge와 response hash를 계산하는 알고리즘을 선택한다 | AuthDigestDomain URI [URI] ... | | dh | X | | digest authentication에서 같은 보호영역에 속하는 URI들 | AuthDigestNonceLifetime seconds | 300 | dh | X | | 서버 nonce가 유효한 기간 | AuthDigestProvider On|Off|provider-name [provider-name] ... | On | dh | X | | 이 위치에 대한 인증제공자를 지정한다 | [AuthDigestQop none|auth|auth-int [auth|auth-int]](modauthdigest.html#authdigestqop) | auth | dh | X | | digest authentication가 사용할 보호수준(quality-of-protection)을 지정한다. | AuthDigestShmemSize size | 1000 | s | X | | 클라이언트를 추적하기위해 할당하는 공유메모리량 | AuthFormAuthoritative On|Off | On | dh | B | | Sets whether authorization and authentication are passed to lower level modules | AuthFormBody fieldname | | d | B | | The name of a form field carrying the body of the request to attempt on successful login | AuthFormDisableNoStore On|Off | Off | d | B | | Disable the CacheControl no-store header on the login page | AuthFormFakeBasicAuth On|Off | Off | d | B | | Fake a Basic Authentication header | AuthFormLocation fieldname | | d | B | | The name of a form field carrying a URL to redirect to on successful login | AuthFormLoginRequiredLocation url | | d | B | | The URL of the page to be redirected to should login be required | AuthFormLoginSuccessLocation url | | d | B | | The URL of the page to be redirected to should login be successful | AuthFormLogoutLocation uri | | d | B | | The URL to redirect to after a user has logged out | AuthFormMethod fieldname | | d | B | | The name of a form field carrying the method of the request to attempt on successful login | AuthFormMimetype fieldname | | d | B | | The name of a form field carrying the mimetype of the body of the request to attempt on successful login | AuthFormPassword fieldname | | d | B | | The name of a form field carrying the login password | AuthFormProvider provider-name [provider-name] ... | file | dh | B | | Sets the authentication provider(s) for this location | AuthFormSitePassphrase secret | | d | B | | Bypass authentication checks for high traffic sites | AuthFormSize size | | d | B | | The largest size of the form in bytes that will be parsed for the login details | AuthFormUsername fieldname | | d | B | | The name of a form field carrying the login username | AuthGroupFile file-path | | dh | B | | 인증에 사용할 사용자 그룹 목록을 저장하는 문자파일명을 지정한다 | AuthLDAPAuthorizePrefix prefix | AUTHORIZE | dh | E | | Specifies the prefix for environment variables set during authorization | AuthLDAPBindAuthoritativeoff|on | on | dh | E | | Determines if other authentication providers are used when a user can be mapped to a DN but the server cannot successfully bind with the user's credentials. | AuthLDAPBindDN distinguished-name | | dh | E | | Optional DN to use in binding to the LDAP server | AuthLDAPBindPassword password | | dh | E | | Password used in conjuction with the bind DN | AuthLDAPCharsetConfig file-path | | s | E | | Language to charset conversion configuration file | AuthLDAPCompareAsUser on|off | off | dh | E | | Use the authenticated user's credentials to perform authorization comparisons | AuthLDAPCompareDNOnServer on|off | on | dh | E | | Use the LDAP server to compare the DNs | AuthLDAPDereferenceAliases never|searching|finding|always | always | dh | E | | When will the module de-reference aliases | AuthLDAPGroupAttribute attribute | member uniquemember + | dh | E | | LDAP attributes used to identify the user members of groups. | AuthLDAPGroupAttributeIsDN on|off | on | dh | E | | Use the DN of the client username when checking for group membership | AuthLDAPInitialBindAsUser off|on | off | dh | E | | Determines if the server does the initial DN lookup using the basic authentication users' own username, instead of anonymously or with hard-coded credentials for the server | AuthLDAPInitialBindPatternregex substitution | (.) $1 (remote use + | dh | E | | Specifies the transformation of the basic authentication username to be used when binding to the LDAP server to perform a DN lookup | AuthLDAPMaxSubGroupDepth Number | 10 | dh | E | | Specifies the maximum sub-group nesting depth that will be evaluated before the user search is discontinued. | AuthLDAPRemoteUserAttribute uid | | dh | E | | Use the value of the attribute returned during the user query to set the REMOTEUSER environment variable | AuthLDAPRemoteUserIsDN on|off | off | dh | E | | Use the DN of the client username to set the REMOTEUSER environment variable | AuthLDAPSearchAsUser on|off | off | dh | E | | Use the authenticated user's credentials to perform authorization searches | AuthLDAPSubGroupAttribute attribute | | dh | E | | Specifies the attribute labels, one value per directive line, used to distinguish the members of the current group that are groups. | AuthLDAPSubGroupClass LdapObjectClass | groupOfNames groupO + | dh | E | | Specifies which LDAP objectClass values identify directory objects that are groups during sub-group processing. | AuthLDAPUrl url [NONE|SSL|TLS|STARTTLS] | | dh | E | | URL specifying the LDAP search parameters | AuthMerging Off | And | Or | Off | dh | B | | Controls the manner in which each configuration section's authorization logic is combined with that of preceding configuration sections. | AuthName auth-domain | | dh | B | | Authorization realm for use in HTTP authentication | AuthnCacheContext directory|server|custom-string | | d | B | | Specify a context string for use in the cache key | AuthnCacheEnable | | s | B | | Enable Authn caching configured anywhere | AuthnCacheProvideFor authn-provider [...] | | dh | B | | Specify which authn provider(s) to cache for | AuthnCacheSOCache provider-name[:provider-args] | | s | B | | Select socache backend provider to use | AuthnCacheTimeout timeout (seconds) | | dh | B | | Set a timeout for cache entries | ... | | s | B | | Enclose a group of directives that represent an extension of a base authentication provider and referenced by the specified alias | AuthnzFcgiCheckAuthnProvider provider-name|None option* ... | | d | E | | Enables a FastCGI application to handle the checkauthn authentication hook. | AuthnzFcgiDefineProvider type provider-name backend-address | | s | E | | Defines a FastCGI application as a provider for authentication and/or authorization | AuthType None|Basic|Digest|Form | | dh | B | | Type of user authentication | AuthUserFile file-path | | dh | B | | 인증할 사용자명와 암호 목록을 저장하는 문자파일명을 지정한다 | AuthzDBDLoginToReferer On|Off | Off | d | E | Determines whether to redirect the Client to the Referring page on successful login or logout if a Referer request header is present | AuthzDBDQuery query | | d | E | | Specify the SQL Query for the required operation | AuthzDBDRedirectQuery query | | d | E | | Specify a query to look up a login page for the user | AuthzDBMType default|SDBM|GDBM|NDBM|DB | default | dh | E | | 암호를 저장하는 데이터베이스 파일 종류를 지정한다 | ... | | s | B | | Enclose a group of directives that represent an extension of a base authorization provider and referenced by the specified alias | AuthzSendForbiddenOnFailure On|Off | Off | dh | B | | Send '403 FORBIDDEN' instead of '401 UNAUTHORIZED' if authentication succeeds but authorization fails | BalancerGrowth # | 5 | sv | E | | Number of additional Balancers that can be added Post-configuration | BalancerInherit On|Off | On | sv | E | | Inherit ProxyPassed Balancers/Workers from the main server | BalancerMember [balancerurl] url [key=value [key=value ...]] | | d | E | | Add a member to a load balancing group | BalancerPersist On|Off | Off | sv | E | | Attempt to persist changes made by the Balancer Manager across restarts. | BrowserMatch regex [!]env-variable[=value] [[!]env-variable[=value]] ... | | svdh | B | | HTTP User-Agent에 따라 환경변수를 설정한다 | BrowserMatchNoCase regex [!]env-variable[=value] [[!]env-variable[=value]] ... | | svdh | B | | 대소문자를 구별하지않고 User-Agent에 따라 환경변수를 설정한다 | | | s | B | | Buffer log entries in memory before writing to disk | BufferSize integer | 131072 | svdh | E | | Maximum size in bytes to buffer by the buffer filter | CacheDefaultExpire seconds | 3600 (one hour) | sv | X | | 만기시간을 지정하지않은 문서를 캐쉬할 기본 기간. | | | svdh | X | | Add an X-Cache-Detail header to the response. | CacheDirLength length | 2 | sv | X | | 하위디렉토리명의 문자개수 | CacheDirLevels levels | 3 | sv | X | | 캐쉬의 하위디렉토리 깊이. | CacheDisable url-string | | sv | X | | 특정 URL을 캐쉬하지 않는다 | CacheEnable cachetype url-string | | sv | X | | 지정한 저장관리자를 사용하여 지정한 URL을 캐쉬한다 | CacheFile file-path [file-path] ... | | s | X | | 시작시 여러 파일 핸들을 캐쉬한다 | | | svdh | X | | Add an X-Cache header to the response. | CacheIgnoreCacheControl On|Off | Off | sv | X | | 클라이언트가 캐쉬하지않는 내용을 요청함을 무시한다. | CacheIgnoreHeaders header-string [header-string] ... | None | sv | X | | 캐쉬에 지정한 HTTP 헤더(들)를 저장하지 않는다 | CacheIgnoreNoLastMod On|Off | Off | sv | X | | 응답에 Last Modified 헤더가 없다는 사실을 무시한다. | | | sv | X | | Ignore query string when caching | | | sv | X | | Ignore defined session identifiers encoded in the URL when caching | | | sv | X | | Override the base URL of reverse proxied cache keys. | CacheLastModifiedFactor float | 0.1 | sv | X | | LastModified 시간으로 만기시간을 계산하는데 사용하는 계수. | | | sv | X | | Enable the thundering herd lock. | | | sv | X | | Set the maximum possible age of a cache lock. | | | sv | X | | Set the lock path directory. | CacheMaxExpire seconds | 86400 (하루) | sv | X | | 문서를 캐쉬하는 초단위 최대시간 | CacheMaxFileSize bytes | 1000000 | sv | X | | 캐쉬에 저장할 문서의 최대크기 (바이트 단위) | | | svdh | X | | The minimum time in seconds to cache a document | CacheMinFileSize bytes | 1 | sv | X | | 캐쉬에 저장할 문서의 최소크기 (바이트 단위) | CacheNegotiatedDocs On|Off | Off | sv | B | | Allows content-negotiated documents to be cached by proxy servers | | | sv | X | | Run the cache from the quick handler. | | | svdh | X | | The minimum size (in bytes) of the document to read and be cached before sending the data downstream | | | svdh | X | | The minimum time (in milliseconds) that should elapse while reading before data is sent downstream | CacheRoot directory | | sv | X | | 캐쉬 파일을 저장할 디렉토리 root | CacheSocache type[:args] | | sv | E | | The shared object cache implementation to use | CacheSocacheMaxSize bytes | 102400 | svdh | E | | The maximum size (in bytes) of an entry to be placed in the cache | CacheSocacheMaxTime seconds | 86400 | svdh | E | | The maximum time (in seconds) for a document to be placed in the cache | CacheSocacheMinTime seconds | 600 | svdh | E | | The maximum time (in seconds) for a document to be placed in the cache | CacheSocacheReadSize bytes | 0 | svdh | E | | The minimum size (in bytes) of the document to read and be cached before sending the data downstream | CacheSocacheReadTime milliseconds | 0 | svdh | E | | The minimum time (in milliseconds) that should elapse while reading before data is sent downstream | | | svdh | X | | Serve stale content in place of 5xx responses. | | | svdh | X | | Attempt to cache responses that the server reports as expired | | | svdh | X | | Attempt to cache requests or responses that have been marked as no-store. | | | svdh | X | | Attempt to cache responses that the server has marked as private | CGIDScriptTimeout time[s|ms] | | svdh | B | | The length of time to wait for more output from the CGI program | CGIMapExtension cgi-path .extension | | dh | C | | Technique for locating the interpreter for CGI scripts | CharsetDefault charset | | svdh | X | | 변환할 문자집합 | CharsetOptions option [option] ... | DebugLevel=0 NoImpl + | svdh | X | | 문자집합 변환 기능을 설정 | CharsetSourceEnc charset | | svdh | X | | 파일 원본의 문자집합 | | | svdh | E | | Limits the action of the speling module to case corrections | CheckSpelling on|off | Off | svdh | E | | 맞춤법 모듈을 사용한다 | ChrootDir /path/to/directory | | s | B | | Directory for apache to run chroot(8) after startup. | ContentDigest On|Off | Off | svdh | C | Enables the generation of Content-MD5 HTTP Response headers | CookieDomain domain | | svdh | E | | The domain to which the tracking cookie applies | CookieExpires expiry-period | | svdh | E | | Expiry time for the tracking cookie | CookieName token | Apache | svdh | E | | Name of the tracking cookie | CookieStyle Netscape|Cookie|Cookie2|RFC2109|RFC2965 | Netscape | svdh | E | | Format of the cookie header field | CookieTracking on|off | off | svdh | E | | Enables tracking cookie | CoreDumpDirectory directory | | s | M | | Directory where Apache HTTP Server attempts to switch before dumping core | CustomLog file|pipe format|nickname [env=[!]environment-variable] | | sv | B | | 로그파일 이름과 형식을 지정한다 | Dav On|Off|provider-name | Off | d | E | | WebDAV HTTP 메써드를 시작한다 | DavDepthInfinity on|off | off | svd | E | | PROPFIND의 Depth: Infinity 요청을 허가한다 | DavGenericLockDB file-path | | svd | E | | Location of the DAV lock database | DavLockDB file-path | | sv | E | | DAV 잠금 데이터베이스 위치 | DavMinTimeout seconds | 0 | svd | E | | 서버가 DAV 자원에 대해 유지할 잠금의 최소시간 | DBDExptime time-in-seconds | 300 | sv | E | | Keepalive time for idle connections | DBDInitSQL "SQL statement" | | sv | E | | Execute an SQL statement after connecting to a database | DBDKeep number | 2 | sv | E | | Maximum sustained number of connections | DBDMax number | 10 | sv | E | | Maximum number of connections | DBDMin number | 1 | sv | E | | Minimum number of connections | DBDParams param1=value1[,param2=value2] | | sv | E | | Parameters for database connection | DBDPersist On|Off | | sv | E | | Whether to use persistent connections | DBDPrepareSQL "SQL statement" label | | sv | E | | Define an SQL prepared statement | DBDriver name | | sv | E | | Specify an SQL driver | DefaultIcon url-path | | svdh | B | | 특정 아이콘을 설정하지않은 파일에 사용할 아이콘 | DefaultLanguage language-tag | | svdh | B | | Defines a default language-tag to be sent in the Content-Language header field for all resources in the current context that have not been assigned a language-tag by some other means. | DefaultRuntimeDir directory-path | DEFAULTRELRUNTIME + | s | C | | Base directory for the server run-time files | DefaultType media-type|none | none | svdh | C | This directive has no effect other than to emit warnings if the value is not none . In prior versions, DefaultType would specify a default media type to assign to response content for which no other media type configuration could be found. | Define parameter-name [parameter-value] | | svd | C | | Define a variable | DeflateBufferSize value | 8096 | sv | E | | zlib이 한번에 압축할 크기 | DeflateCompressionLevel value | | sv | E | | 출력을 어느정도 압축하는가 | DeflateFilterNote [type] notename | | sv | E | | 압축률을 로그에 기록한다 | DeflateInflateLimitRequestBodyvalue | | svdh | E | | Maximum size of inflated request bodies | DeflateInflateRatioBurst value | | svdh | E | | Maximum number of times the inflation ratio for request bodies can be crossed | DeflateInflateRatioLimit value | | svdh | E | | Maximum inflation ratio for request bodies | DeflateMemLevel value | 9 | sv | E | | zlib이 압축할때 사용하는 메모리량 | DeflateWindowSize value | 15 | sv | E | | Zlib 압축 window size | Deny from all|host|env=[!]env-variable [host|env=[!]env-variable] ... | | dh | E | | Controls which hosts are denied access to the server | ... | | sv | C | | Enclose a group of directives that apply only to the named file-system directory, sub-directories, and their contents. | DirectoryCheckHandler On|Off | Off | svdh | B | | Toggle how this module responds when another handler is configured | DirectoryIndex local-url [local-url] ... | index.html | svdh | B | | 클라이언트가 디렉토리를 요청할때 찾아볼 자원 목록 | DirectoryIndexRedirect on | off | permanent | temp | seeother | 3xx-code | off | svdh | B | | Configures an external redirect for directory indexes. | ... | | sv | C | | Enclose directives that apply to the contents of file-system directories matching a regular expression. | DirectorySlash On|Off | On | svdh | B | | 마지막 슬래쉬 리다이렉션을 키고 끈다 | DocumentRoot directory-path | /usr/local/apache/h + | sv | C | | Directory that forms the main document tree visible from the web | DTracePrivileges On|Off | Off | s | X | | Determines whether the privileges required by dtrace are enabled. | DumpIOInput On|Off | Off | s | E | | Dump all input data to the error log | DumpIOOutput On|Off | Off | s | E | | Dump all output data to the error log | ... | | svdh | C | Contains directives that apply only if the condition of a previous or section is not satisfied by a request at runtime | ... | | svdh | C | Contains directives that apply only if a condition is satisfied by a request at runtime while the condition of a previous or section is not satisfied | EnableExceptionHook On|Off | Off | s | M | | Enables a hook that runs exception handlers after a crash | EnableMMAP On|Off | On | svdh | C | | Use memory-mapping to read files during delivery | EnableSendfile On|Off | Off | svdh | C | | Use the kernel sendfile support to deliver files to the client | Error message | | svdh | C | | Abort configuration parsing with a custom error message | ErrorDocument error-code document | | svdh | C | | What the server will return to the client in case of an error | ErrorLog file-path|syslog[:facility] | logs/errorlog (Uni + | sv | C | | Location where the server will log errors | [ ErrorLogFormat [connection|request] ](core.html#errorlogformat)format | | sv | C | | Format specification for error log entries | Example | | svdh | X | | 아파치 모듈 API를 설명하기위한 예제 지시어 | ExpiresActive On|Off | | svdh | E | Expires 헤더를 생성한다 | ExpiresByType MIME-type seconds | | svdh | E | MIME type으로 Expires 헤더값을 설정한다 | ExpiresDefault seconds | | svdh | E | | 만기시간을 계산하는 기본 알고리즘 | ExtendedStatus On|Off | Off[] | s | C | | Keep track of extended status information for each request | ExtFilterDefine filtername parameters | | s | E | | 외부 필터를 정의한다 | ExtFilterOptions option [option] ... | DebugLevel=0 NoLogS + | d | E | modextfilter 옵션을 설정한다 | | | svdh | B | | Define a default URL for requests that don't map to a file | FileETag component ... | MTime Size | svdh | C | | File attributes used to create the ETag HTTP response header for static files | ... | | svdh | C | | Contains directives that apply to matched filenames | ... | | svdh | C | | Contains directives that apply to regular-expression matched filenames | [FilterChain [+=-@!]](modfilter.html#filterchain)filter-name ... | | svdh | B | | Configure the filter chain | FilterDeclare filter-name [type] | | svdh | B | | Declare a smart filter | FilterProtocol filter-name [provider-name] proto-flags | | svdh | B | | Deal with correct HTTP protocol handling | FilterProvider filter-name provider-name expression | | svdh | B | | Register a content filter | FilterTrace filter-name level | | svd | B | Get debug/diagnostic information from modfilter | [ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback]](modnegotiation.html#forcelanguagepriority) | Prefer | svdh | B | | Action to take if a single acceptable document is not found | ForceType media-type|None | | dh | C | | Forces all matching files to be served with the specified media type in the HTTP Content-Type header field | ForensicLog filename|pipe | | sv | E | | Sets filename of the forensic log | GprofDir /tmp/gprof/|/tmp/gprof/% | | sv | C | | Directory to write gmon.out profiling data to. | GracefulShutdownTimeout seconds | 0 | s | M | | Specify a timeout after which a gracefully shutdown server will exit. | Group unix-group | #-1 | s | B | | Group under which the server will answer requests | Header [condition] set|append|add|unset|echo header [value] [early|env=[!]variable] | | svdh | E | | HTTP 응답 헤더를 구성한다 | HeaderName filename | | svdh | B | | 파일목록 위에 삽입할 파일의 이름 | HeartbeatAddress addr:port | | s | X | | Multicast address for heartbeat packets | HeartbeatListenaddr:port | | s | X | | multicast address to listen for incoming heartbeat requests | HeartbeatMaxServers number-of-servers | 10 | s | X | | Specifies the maximum number of servers that will be sending heartbeat requests to this server | HeartbeatStorage file-path | logs/hb.dat | s | X | | Path to store heartbeat data | HeartbeatStorage file-path | logs/hb.dat | s | X | | Path to read heartbeat data | HostnameLookups On|Off|Double | Off | svd | C | | Enables DNS lookups on client IP addresses | IdentityCheck On|Off | Off | svd | E | | 원격 사용자의 RFC 1413 신원을 로그에 기록한다 | IdentityCheckTimeout seconds | 30 | svd | E | | ident 요청의 시간제한을 지정한다 | ... | | svdh | C | | Contains directives that apply only if a condition is satisfied by a request at runtime | [ ... | | svdh | C | | Encloses directives that will be processed only if a test is true at startup | [ ... | | svdh | C | | Encloses directives that are processed conditional on the presence or absence of a specific module | [ ... | | svdh | E | | 버전별 설정을 묶는다 | ImapBase map|referer|URL | http://servername/ | svdh | B | 이미지맵 파일에서 base 기본값 | ImapDefault error|nocontent|map|referer|URL | nocontent | svdh | B | | 이미지맵에 어느 영역에도 해당하지 않는 좌표를 준 경우 기본 행동 | ImapMenu none|formatted|semiformatted|unformatted | | svdh | B | | 좌표없이 이미지맵 요청시 취할 행동 | Include file-path|directory-path|wildcard | | svd | C | | Includes other configuration files from within the server configuration files | IncludeOptional file-path|directory-path|wildcard | | svd | C | | Includes other configuration files from within the server configuration files | | | svdh | B | | Inserts text in the HEAD section of an index page. | IndexIgnore file [file] ... | | svdh | B | | 디렉토리 목록에서 숨길 파일목록을 추가한다 | IndexIgnoreReset ON|OFF | | svdh | B | | Empties the list of files to hide when listing a directory | [IndexOptions [+|-]](modautoindex.html#indexoptions)option [[+|-]option] ... | | svdh | B | | 디렉토리 목록의 여러 설정들 | IndexOrderDefault Ascending|Descending Name|Date|Size|Description | Ascending Name | svdh | B | | 디렉토리 목록의 기본 순서를 설정한다 | IndexStyleSheet url-path | | svdh | B | | 디렉토리 목록에 CSS 스타일쉬트를 추가한다 | InputSed sed-command | | dh | X | Sed command to filter request data (typically POST data) | ISAPIAppendLogToErrors on|off | off | svdh | B | ISAPI exntension의 HSEAPPENDLOGPARAMETER 요청을 오류 로그에 기록한다 | ISAPIAppendLogToQuery on|off | on | svdh | B | ISAPI exntension의 HSEAPPENDLOGPARAMETER 요청을 질의문자열에 기록한다 | ISAPICacheFile file-path [file-path] ... | | sv | B | | 서버가 시작할때 메모리로 읽어들일 ISAPI .dll 파일들 | ISAPIFakeAsync on|off | off | svdh | B | | 비동기 ISAPI 콜백을 지원하는 척한다 | ISAPILogNotSupported on|off | off | svdh | B | | ISAPI extension이 지원하지 않는 기능을 요청하면 로그에 기록한다 | ISAPIReadAheadBuffer size | 49152 | svdh | B | | ISAPI extension의 미리읽기버퍼(read ahead buffer) 크기 | KeepAlive On|Off | On | sv | C | | Enables HTTP persistent connections | KeepAliveTimeout num[ms] | 5 | sv | C | | Amount of time the server will wait for subsequent requests on a persistent connection | KeptBodySize maximum size in bytes | 0 | d | B | | Keep the request body instead of discarding it up to the specified maximum size, for potential use by filters such as modinclude. | LanguagePriority MIME-lang [MIME-lang] ... | | svdh | B | | The precendence of language variants for cases where the client does not express a preference | LDAPCacheEntries number | 1024 | s | E | | Maximum number of entries in the primary LDAP cache | LDAPCacheTTL seconds | 600 | s | E | | Time that cached items remain valid | LDAPConnectionPoolTTL n | -1 | sv | E | | Discard backend connections that have been sitting in the connection pool too long | LDAPConnectionTimeout seconds | | s | E | | Specifies the socket connection timeout in seconds | LDAPLibraryDebug 7 | | s | E | | Enable debugging in the LDAP SDK | LDAPOpCacheEntries number | 1024 | s | E | | Number of entries used to cache LDAP compare operations | LDAPOpCacheTTL seconds | 600 | s | E | | Time that entries in the operation cache remain valid | LDAPReferralHopLimit number | | dh | E | | The maximum number of referral hops to chase before terminating an LDAP query. | LDAPReferrals On|Off|default | On | dh | E | | Enable referral chasing during queries to the LDAP server. | LDAPRetries number-of-retries | 3 | s | E | | Configures the number of LDAP server retries. | LDAPRetryDelay seconds | 0 | s | E | | Configures the delay between LDAP server retries. | LDAPSharedCacheFile directory-path/filename | | s | E | | Sets the shared memory cache file | LDAPSharedCacheSize bytes | 500000 | s | E | | Size in bytes of the shared-memory cache | LDAPTimeout seconds | 60 | s | E | | Specifies the timeout for LDAP search and bind operations, in seconds | LDAPTrustedClientCert type directory-path/filename/nickname [password] | | dh | E | | Sets the file containing or nickname referring to a per connection client certificate. Not all LDAP toolkits support per connection client certificates. | LDAPTrustedGlobalCert type directory-path/filename [password] | | s | E | | Sets the file or database containing global trusted Certificate Authority or global client certificates | LDAPTrustedMode type | | sv | E | | Specifies the SSL/TLS mode to be used when connecting to an LDAP server. | LDAPVerifyServerCert On|Off | On | s | E | | Force server certificate verification | ... | | dh | C | | Restrict enclosed access controls to only certain HTTP methods | ... | | dh | C | | Restrict access controls to all HTTP methods except the named ones | LimitInternalRecursion number [number] | 10 | sv | C | | Determine maximum number of internal redirects and nested subrequests | LimitRequestBody bytes | 0 | svdh | C | | Restricts the total size of the HTTP request body sent from the client | LimitRequestFields number | 100 | sv | C | | Limits the number of HTTP request header fields that will be accepted from the client | LimitRequestFieldSize bytes | 8190 | sv | C | | Limits the size of the HTTP request header allowed from the client | LimitRequestLine bytes | 8190 | sv | C | | Limit the size of the HTTP request line that will be accepted from the client | LimitXMLRequestBody bytes | 1000000 | svdh | C | | Limits the size of an XML-based request body | Listen [IP-address:]portnumber [protocol] | | s | M | | IP addresses and ports that the server listens to | ListenBacklog backlog | | s | M | | Maximum length of the queue of pending connections | LoadFile filename [filename] ... | | s | E | | 지정한 목적파일이나 라이브러리를 읽어들인다 | LoadModule module filename | | s | E | | 목적파일이나 라이브러리를 읽어들이고, 사용가능한 모듈 목록에 추가한다 | ... | | sv | C | | Applies the enclosed directives only to matching URLs | ... | | sv | C | | Applies the enclosed directives only to regular-expression matching URLs | LogFormat format|nickname [nickname] | "%h %l %u %t \"%r\" + | sv | B | | 로그파일에 사용할 형식을 기술한다 | LogLevel [module:]level [module:level] ... | warn | svd | C | | Controls the verbosity of the ErrorLog | LogMessage message [hook=hook] [expr=expression] | | d | X | | Log user-defined message to error log | LuaAuthzProvider providername /path/to/lua/script.lua functionname | | s | X | Plug an authorization provider function into modauthzcore | LuaCodeCache stat|forever|never | stat | svdh | X | | Configure the compiled code cache. | [LuaHookAccessChecker /path/to/lua/script.lua hookfunctionname [early|late]](modlua.html#luahookaccesschecker) | | svdh | X | | Provide a hook for the accesschecker phase of request processing | [LuaHookAuthChecker /path/to/lua/script.lua hookfunctionname [early|late]](modlua.html#luahookauthchecker) | | svdh | X | | Provide a hook for the authchecker phase of request processing | [LuaHookCheckUserID /path/to/lua/script.lua hookfunctionname [early|late]](modlua.html#luahookcheckuserid) | | svdh | X | | Provide a hook for the checkuserid phase of request processing | LuaHookFixups /path/to/lua/script.lua hookfunctionname | | svdh | X | | Provide a hook for the fixups phase of a request processing | LuaHookInsertFilter /path/to/lua/script.lua hookfunctionname | | svdh | X | | Provide a hook for the insertfilter phase of request processing | LuaHookLog /path/to/lua/script.lua logfunctionname | | svdh | X | | Provide a hook for the access log phase of a request processing | LuaHookMapToStorage /path/to/lua/script.lua hookfunctionname | | svdh | X | | Provide a hook for the maptostorage phase of request processing | [LuaHookTranslateName /path/to/lua/script.lua hookfunctionname [early|late]](modlua.html#luahooktranslatename) | | sv | X | | Provide a hook for the translate name phase of request processing | LuaHookTypeChecker /path/to/lua/script.lua hookfunctionname | | svdh | X | | Provide a hook for the typechecker phase of request processing | LuaInherit none|parent-first|parent-last | parent-first | svdh | X | | Controls how parent configuration sections are merged into children | LuaInputFilter filtername /path/to/lua/script.lua functionname | | s | X | | Provide a Lua function for content input filtering | [LuaMapHandler uri-pattern /path/to/lua/script.lua [function-name]](modlua.html#luamaphandler) | | svdh | X | | Map a path to a lua handler | LuaOutputFilter filtername /path/to/lua/script.lua functionname | | s | X | | Provide a Lua function for content output filtering | LuaPackageCPath /path/to/include/?.soa | | svdh | X | | Add a directory to lua's package.cpath | LuaPackagePath /path/to/include/?.lua | | svdh | X | | Add a directory to lua's package.path | LuaQuickHandler /path/to/script.lua hookfunctionname | | sv | X | | Provide a hook for the quick handler of request processing | LuaRoot /path/to/a/directory | | svdh | X | | Specify the base path for resolving relative paths for modlua directives | [LuaScope once|request|conn|thread|server [min] [max]](modlua.html#luascope) | once | svdh | X | | One of once, request, conn, thread -- default is once | ... | | svd | B | | Define a configuration file macro | MaxConnectionsPerChild number | 0 | s | M | | Limit on the number of connections that an individual child server will handle during its life | MaxKeepAliveRequests number | 100 | sv | C | | Number of requests allowed on a persistent connection | MaxMemFree KBytes | 2048 | s | M | Maximum amount of memory that the main allocator is allowed to hold without calling free() | MaxRangeOverlaps default | unlimited | none | number-of-ranges | 20 | svd | C | Number of overlapping ranges (eg: 100-200,150-300 ) allowed before returning the complete resource | MaxRangeReversals default | unlimited | none | number-of-ranges | 20 | svd | C | Number of range reversals (eg: 100-200,50-70 ) allowed before returning the complete resource | MaxRanges default | unlimited | none | number-of-ranges | 200 | svd | C | | Number of ranges allowed before returning the complete resource | MaxRequestWorkers number | | s | M | | Maximum number of connections that will be processed simultaneously | MaxSpareServers number | 10 | s | M | | Maximum number of idle child server processes | MaxSpareThreads number | | s | M | | Maximum number of idle threads | MaxThreads number | 2048 | s | M | | Set the maximum number of worker threads | [MergeTrailers [on|off]](core.html#mergetrailers) | off | sv | C | | Determins whether trailers are merged into headers | MetaDir directory | .web | svdh | E | | CERN 메타정보를 찾을 디렉토리 이름 | MetaFiles on|off | off | svdh | E | | CERN 메타파일을 처리한다 | MetaSuffix suffix | .meta | svdh | E | | CERN 메타정보를 저장하는 파일의 접미사 | MimeMagicFile file-path | | sv | E | | Enable MIME-type determination based on file contents using the specified magic file | MinSpareServers number | 5 | s | M | | Minimum number of idle child server processes | MinSpareThreads number | | s | M | | Minimum number of idle threads available to handle request spikes | MMapFile file-path [file-path] ... | | s | X | | 시작시 여러 파일을 메모리에 대응한다 | ModemStandard V.21|V.26bis|V.32|V.92 | | d | X | | Modem standard to simulate | ModMimeUsePathInfo On|Off | Off | d | B | Tells modmime to treat pathinfo components as part of the filename | [MultiviewsMatch Any|NegotiatedOnly|Filters|Handlers [Handlers|Filters]](modmime.html#multiviewsmatch) | NegotiatedOnly | svdh | B | | The types of files that will be included when searching for a matching file with MultiViews | Mutex mechanism [default|mutex-name] ... [OmitPID] | default | s | C | | Configures mutex mechanism and lock file directory for all or specified mutexes | NameVirtualHost addr[:port] | | s | C | | DEPRECATED: Designates an IP address for name-virtual hosting | NoProxy host [host] ... | | sv | E | | Hosts, domains, or networks that will be connected to directly | NWSSLTrustedCerts filename [filename] ... | | s | B | | List of additional client certificates | NWSSLUpgradeable [IP-address:]portnumber | | s | B | | Allows a connection to be upgraded to an SSL connection upon request | [Options [+|-]](core.html#options)option [[+|-]option] ... | FollowSymlinks | svdh | C | | Configures what features are available in a particular directory | Order ordering | Deny,Allow | dh | E | Controls the default access state and the order in which Allow and Deny are evaluated. | OutputSed sed-command | | dh | X | | Sed command for filtering response content | PassEnv env-variable [env-variable] ... | | svdh | B | | 쉘에서 환경변수를 가져온다 | PidFile filename | logs/httpd.pid | s | M | | File where the server records the process ID of the daemon | PrivilegesMode FAST|SECURE|SELECTIVE | FAST | svd | X | | Trade off processing speed and efficiency vs security against malicious privileges-aware code. | Protocol protocol | | sv | C | | Protocol for a listening socket | ProtocolEcho On|Off | | sv | X | | echo 서버를 키고 끈다 | ... | | sv | E | | Container for directives applied to proxied resources | ProxyAddHeaders Off|On | On | svd | E | | Add proxy information in X-Forwarded- headers | ProxyBadHeader IsError|Ignore|StartBody | IsError | sv | E | | Determines how to handle bad header lines in a response | ProxyBlock |word|host|domain [word|host|domain] ... | | sv | E | | Words, hosts, or domains that are banned from being proxied | ProxyDomain Domain | | sv | E | | Default domain name for proxied requests | ProxyErrorOverride On|Off | Off | svd | E | | Override error pages for proxied content | ProxyExpressDBMFile | | sv | E | | Pathname to DBM file. | ProxyExpressDBMFile | | sv | E | | DBM type of file. | [ProxyExpressEnable [on|off]](modproxyexpress.html#proxyexpressenable) | | sv | E | | Enable the module functionality. | ProxyFtpDirCharset character set | ISO-8859-1 | svd | E | | Define the character set for proxied FTP listings | [ProxyFtpEscapeWildcards [on|off]](modproxyftp.html#proxyftpescapewildcards) | | svd | E | | Whether wildcards in requested filenames are escaped when sent to the FTP server | [ProxyFtpListOnWildcard [on|off]](modproxyftp.html#proxyftplistonwildcard) | | svd | E | | Whether wildcards in requested filenames trigger a file listing | ProxyHTMLBufSize bytes | | svd | B | | Sets the buffer size increment for buffering inline scripts and stylesheets. | ProxyHTMLCharsetOut Charset | | | svd | B | | Specify a charset for modproxyhtml output. | ProxyHTMLDocType HTML|XHTML [Legacy] OR ProxyHTMLDocType fpi [SGML|XML] | | svd | B | | Sets an HTML or XHTML document type declaration. | ProxyHTMLEnable On|Off | Off | svd | B | | Turns the proxyhtml filter on or off. | ProxyHTMLEvents attribute [attribute ...] | | svd | B | | Specify attributes to treat as scripting events. | ProxyHTMLExtended On|Off | Off | svd | B | | Determines whether to fix links in inline scripts, stylesheets, and scripting events. | ProxyHTMLFixups [lowercase] [dospath] [reset] | | svd | B | | Fixes for simple HTML errors. | ProxyHTMLInterp On|Off | Off | svd | B | Enables per-request interpolation of ProxyHTMLURLMap rules. | ProxyHTMLLinks element attribute [attribute2 ...] | | svd | B | | Specify HTML elements that have URL attributes to be rewritten. | ProxyHTMLMeta On|Off | Off | svd | B | Turns on or off extra pre-parsing of metadata in HTML sections. | ProxyHTMLStripComments On|Off | Off | svd | B | | Determines whether to strip HTML comments. | ProxyHTMLURLMap from-pattern to-pattern [flags] [cond] | | svd | B | | Defines a rule to rewrite HTML links | ProxyIOBufferSize bytes | 8192 | sv | E | | Determine size of internal data throughput buffer | ... | | sv | E | | Container for directives applied to regular-expression-matched proxied resources | ProxyMaxForwards number | -1 | sv | E | | Maximium number of proxies that a request can be forwarded through | ProxyPass [path] !|url [key=value [key=value ...]] [nocanon] [interpolate] [noquery] | | svd | E | | Maps remote servers into the local server URL-space | ProxyPassInherit On|Off | On | sv | E | | Inherit ProxyPass directives defined from the main server | ProxyPassInterpolateEnv On|Off | Off | svd | E | | Enable Environment Variable interpolation in Reverse Proxy configurations | ProxyPassMatch [regex] !|url [key=value [key=value ...]] | | svd | E | | Maps remote servers into the local server URL-space using regular expressions | ProxyPassReverse [path] url [interpolate] | | svd | E | | Adjusts the URL in HTTP response headers sent from a reverse proxied server | ProxyPassReverseCookieDomain internal-domain public-domain [interpolate] | | svd | E | | Adjusts the Domain string in Set-Cookie headers from a reverse- proxied server | ProxyPassReverseCookiePath internal-path public-path [interpolate] | | svd | E | | Adjusts the Path string in Set-Cookie headers from a reverse- proxied server | ProxyPreserveHost On|Off | Off | svd | E | | Use incoming Host HTTP request header for proxy request | ProxyReceiveBufferSize bytes | 0 | sv | E | | Network buffer size for proxied HTTP and FTP connections | ProxyRemote match remote-server | | sv | E | | Remote proxy used to handle certain requests | ProxyRemoteMatch regex remote-server | | sv | E | | Remote proxy used to handle requests matched by regular expressions | ProxyRequests On|Off | Off | sv | E | | Enables forward (standard) proxy requests | ProxySCGIInternalRedirect On|Off | On | svd | E | | Enable or disable internal redirect responses from the backend | ProxySCGISendfile On|Off|Headername | Off | svd | E | Enable evaluation of X-Sendfile pseudo response header | ProxySet url key=value [key=value ...] | | d | E | | Set various Proxy balancer or member parameters | ProxySourceAddress address | | sv | E | | Set local IP address for outgoing proxy connections | ProxyStatus Off|On|Full | Off | sv | E | | Show Proxy LoadBalancer status in modstatus | ProxyTimeout seconds | | sv | E | | Network timeout for proxied requests | ProxyVia On|Off|Full|Block | Off | sv | E | Information provided in the Via HTTP response header for proxied requests | ReadmeName filename | | svdh | B | | 파일목록 마지막에 삽입할 파일의 이름 | ReceiveBufferSize bytes | 0 | s | M | | TCP receive buffer size | Redirect [status] URL-path URL | | svdh | B | | 클라이언트가 다른 URL에 접속하도록 요청하는 외부 리다이렉션을 보낸다 | RedirectMatch [status] regex URL | | svdh | B | | 현재 URL이 정규표현식에 해당하면 외부 리다이렉션을 보낸다 | RedirectPermanent URL-path URL | | svdh | B | | 클라이언트가 다른 URL에 접속하도록 요청하는 외부 영구 리다이렉션을 보낸다 | RedirectTemp URL-path URL | | svdh | B | | 클라이언트가 다른 URL에 접속하도록 요청하는 외부 임시 리다이렉션을 보낸다 | ReflectorHeader inputheader [outputheader] | | svdh | B | | Reflect an input header to the output headers | RemoteIPHeader header-field | | sv | B | | Declare the header field which should be parsed for useragent IP addresses | RemoteIPInternalProxy proxy-ip|proxy-ip/subnet|hostname ... | | sv | B | | Declare client intranet IP addresses trusted to present the RemoteIPHeader value | RemoteIPInternalProxyList filename | | sv | B | | Declare client intranet IP addresses trusted to present the RemoteIPHeader value | RemoteIPProxiesHeader HeaderFieldName | | sv | B | | Declare the header field which will record all intermediate IP addresses | RemoteIPTrustedProxy proxy-ip|proxy-ip/subnet|hostname ... | | sv | B | | Declare client intranet IP addresses trusted to present the RemoteIPHeader value | RemoteIPTrustedProxyList filename | | sv | B | | Declare client intranet IP addresses trusted to present the RemoteIPHeader value | RemoveCharset extension [extension] ... | | vdh | B | | Removes any character set associations for a set of file extensions | RemoveEncoding extension [extension] ... | | vdh | B | | Removes any content encoding associations for a set of file extensions | RemoveHandler extension [extension] ... | | vdh | B | | Removes any handler associations for a set of file extensions | RemoveInputFilter extension [extension] ... | | vdh | B | | Removes any input filter associations for a set of file extensions | RemoveLanguage extension [extension] ... | | vdh | B | | Removes any language associations for a set of file extensions | RemoveOutputFilter extension [extension] ... | | vdh | B | | Removes any output filter associations for a set of file extensions | RemoveType extension [extension] ... | | vdh | B | | Removes any content type associations for a set of file extensions | RequestHeader set|append|add|unset header [value] [early|env=[!]variable] | | svdh | E | | HTTP 요청 헤더를 구성한다 | RequestReadTimeout [header=timeout[-maxtimeout][,MinRate=rate] [body=timeout[-maxtimeout][,MinRate=rate] | | sv | E | | Set timeout values for receiving request headers and body from client. | [Require [not] ](modauthzcore.html#require)entity-name [entity-name] ... | | dh | B | | Tests whether an authenticated user is authorized by an authorization provider. | ... | | dh | B | | Enclose a group of authorization directives of which none must fail and at least one must succeed for the enclosing directive to succeed. | ... | | dh | B | | Enclose a group of authorization directives of which one must succeed for the enclosing directive to succeed. | ... | | dh | B | | Enclose a group of authorization directives of which none must succeed for the enclosing directive to not fail. | RewriteBase URL-path | | dh | E | | Sets the base URL for per-directory rewrites | RewriteCond TestString CondPattern | | svdh | E | | Defines a condition under which rewriting will take place | RewriteEngine on|off | off | svdh | E | | Enables or disables runtime rewriting engine | RewriteMap MapName MapType:MapSource | | sv | E | | Defines a mapping function for key-lookup | RewriteOptions Options | | svdh | E | | Sets some special options for the rewrite engine | RewriteRule Pattern Substitution [flags] | | svdh | E | | Defines rules for the rewriting engine | RLimitCPU seconds|max [seconds|max] | | svdh | C | | Limits the CPU consumption of processes launched by Apache httpd children | RLimitMEM bytes|max [bytes|max] | | svdh | C | | Limits the memory consumption of processes launched by Apache httpd children | RLimitNPROC number|max [number|max] | | svdh | C | | Limits the number of processes that can be launched by processes launched by Apache httpd children | Satisfy Any|All | All | dh | E | | Interaction between host-level access control and user authentication | ScoreBoardFile file-path | logs/apacheruntime + | s | M | | Location of the file used to store coordination data for the child processes | Script method cgi-script | | svd | B | | 특정 요청메서드에 대해 CGI 스크립트를 사용한다. | ScriptAlias URL-path file-path|directory-path | | sv | B | | URL을 특정 파일시스템 장소로 대응하고 대상이 CGI 스크립트라고 알린다 | ScriptAliasMatch regex file-path|directory-path | | sv | B | | 정규표현식을 사용하여 URL을 특정 파일시스템 장소로 대응하고 대상이 CGI 스크립트라고 알린다 | ScriptInterpreterSource Registry|Registry-Strict|Script | Script | svdh | C | | Technique for locating the interpreter for CGI scripts | ScriptLog file-path | | sv | B | | CGI 스크립트 오류로그파일의 위치 | ScriptLogBuffer bytes | 1024 | sv | B | | 스크립트 로그에 기록할 PUT 혹은 POST 요청의 최대량 | ScriptLogLength bytes | 10385760 | sv | B | | CGI 스크립트 로그파일의 크기 제한 | ScriptSock file-path | logs/cgisock | sv | B | | cgi 데몬과 통신을 위해 사용할 소켓의 이름 | SecureListen [IP-address:]portnumber Certificate-Name [MUTUAL] | | s | B | | Enables SSL encryption for the specified port | SeeRequestTail On|Off | Off | s | C | | Determine if modstatus displays the first 63 characters of a request or the last 63, assuming the request itself is greater than 63 chars. | SendBufferSize bytes | 0 | s | M | | TCP buffer size | ServerAdmin email-address|URL | | sv | C | | Email address that the server includes in error messages sent to the client | ServerAlias hostname [hostname] ... | | v | C | | Alternate names for a host used when matching requests to name-virtual hosts | ServerLimit number | | s | M | | Upper limit on configurable number of processes | ServerName [scheme://]fully-qualified-domain-name[:port] | | sv | C | | Hostname and port that the server uses to identify itself | ServerPath URL-path | | v | C | | Legacy URL pathname for a name-based virtual host that is accessed by an incompatible browser | ServerRoot directory-path | /usr/local/apache | s | C | | Base directory for the server installation | ServerSignature On|Off|EMail | Off | svdh | C | | Configures the footer on server-generated documents | [ServerTokens Major|Minor|Min[imal]|Prod[uctOnly]|OS|Full](core.html#servertokens) | Full | s | C | Configures the Server HTTP response header | Session On|Off | Off | svdh | E | | Enables a session for the current directory or location | SessionCookieName name attributes | | svdh | E | | Name and attributes for the RFC2109 cookie storing the session | SessionCookieName2 name attributes | | svdh | E | | Name and attributes for the RFC2965 cookie storing the session | SessionCookieRemove On|Off | Off | svdh | E | | Control for whether session cookies should be removed from incoming HTTP headers | SessionCryptoCipher name | | svdh | X | | The crypto cipher to be used to encrypt the session | SessionCryptoDriver name [param[=value]] | | s | X | | The crypto driver to be used to encrypt the session | SessionCryptoPassphrase secret [ secret ... ] | | svdh | X | | The key used to encrypt the session | SessionCryptoPassphraseFile filename | | svd | X | | File containing keys used to encrypt the session | SessionDBDCookieName name attributes | | svdh | E | | Name and attributes for the RFC2109 cookie storing the session ID | SessionDBDCookieName2 name attributes | | svdh | E | | Name and attributes for the RFC2965 cookie storing the session ID | SessionDBDCookieRemove On|Off | On | svdh | E | | Control for whether session ID cookies should be removed from incoming HTTP headers | SessionDBDDeleteLabel label | deletesession | svdh | E | | The SQL query to use to remove sessions from the database | SessionDBDInsertLabel label | insertsession | svdh | E | | The SQL query to use to insert sessions into the database | SessionDBDPerUser On|Off | Off | svdh | E | | Enable a per user session | SessionDBDSelectLabel label | selectsession | svdh | E | | The SQL query to use to select sessions from the database | SessionDBDUpdateLabel label | updatesession | svdh | E | | The SQL query to use to update existing sessions in the database | SessionEnv On|Off | Off | svdh | E | Control whether the contents of the session are written to the HTTPSESSION environment variable | SessionExclude path | | svdh | E | | Define URL prefixes for which a session is ignored | SessionHeader header | | svdh | E | | Import session updates from a given HTTP response header | SessionInclude path | | svdh | E | | Define URL prefixes for which a session is valid | SessionMaxAge maxage | 0 | svdh | E | | Define a maximum age in seconds for a session | SetEnv env-variable value | | svdh | B | | 환경변수를 설정한다 | SetEnvIf attribute regex [!]env-variable[=value] [[!]env-variable[=value]] ... | | svdh | B | | 요청의 성질에 따라 환경변수를 설정한다 | | | svdh | B | | Sets environment variables based on an apexpr expression | SetEnvIfNoCase attribute regex [!]env-variable[=value] [[!]env-variable[=value]] ... | | svdh | B | | 대소문자를 구별하지않고 요청의 성질에 따라 환경변수를 설정한다 | SetHandler handler-name|None | | svdh | C | | Forces all matching files to be processed by a handler | SetInputFilter filter[;filter...] | | svdh | C | | Sets the filters that will process client requests and POST input | SetOutputFilter filter[;filter...] | | svdh | C | | Sets the filters that will process responses from the server | SSIEndTag tag | "-->" | sv | B | | String that ends an include element | SSIErrorMsg message | "an error occurred + | svdh | B | | Error message displayed when there is an SSI error | [SSIETag on|off | off | dh | B | | Controls whether ETags are generated by the server. | SSILastModified on|off | off | dh | B | Controls whether Last-Modified headers are generated by the server. | SSILegacyExprParser on|off | off | dh | B | | Enable compatibility mode for conditional expressions. | SSIStartTag tag | "

모듈 | 지시어들 | FAQ | 용어 | 사이트맵

Apache HTTP Server Version 2.4

모듈

모듈 | 지시어들 | FAQ | 용어 | 사이트맵

지시어 빠른참조

가능한 언어: de | en | es | fr | ja | ko | tr | zh-cn

de

가능한 언어: de | en | es | fr | ja | ko | tr | zh-cn

Apache License, Version 2.0

Copyright 2014 The Apache Software Foundation.Licensed under the Apache License, Version 2.0.