* Joshua Slive wrote:

> Erik Abele wrote:

>> Perhaps we could add some sort of 'alphabet bar' as in
>> directives.xml/.html; this makes searching much easier.

+1.
(but I'm not sure, where it may occur...)

> One specific question: Should we make this two-lines per directive and
> include the <description> on the second line, or is that too much stuff?

also +1.

just played around with the document and added some quickhack CSS.
unfortunately, the MSIE doesn't like rules like 'tr td + td' or 'tr
td:first-child'. *grmpf* So, if we want to apply a CSS to all columns
but the first we have to use a class (or 'style').

Although I like the alternating background, I find it hard to scan. So I
made the gray a bit brighter and added some border to limit the columns
for reader's eyes.

Last, but not least, I would exchange the last two columns. IMHO the
context is more important than the status.

nd
-- 
If God intended people to be naked, they would be born that way.
  -- Oscar Wilde
Title: Directive Quick Reference - Apache HTTP Server
<-

Directive Quick Reference

The directive quick reference shows the usage, default, status, and context of each Apache configuration directive. For more information about each of these, see the Directive Dictionary.

The first column gives the directive name and usage. The second columns shows the default value of the directive, if a default exists. If the default is too large to display, the first characters will be followed by "+".

The third and fourth columns lists the status of the directive and the contexts where the directive is allowed according to the following tables:

CCore
MMPM
BBase
EExtension
XExperimental
sserver config
vvirtual host
ddirectory
h.htaccess
Syntaxinitial value
AcceptMutex default|method default Ms
AcceptPathInfo On|Off|Default Default Csvdh
AccessFileName filename [filename] ... .htaccess Csv
Action action-type cgi-scriptBsvdh
AddAlt string file [file] ...Bsvdh
AddAltByEncoding string MIME-encoding [MIME-encoding] ...Bsvdh
AddAltByType string MIME-type [MIME-type] ...Bsvdh
AddCharset charset extension [extension] ...Bsvdh
AddDefaultCharset On|Off|charset Off Csvdh
AddDescription string file [file] ...Bsvdh
AddEncoding MIME-enc extension [extension] ...Bsvdh
AddHandler handler-name extension [extension] ...Bsvdh
AddIcon icon name [name] ...Bsvdh
AddIconByEncoding icon MIME-encoding [MIME-encoding] ...Bsvdh
AddIconByType icon MIME-type [MIME-type] ...Bsvdh
AddInputFilter filter[;filter...] extension [extension ...]Bsvdh
AddLanguage MIME-lang extension [extension] ...Bsvdh
AddModuleInfo module-name stringEs
AddOutputFilter filter[;filter...] extension [extension ...]Bsvdh
AddType MIME-type extension [extension] ...Bsvdh
Alias URL-path file-path|directory-pathBsv
AliasMatch regex file-path|directory-pathBsv
Allow from all|host|env=env-variable [host|env=env-variable] ...Bdh
AllowCONNECT port [port] ... 443 563 Esv
AllowOverride All|None|directive-type [directive-type] ... All Cd
Anonymous user [user] ...Edh
Anonymous_Authoritative on|off off Edh
Anonymous_LogEmail on|off on Edh
Anonymous_MustGiveEmail on|off on Edh
Anonymous_NoUserID on|off off Edh
Anonymous_VerifyEmail on|off off Edh
AssignUserID user_id group_idMv
AuthAuthoritative on|off on Bdh
AuthDBMAuthoritative on|off on Edh
AuthDBMGroupFile file-pathEdh
AuthDBMType default|SDBM|GDBM|NDBM|DB default Edh
AuthDBMUserFile file-pathEdh
AuthDigestAlgorithm MD5|MD5-sess MD5 Xdh
AuthDigestDomain URI [URI] ...Xdh
AuthDigestFile file-pathXdh
AuthDigestGroupFile file-pathXdh
AuthDigestNcCheck On|Off Off Xs
???Xdh
AuthDigestNonceLifetime seconds 300 Xdh
AuthDigestQop none|auth|auth-int [auth|auth-int] auth Xdh
AuthGroupFile file-pathBdh
AuthLDAPAuthoritative on|off on dh
AuthLDAPBindDN distinguished-namedh
AuthLDAPBindPassword passworddh
AuthLDAPCompareDNOnServer on|off on dh
AuthLDAPDereferenceAliases never|searching|finding|always Always dh
AuthLDAPEnabled on|off on dh
AuthLDAPFrontPageHack on|offdh
AuthLDAPGroupAttribute attributedh
AuthLDAPGroupAttributeIsDN on|off on dh
AuthLDAPRemoteUserIsDN on|offdh
AuthLDAPStartTLS on|offdh
AuthLDAPUrl urldh
AuthName auth-domainCdh
AuthType Basic|DigestCdh
AuthUserFile file-pathBdh
BrowserMatch regex [!]env-variable[=value] [[!]env-variable[=value]] ...Bsvdh
BrowserMatchNoCase regex [!]env-variable[=value] [[!]env-variable[=value]] ...Bsvdh
CacheDefaultExpire seconds 3600 (one hour) Xs
CacheDisable cache_type url-stringXs
CacheEnable cache_type url-stringXs
CacheFile file-path [file-path] ...Xs
CacheForceCompletion Percentage 60 Xs
CacheIgnoreCacheControlXs
CacheIgnoreNoLastModXs
CacheLastModifiedFactor float 0.1 Xs
CacheMaxExpire seconds 86400 (one day) Xs
CacheMaxStreamingBuffer size_in_bytes 0 Xs
CacheNegotiatedDocs on|off off Bs
CGIMapExtension cgi-path .extensionCdh
CharsetDefault charsetXsvdh
CharsetOptions option [option] ... DebugLevel=0 NoImp + Xsvdh
CharsetSourceEnc charsetXsvdh
CheckSpelling on|off Off Esvdh
ChildPerUserID user_id group_id child_idMs
ContentDigest on|off off Csvdh
CookieDomain domainEsvdh
CookieExpires expiry-periodEsvdh
CookieLog filenameBs
CookieName token Apache Esvdh
CookieStyle Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape Esvdh
CookieTracking on|off off Esvdh
CoreDumpDirectory directoryMs
CustomLog file|pipe format|nickname [env=[!]environment-variable]Bs
Dav on|off off Ed
DavDepthInfinity on|off off Ed
DavLockDB file-pathEsv
DavMinTimeout seconds 0 Ed
DefaultIcon url-pathBsvdh
DefaultLanguage MIME-langBsvdh
DefaultType MIME-type text/plain Csvdh
DeflateBufferSize value 8096 Esv
DeflateFilterNote notenameEsv
DeflateMemLevel value 9 Esv
DeflateWindowSize value 15 Esv
Deny from all|host|env=env-variable [host|env=env-variable] ...Bdh
<Directory directory-path> ... </Directory>Csv
DirectoryIndex local-url [local-url] ... index.html Bsvdh
<Directory regex> ... </Directory>Csv
DocumentRoot directory-path /usr/local/apache/h + Csv
EnableMMAP on|off on Csvdh
ErrorDocument error-code documentCsvdh
ErrorLog file-path|syslog[:facility] logs/error_log (Uni + Csv
ExampleXsvdh
ExpiresActive On|OffEsvdh
ExpiresByType MIME-type <code>secondsEsvdh
ExpiresDefault <code>secondsEsvdh
ExtendedStatus On|Off Off Bs
ExtFilterDefine filtername parametersXs
ExtFilterOptions option [option] ... DebugLevel=0 NoLogS + Xd
FileETag component ... INode MTime Size Csvdh
<Files filename> ... </Files>Csvdh
<FilesMatch regex> ... </FilesMatch>Csvdh
ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback] Prefer Bsvdh
ForceType mime-typeCdh
Group unix-group #-1 Msv
Header set|append|add|unset|echo header [value]Esvdh
HeaderName filenameBsvdh
HostnameLookups on|off|double off Csvd
IdentityCheck on|off off Csvd
<IfDefine [!]parameter-name> ... </IfDefine>Csvdh
<IfModule [!]module-name> ... </IfModule>Csvdh
ImapBase map|referer|URL http://servername/ Bsvdh
ImapDefault error|nocontent|map|referer|URL nocontent Bsvdh
ImapMenu none|formatted|semiformatted|unformattedBsvdh
Include file-path|directory-pathCsvd
IndexIgnore file [file] ...Bsvdh
IndexOptions [+|-]option [[+|-]option] ...Bsvdh
IndexOrderDefault Ascending|Descending Name|Date|Size|Description Ascending Name Bsvdh
ISAPIAppendLogToErrors on|off off Bsvdh
ISAPIAppendLogToQuery on|off on Bsvdh
ISAPICacheFile file-path [file-path] ...Bsv
ISAPIFakeAsync on|off off Bsvdh
ISAPILogNotSupported on|off off Bsvdh
ISAPIReadAheadBuffer size 49152 Bsdh
KeepAlive on|off On Csv
KeepAliveTimeout seconds 15 Csv
LanguagePriority MIME-lang [MIME-lang] ...Bsvdh
LDAPCacheEntries number 1024 s
LDAPCacheTTL seconds 600 s
LDAPCertDBPath directory-paths
LDAPOpCacheEntries number 1024 s
LDAPOpCacheTTL seconds 600 s
LDAPSharedCacheSize bytes 102400 s
<Limit method [method] ... > ... </Limit>Csvdh
<LimitExcept method [method] ... > ... </LimitExcept>Csvdh
LimitRequestBody bytes 0 Csvdh
LimitRequestFields number 100 Cs
LimitRequestFieldsize bytesCs
LimitRequestLine bytes 8190 Cs
LimitXMLRequestBody number 1000000 Csvdh
Listen [IP-address:]portnumberMs
ListenBacklog backlogMs
LoadFile filename [filename] ...s
LoadModule module filenames
<Location URL-path|URL> ... </Location>Csv
<LocationMatch regex> ... </Location>Csv
LockFile filename logs/accept.lock Ms
LogFormat format|nickname [nickname] "%h %l %u %t \"%r\" + Bs
LogLevel level warn Csv
MaxClients numberMs
MaxKeepAliveRequests number 100 Csv
MaxMemFree numberMs
MaxRequestsPerChild number 10000 Ms
MaxSpareServers number
10 Ms
MaxSpareThreads numberMs
MaxThreads number 250 Ms
MaxThreadsPerChild number 64 Ms
MetaDir directory .web Esvdh
MetaFiles on|off off Esvdh
MetaSuffix suffix .meta Esvdh
MimeMagicFile file-pathEsv
MinSpareServers number 5 Ms
MinSpareServers numberMs
MMapFile file-path [file-path] ...Xs
ModMimeUsePathInfo On|OffBsvdh
MultiviewsMatch [NegotiatedOnly] [Handlers] [Filters] [Any]Bsvdh
NameVirtualHost addr[:port]Cs
NoProxy Domain| SubNet| IpAddr| Hostname [Domain| SubNet| IpAddr| Hostname] ...Esv
NumServers number 2 Ms
Options [+|-]option [[+|-]option] ... All Csvdh
Order ordering Deny,Allow Bdh
PassEnv env-variable [env-variable] ...Bsvdh
PidFile filename logs/httpd.pid Ms
ProtocolEcho On|OffXsv
<Proxy wildcard-url> ...</Proxy>Esv
ProxyBlock *|word|host|domain [word|host|domain] ...Esv
ProxyDomain DomainEsv
ProxyErrorOverride On|Off Off Esv
ProxyIOBufferSize bytesEsv
<Proxy regex> ...</Proxy>Esv
ProxyMaxForwards number 10 Esv
ProxyPass [path] !|urlEsv
ProxyPassReverse [path] urlEsv
ProxyPreserveHost on|off Off Esv
ProxyReceiveBufferSize bytesEsv
ProxyRemote match remote-serverEsv
ProxyRemote regex remote-serverEsv
ProxyRequests on|off Off Esv
ProxyTimeout seconds 300 Esv
ProxyVia on|off|full|block off Esv
ReadmeName filenameBsvdh
Redirect [status] URL-path URLBsvdh
RedirectMatch [status] regex URLBsvdh
RedirectPermanent URL-path URLBsvdh
RedirectTemp URL-path URLBsvdh
RemoveCharset extension [extension] ...Bvdh
RemoveEncoding extension [extension] ...Bvdh
RemoveHandler extension [extension] ...Bvdh
RemoveInputFilter extension [extension] ...Bvdh
RemoveLanguage extension [extension] ...Bvdh
RemoveOutputFilter extension [extension] ...Bvdh
RemoveType extension [extension] ...Bvdh
RequestHeader set|append|add|unset header [value]Esvdh
Require entity-name [entity-name] ...Cdh
RewriteBase URL-pathEdh
RewriteCond TestString CondPatternEsvdh
RewriteEngine on|off off Esvdh
RewriteLock file-pathEs
RewriteLog file-pathEsv
RewriteLogLevel LevelEsv
RewriteMap MapName MapType:MapSource Esv
RewriteOptions OptionsEsvdh
RewriteRule Pattern SubstitutionEsvdh
RLimitCPU number|max [number|max]Csvdh
RLimitMEM number|max [number|max]Csvdh
RLimitNPROC number|max [number|max]Csvdh
Satisfy any|all all Cdh
ScoreBoardFile file-path logs/apache_status Ms
Script method cgi-scriptBsvd
ScriptAlias URL-path file-path|directory-pathBsv
ScriptAliasMatch regex file-path|directory-pathBsv
ScriptInterpreterSource registry|script script Csvdh
ScriptLog file-pathBsv
ScriptLogBuffer bytes 1024 Bsv
ScriptLogLength bytes 10385760 Bsv
ScriptSock file-path logs/cgisock Bsv
SendBufferSize bytesMs
ServerAdmin email-addressCsv
ServerAlias hostname [hostname] ...Cv
ServerLimit number 256 (prefork), Serv + Ms
ServerName fully-qualified-domain-name[:port]Csv
ServerPath URL-pathCv
ServerRoot directory-path /usr/local/apache Cs
ServerSignature On|Off|EMail Off Csvdh
ServerTokens Major|Minor|Minimal|ProductOnly|OS|Full Full Cs
SetEnv env-variable valueBsvdh
SetEnvIf attribute regex [!]env-variable[=value] [[!]env-variable[=value]] ...Bsvdh
SetEnvIfNoCase attribute regex [!]env-variable[=value] [[!]env-variable[=value]] ...Bsvdh
SetHandler handler-nameCsvdh
SetInputFilter filter[;filter...]Csvdh
SetOutputFilter filter[;filter...]Csvdh
SSIEndTag tag "-->" Bsv
SSIErrorMsg message "[an error occurre + Bsvdh
Changes the string that mod_include looks for to start an include element "<!--" Bsv
SSITimeFormat formatstring "%A, %d-%b-%Y %H:%M + Bsvdh
SSIUndefinedEcho tag "<!-- undef -->" Bsv
SSLCACertificateFile file-pathEsv
SSLCACertificatePath directory-pathEsv
SSLCARevocationFile file-pathEsv
SSLCARevocationPath directory-pathEsv
SSLCertificateChainFile file-pathEsv
SSLCertificateFile file-pathEsv
SSLCertificateKeyFile file-pathEsv
SSLCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H + Esvdh
SSLEngine on|off off Esv
SSLMutex type none Es
SSLOptions [+|-]option ...Esvdh
SSLPassPhraseDialog type builtin Es
SSLProtocol [+|-]protocol ... all Esv
SSLProxyCACertificateFile file-pathEsv
SSLProxyCACertificatePath directory-pathEsv
SSLProxyCARevocationFile file-pathEsv
SSLProxyCARevocationPath directory-pathEsv
SSLProxyCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H + Esvdh
SSLProxyEngine on|off off Esv
SSLProxyMachineCertificateFile filenameEs
SSLProxyMachineCertificatePath directoryEs
SSLProxyProtocol [+|-]protocol ... all Esv
SSLProxyVerify level none Esvdh
SSLVerifyDepth numberEsvdh
SSLRandomSeed context source [bytes]Es
SSLRequire _expression_Edh
SSLRequireSSLEdh
SSLSessionCache type none Es
SSLSessionCacheTimeout seconds 300 Esv
SSLVerifyClient level none Esvdh
SSLVerifyDepth number 1 Esvdh
StartServers number 5 Ms
StartThreads numberMs
SuexecUserGroup User GroupEsv
ThreadLimit numberMs
ThreadsPerChild numberMs
ThreadStackSize number 65536 Ms
TimeOut number 300 Cs
TransferLog file|pipeBs
TypesConfig file-path conf/mime.types Bs
UnsetEnv env-variable [env-variable] ...Bsvdh
UseCanonicalName on|off|dns on Csvd
User unix-userid #-1 Msv
UserDir directory-filename public_html Bs
VirtualDocumentRoot interpolated-directoryEsv
VirtualDocumentRootIP interpolated-directoryEsv
<VirtualHost addr[:port] [addr[:port]] ...> ... </VirtualHost>Cs
VirtualScriptAlias interpolated-directoryEsv
VirtualScriptAliasIP interpolated-directoryEsv
XBitHack on|off|full off Bsvdh
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to