summaryrefslogtreecommitdiff
path: root/docs/manual/mod/directives.html
blob: 40ec1b3cdd595c2e8fc3bd49344ace34b685620a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Apache directives</TITLE>
</HEAD>

<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
<BODY
 BGCOLOR="#FFFFFF"
 TEXT="#000000"
 LINK="#0000FF"
 VLINK="#000080"
 ALINK="#FF0000"
>
<!--#include virtual="header.html" -->
<H1 ALIGN="CENTER">Apache Directives</H1>
<P>
Each Apache directive available in the standard Apache distribution is
listed here.  They are described using a consistent format, and there is
<A
 HREF="directive-dict.html"
 REL="Glossary"
>a dictionary</A>
of the terms used in their descriptions available.
</P>
<UL>
<LI><A HREF="core.html#accessfilename">AccessFileName</A>
<LI><A HREF="mod_actions.html#action">Action</A>
<LI><A HREF="mod_autoindex.html#addalt">AddAlt</A>
<LI><A HREF="mod_autoindex.html#addaltbyencoding">AddAltByEncoding</A>
<LI><A HREF="mod_autoindex.html#addaltbytype">AddAltByType</A>
<LI><A HREF="mod_mime.html#addcharset">AddCharset</A>
<LI><A HREF="core.html#adddefaultcharset">AddDefaultCharset</A>
<LI><A HREF="mod_autoindex.html#adddescription">AddDescription</A>
<LI><A HREF="mod_mime.html#addencoding">AddEncoding</A>
<LI><A HREF="mod_mime.html#addhandler">AddHandler</A>
<LI><A HREF="mod_autoindex.html#addicon">AddIcon</A>
<LI><A HREF="mod_autoindex.html#addiconbyencoding">AddIconByEncoding</A>
<LI><A HREF="mod_autoindex.html#addiconbytype">AddIconByType</A>
<LI><A HREF="mod_mime.html#addlanguage">AddLanguage</A>
<LI><A HREF="core.html#addmodule">AddModule</A>
<LI><A HREF="mod_info.html#addmoduleinfo">AddModuleInfo</A>
<LI><A HREF="mod_mime.html#addtype">AddType</A>
<LI><A HREF="mod_alias.html#alias">Alias</A>
<LI><A HREF="mod_alias.html#aliasmatch">AliasMatch</A>
<LI><A HREF="mod_access.html#allow">Allow</A>
<LI><A HREF="mod_proxy.html#allowconnect">AllowCONNECT</A>
<LI><A HREF="core.html#allowoverride">AllowOverride</A>
<LI><A HREF="mod_auth_anon.html#anonymous">Anonymous</A>
<LI><A HREF="mod_auth_anon.html#Authoritative">Anonymous_Authoritative</A>
<LI><A HREF="mod_auth_anon.html#LogEmail">Anonymous_LogEmail</A>
<LI><A HREF="mod_auth_anon.html#MustGiveEmail">Anonymous_MustGiveEmail</A>
<LI><A HREF="mod_auth_anon.html#NoUserID">Anonymous_NoUserID</A>
<LI><A HREF="mod_auth_anon.html#VerifyEmail">Anonymous_VerifyEmail</A>
<LI><A HREF="perchild.html#assignuserid">AssignUserID</A>
<LI><A HREF="mod_auth.html#authauthoritative">AuthAuthoritative</A>
<LI><A HREF="mod_auth_db.html#authdbauthoritative">AuthDBAuthoritative</A>
<LI><A HREF="mod_auth_db.html#authdbgroupfile">AuthDBGroupFile</A>
<LI><A HREF="mod_auth_dbm.html#authdbmauthoritative">AuthDBMAuthoritative</A>
<LI><A HREF="mod_auth_dbm.html#authdbmgroupfile">AuthDBMGroupFile</A>
<LI><A HREF="mod_auth_dbm.html#authdbmgroupfile">AuthDBMGroupFile</A>
<LI><A HREF="mod_auth_db.html#authdbuserfile">AuthDBUserFile</A>
<LI><A HREF="mod_auth_dbm.html#authdbmuserfile">AuthDBMUserFile</A>
<LI><A HREF="mod_auth.html#authgroupfile">AuthGroupFile</A>
<LI><A HREF="core.html#authname">AuthName</A>
<LI><A HREF="core.html#authtype">AuthType</A>
<LI><A HREF="mod_auth.html#authuserfile">AuthUserFile</A>
<LI><A HREF="mod_setenvif.html#BrowserMatch">BrowserMatch</A>
<LI><A HREF="mod_setenvif.html#BrowserMatchNoCase">BrowserMatchNoCase</A>
<LI><A HREF="mod_proxy.html#cachedefaultexpire">CacheDefaultExpire</A>
<LI><A HREF="mod_proxy.html#cachedirlength">CacheDirLength</A>
<LI><A HREF="mod_proxy.html#cachedirlevels">CacheDirLevels</A>
<LI><A HREF="mod_proxy.html#cacheforcecompletion">CacheForceCompletion</A>
<LI><A HREF="mod_proxy.html#cachegcinterval">CacheGcInterval</A>
<LI><A HREF="mod_proxy.html#cachelastmodifiedfactor">CacheLastModifiedFactor</A>
<LI><A HREF="mod_proxy.html#cachemaxexpire">CacheMaxExpire</A>
<LI><A HREF="mod_negotiation.html#cachenegotiateddocs">CacheNegotiatedDocs</A>
<LI><A HREF="mod_proxy.html#cacheroot">CacheRoot</A>
<LI><A HREF="mod_proxy.html#cachesize">CacheSize</A>
<LI><A HREF="mod_charset_lite.html#charsetdefault">CharsetDefault</A>
<LI><A HREF="mod_charset_lite.html#charsetsourceenc">CharsetSourceEnc</A>
<LI><A HREF="mod_charset_lite.html#charsetoptions">CharsetOptions</A>
<LI><A HREF="mod_speling.html#checkspelling">CheckSpelling</A>
<LI><A HREF="perchild.html#childperuserid">ChildPerUserID</A>
<LI><A HREF="core.html#clearmodulelist">ClearModuleList</A>
<LI><A HREF="mpm_common.html#connectionstatus">ConnectionStatus</A>
<LI><A HREF="core.html#contentdigest">ContentDigest</A>
<LI><A HREF="mod_usertrack.html#cookieexpires">CookieExpires</A>
<LI><A HREF="mod_log_config.html#cookielog">CookieLog</A>
<LI><A HREF="mod_usertrack.html#cookietracking">CookieTracking</A>
<LI><A HREF="mpm_common.html#coredumpdirectory">CoreDumpDirectory</A>
<LI><A HREF="mod_log_config.html#customlog">CustomLog</A>
<LI><A HREF="mod_dav.html#dav">Dav</A>
<LI><A HREF="mod_dav.html#davdepthinfinity">DavDepthInfinity</A>
<LI><A HREF="mod_dav.html#davlockdb">DavLockDB</A>
<LI><A HREF="mod_dav.html#davmintimeout">DavMinTimeout</A>
<LI><A HREF="mod_autoindex.html#defaulticon">DefaultIcon</A>
<LI><A HREF="mod_mime.html#defaultlanguage">DefaultLanguage</A>
<LI><A HREF="core.html#defaulttype">DefaultType</A>
<LI><A HREF="mod_access.html#deny">Deny</A>
<LI><A HREF="core.html#directory">&lt;Directory&gt;</A>
<LI><A HREF="core.html#directorymatch">&lt;DirectoryMatch&gt;</A>
<LI><A HREF="mod_dir.html#directoryindex">DirectoryIndex</A>
<LI><A HREF="core.html#documentroot">DocumentRoot</A>
<LI><A HREF="core.html#errordocument">ErrorDocument</A>
<LI><A HREF="core.html#errorlog">ErrorLog</A>
<LI><A HREF="mod_example.html#example">Example</A>
<LI><A HREF="mod_expires.html#expiresactive">ExpiresActive</A>
<LI><A HREF="mod_expires.html#expiresbytype">ExpiresByType</A>
<LI><A HREF="mod_expires.html#expiresdefault">ExpiresDefault</A>
<LI><A HREF="mod_status.html#extendedstatus">ExtendedStatus</A>
<LI><A HREF="mod_ext_filter.html#extfilterdefine">ExtFilterDefine</A>
<LI><A HREF="mod_ext_filter.html#extfilteroptions">ExtFilterOptions</A>
<LI><A HREF="mod_autoindex.html#fancyindexing">FancyIndexing</A>
<LI><A HREF="core.html#files">&lt;Files&gt;</A>
<LI><A HREF="core.html#filesmatch">&lt;FilesMatch&gt;</A>
<LI><A HREF="mod_mime.html#forcetype">ForceType</A>
<LI><A HREF="mpm_common.html#group">Group</A>
<LI><A HREF="mod_headers.html#header">Header</A>
<LI><A HREF="mod_autoindex.html#headername">HeaderName</A>
<LI><A HREF="core.html#hostnamelookups">HostNameLookups</A>
<LI><A HREF="core.html#identitycheck">IdentityCheck</A>
<LI><A HREF="core.html#ifdefine">&lt;IfDefine&gt;</A>
<LI><A HREF="core.html#ifmodule">&lt;IfModule&gt;</A>
<LI><A HREF="mod_imap.html#imapbase">ImapBase</A>
<LI><A HREF="mod_imap.html#imapdefault">ImapDefault</A>
<LI><A HREF="mod_imap.html#imapmenu">ImapMenu</A>
<LI><A HREF="core.html#include">Include</A>
<LI><A HREF="mod_autoindex.html#indexignore">IndexIgnore</A>
<LI><A HREF="mod_autoindex.html#indexoptions">IndexOptions</A>
<LI><A HREF="mod_isapi.html#isapiappendlogtoerrors">ISAPIAppendLogToErrors</A>
<LI><A HREF="mod_isapi.html#isapiappendlogtoquery">ISAPIAppendLogToQuery</A>
<LI><A HREF="mod_isapi.html#isapifilecache">ISAPIFileCache</A>
<LI><A HREF="mod_isapi.html#isapilognotsupported">ISAPILogNotSupported</A>
<LI><A HREF="mod_isapi.html#isapireadaheadbuffer">ISAPIReadAheadBuffer</A>
<LI><A HREF="core.html#keepalive">KeepAlive</A>
<LI><A HREF="core.html#keepalivetimeout">KeepAliveTimeout</A>
<LI><A HREF="mod_negotiation.html#languagepriority">LanguagePriority</A>
<LI><A HREF="core.html#limit">&lt;Limit&gt;</A>
<LI><A HREF="core.html#limitexcept">&lt;LimitExcept&gt;</A>
<LI><A HREF="core.html#limitrequestbody">LimitRequestBody</A>
<LI><A HREF="core.html#limitrequestfields">LimitRequestFields</A>
<LI><A HREF="core.html#limitrequestfieldsize">LimitRequestFieldsize</A>
<LI><A HREF="core.html#limitrequestline">LimitRequestLine</A>
<LI><A HREF="mod_dav.html#limitxmlrequestbody">LimitXMLRequestBody</A>
<LI><A HREF="mpm_common.html#listen">Listen</A>
<LI><A HREF="mpm_common.html#listenbacklog">ListenBacklog</A>
<LI><A HREF="mod_so.html#loadfile">LoadFile</A>
<LI><A HREF="mod_so.html#loadmodule">LoadModule</A>
<LI><A HREF="core.html#location">&lt;Location&gt;</A>
<LI><A HREF="core.html#locationmatch">&lt;LocationMatch&gt;</A>
<LI><A HREF="mpm_common.html#lockfile">LockFile</A>
<LI><A HREF="mod_log_config.html#logformat">LogFormat</A>
<LI><A HREF="core.html#loglevel">LogLevel</A>
<LI><A HREF="core.html#limitxmlrequestbody">LimitXMLRequestBody</A>
<LI><A HREF="mpm_common.html#maxclients">MaxClients</A>
<LI><A HREF="core.html#maxkeepaliverequests">MaxKeepAliveRequests</A>
<LI><A HREF="mpm_common.html#maxrequestsperchild">MaxRequestsPerChild</A>
<LI><A HREF="prefork.html#maxspareservers">MaxSpareServers</A>
<LI><A HREF="mpm_common.html#maxsparethreads">MaxSpareThreads</A>
<LI><A HREF="mpm_commont.html#maxthreadsperchild">MaxThreadsPerChild</A>
<LI><A HREF="mod_cern_meta.html#metadir">MetaDir</A>
<LI><A HREF="mod_cern_meta.html#metafiles">MetaFiles</A>
<LI><A HREF="mod_cern_meta.html#metasuffix">MetaSuffix</A>
<LI><A HREF="mod_mime_magic.html#mimemagicfile">MimeMagicFile</A>
<LI><A HREF="prefork.html#minspareservers">MinSpareServers</A>
<LI><A HREF="mpm_common.html#minsparethreads">MinSpareThreads</A>
<LI><A HREF="core.html#namevirtualhost">NameVirtualHost</A>
<LI><A HREF="mod_proxy.html#nocache">NoCache</A>
<LI><A HREF="mpm_common.html#numservers">NumServers</A>
<LI><A HREF="core.html#options">Options</A>
<LI><A HREF="mod_access.html#order">Order</A>
<LI><A HREF="mod_env.html#passenv">PassEnv</A>
<LI><A HREF="mpm_common.html#pidfile">PidFile</A>
<LI><A HREF="core.html#port">Port</A>
<LI><A HREF="mod_proxy.html#proxyblock">ProxyBlock</A>
<LI><A HREF="mod_proxy.html#proxydomain">ProxyDomain</A>
<LI><A HREF="mod_proxy.html#proxypass">ProxyPass</A>
<LI><A HREF="mod_proxy.html#proxypassreverse">ProxyPassReverse</A>
<LI><A HREF="mod_proxy.html#proxyreceivebuffersize">ProxyReceiveBufferSize</A>
<LI><A HREF="mod_proxy.html#proxyremote">ProxyRemote</A>
<LI><A HREF="mod_proxy.html#proxyrequests">ProxyRequests</A>
<LI><A HREF="mod_proxy.html#proxyvia">ProxyVia</A>
<LI><A HREF="mod_autoindex.html#readmename">ReadmeName</A>
<LI><A HREF="mod_alias.html#redirect">Redirect</A>
<LI><A HREF="mod_alias.html#redirectmatch">RedirectMatch</A>
<LI><A HREF="mod_alias.html#redirectperm">RedirectPermanent</A>
<LI><A HREF="mod_alias.html#redirecttemp">RedirectTemp</A>
<LI><A HREF="mod_mime.html#removehandler">RemoveHandler</A>
<LI><A HREF="core.html#require">Require</A>
<LI><A HREF="mod_rewrite.html#RewriteBase">RewriteBase</A>
<LI><A HREF="mod_rewrite.html#RewriteCond">RewriteCond</A>
<LI><A HREF="mod_rewrite.html#RewriteEngine">RewriteEngine</A>
<LI><A HREF="mod_rewrite.html#RewriteLock">RewriteLock</A>
<LI><A HREF="mod_rewrite.html#RewriteLog">RewriteLog</A>
<LI><A HREF="mod_rewrite.html#RewriteLogLevel">RewriteLogLevel</A>
<LI><A HREF="mod_rewrite.html#RewriteMap">RewriteMap</A>
<LI><A HREF="mod_rewrite.html#RewriteOptions">RewriteOptions</A>
<LI><A HREF="mod_rewrite.html#RewriteRule">RewriteRule</A>
<LI><A HREF="core.html#rlimitcpu">RLimitCPU</A>
<LI><A HREF="core.html#rlimitmem">RLimitMEM</A>
<LI><A HREF="core.html#rlimitnproc">RLimitNPROC</A>
<LI><A HREF="core.html#satisfy">Satisfy</A>
<LI><A HREF="mpm_common.html#scoreboardfile">ScoreBoardFile</A>
<LI><A HREF="mod_actions.html#script">Script</A>
<LI><A HREF="mod_alias.html#scriptalias">ScriptAlias</A>
<LI><A HREF="mod_alias.html#scriptaliasmatch">ScriptAliasMatch</A>
<LI><A HREF="core.html#scriptinterpretersource">ScriptInterpreterSource</A>
<LI><A HREF="mod_cgi.html#scriptlog">ScriptLog</A>
<LI><A HREF="mod_cgi.html#scriptlogbuffer">ScriptLogBuffer</A>
<LI><A HREF="mod_cgi.html#scriptloglength">ScriptLogLength</A>
<LI><A HREF="mpm_common.html#sendbuffersize">SendBufferSize</A>
<LI><A HREF="core.html#serveradmin">ServerAdmin</A>
<LI><A HREF="core.html#serveralias">ServerAlias</A>
<LI><A HREF="core.html#servername">ServerName</A>
<LI><A HREF="core.html#serverpath">ServerPath</A>
<LI><A HREF="core.html#serverroot">ServerRoot</A>
<LI><A HREF="core.html#serversignature">ServerSignature</A>
<LI><A HREF="core.html#servertokens">ServerTokens</A>
<LI><A HREF="mod_env.html#setenv">SetEnv</A>
<LI><A HREF="mod_setenvif.html#setenvif">SetEnvIf</A>
<LI><A HREF="mod_setenvif.html#SetEnvIfNoCase">SetEnvIfNoCase</A>
<LI><A HREF="mod_mime.html#sethandler">SetHandler</A>
<LI><A HREF="core.html#setinputfilter">SetInputFilter</A>
<LI><A HREF="core.html#setoutputfilter">SetOutputFilter</A>
<LI><A HREF="mpm_common.html#startservers">StartServers</A>
<LI><A HREF="mpm_common.html#startthreads">StartThreads</A>
<LI><A HREF="mpm_common.html#threadsperchild">ThreadsPerChild</A>
<LI><A HREF="core.html#timeout">TimeOut</A>
<LI><A HREF="mod_log_config.html#transferlog">TransferLog</A>
<LI><A HREF="mod_mime.html#typesconfig">TypesConfig</A>
<LI><A HREF="mod_env.html#unsetenv">UnsetEnv</A>
<LI><A HREF="core.html#usecanonicalname">UseCanonicalName</A>
<LI><A HREF="mpm_common.html#user">User</A>
<LI><A HREF="mod_userdir.html#userdir">UserDir</A>
<LI><A HREF="core.html#virtualhost">&lt;VirtualHost&gt;</A>
<LI><A HREF="mod_vhost_alias.html#virtualdocumentroot">VirtualDocumentRoot</A>
<LI><A HREF="mod_vhost_alias.html#virtualdocumentrootip">VirtualDocumentRootIP</A>
<LI><A HREF="mod_vhost_alias.html#virtualscriptalias">VirtualScriptAlias</A>
<LI><A HREF="mod_vhost_alias.html#virtualscriptaliasip">VirtualScriptAliasIP</A>
<LI><A HREF="mod_include.html#xbithack">XBitHack</A>
</UL>

<!--#include virtual="footer.html" -->
</BODY>
</HTML>