emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/apache-mode e6691d1 13/23: Modify indentation


From: ELPA Syncer
Subject: [nongnu] elpa/apache-mode e6691d1 13/23: Modify indentation
Date: Sun, 29 Aug 2021 10:57:35 -0400 (EDT)

branch: elpa/apache-mode
commit e6691d105adc04c17c256c65eb278e7767d8ee25
Author: USAMI Kenta <tadsan@zonu.me>
Commit: USAMI Kenta <tadsan@zonu.me>

    Modify indentation
---
 apache-mode.el | 1310 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 655 insertions(+), 655 deletions(-)

diff --git a/apache-mode.el b/apache-mode.el
index 2961124..80f4fe3 100644
--- a/apache-mode.el
+++ b/apache-mode.el
@@ -122,665 +122,665 @@
 
     (list (concat                       ; directives
            "^[ \t]*"
-           (regexp-opt '
-            (
-             "AcceptFilter"
-             "AcceptPathInfo"
-             "AccessFileName"
-             "Action"
-             "AddAlt"
-             "AddAltByEncoding"
-             "AddAltByType"
-             "AddCharset"
-             "AddDefaultCharset"
-             "AddDescription"
-             "AddEncoding"
-             "AddHandler"
-             "AddIcon"
-             "AddIconByEncoding"
-             "AddIconByType"
-             "AddInputFilter"
-             "AddLanguage"
-             "AddModuleInfo"
-             "AddOutputFilter"
-             "AddOutputFilterByType"
-             "AddType"
-             "Alias"
-             "AliasMatch"
-             "Allow"
-             "AllowCONNECT"
-             "AllowEncodedSlashes"
-             "AllowMethods"
-             "AllowOverride"
-             "AllowOverrideList"
-             "Anonymous"
-             "Anonymous_LogEmail"
-             "Anonymous_MustGiveEmail"
-             "Anonymous_NoUserID"
-             "Anonymous_VerifyEmail"
-             "AsyncRequestWorkerFactor"
-             "AuthBasicAuthoritative"
-             "AuthBasicFake"
-             "AuthBasicProvider"
-             "AuthBasicUseDigestAlgorithm"
-             "AuthDBDUserPWQuery"
-             "AuthDBDUserRealmQuery"
-             "AuthDBMGroupFile"
-             "AuthDBMType"
-             "AuthDBMUserFile"
-             "AuthDigestAlgorithm"
-             "AuthDigestDomain"
-             "AuthDigestNonceLifetime"
-             "AuthDigestProvider"
-             "AuthDigestQop"
-             "AuthDigestShmemSize"
-             "AuthFormAuthoritative"
-             "AuthFormBody"
-             "AuthFormDisableNoStore"
-             "AuthFormFakeBasicAuth"
-             "AuthFormLocation"
-             "AuthFormLoginRequiredLocation"
-             "AuthFormLoginSuccessLocation"
-             "AuthFormLogoutLocation"
-             "AuthFormMethod"
-             "AuthFormMimetype"
-             "AuthFormPassword"
-             "AuthFormProvider"
-             "AuthFormSitePassphrase"
-             "AuthFormSize"
-             "AuthFormUsername"
-             "AuthGroupFile"
-             "AuthLDAPAuthorizePrefix"
-             "AuthLDAPBindAuthoritative"
-             "AuthLDAPBindDN"
-             "AuthLDAPBindPassword"
-             "AuthLDAPCharsetConfig"
-             "AuthLDAPCompareAsUser"
-             "AuthLDAPCompareDNOnServer"
-             "AuthLDAPDereferenceAliases"
-             "AuthLDAPGroupAttribute"
-             "AuthLDAPGroupAttributeIsDN"
-             "AuthLDAPInitialBindAsUser"
-             "AuthLDAPInitialBindPattern"
-             "AuthLDAPMaxSubGroupDepth"
-             "AuthLDAPRemoteUserAttribute"
-             "AuthLDAPRemoteUserIsDN"
-             "AuthLDAPSearchAsUser"
-             "AuthLDAPSubGroupAttribute"
-             "AuthLDAPSubGroupClass"
-             "AuthLDAPUrl"
-             "AuthMerging"
-             "AuthName"
-             "AuthnCacheContext"
-             "AuthnCacheEnable"
-             "AuthnCacheProvideFor"
-             "AuthnCacheSOCache"
-             "AuthnCacheTimeout"
-             "AuthnzFcgiCheckAuthnProvider"
-             "AuthnzFcgiDefineProvider"
-             "AuthType"
-             "AuthUserFile"
-             "AuthzDBDLoginToReferer"
-             "AuthzDBDQuery"
-             "AuthzDBDRedirectQuery"
-             "AuthzDBMType"
-             "AuthzSendForbiddenOnFailure"
-             "BalancerGrowth"
-             "BalancerInherit"
-             "BalancerMember"
-             "BalancerPersist"
-             "BrowserMatch"
-             "BrowserMatchNoCase"
-             "BufferedLogs"
-             "BufferSize"
-             "CacheDefaultExpire"
-             "CacheDetailHeader"
-             "CacheDirLength"
-             "CacheDirLevels"
-             "CacheDisable"
-             "CacheEnable"
-             "CacheFile"
-             "CacheHeader"
-             "CacheIgnoreCacheControl"
-             "CacheIgnoreHeaders"
-             "CacheIgnoreNoLastMod"
-             "CacheIgnoreQueryString"
-             "CacheIgnoreURLSessionIdentifiers"
-             "CacheKeyBaseURL"
-             "CacheLastModifiedFactor"
-             "CacheLock"
-             "CacheLockMaxAge"
-             "CacheLockPath"
-             "CacheMaxExpire"
-             "CacheMaxFileSize"
-             "CacheMinExpire"
-             "CacheMinFileSize"
-             "CacheNegotiatedDocs"
-             "CacheQuickHandler"
-             "CacheReadSize"
-             "CacheReadTime"
-             "CacheRoot"
-             "CacheSocache"
-             "CacheSocacheMaxSize"
-             "CacheSocacheMaxTime"
-             "CacheSocacheMinTime"
-             "CacheSocacheReadSize"
-             "CacheSocacheReadTime"
-             "CacheStaleOnError"
-             "CacheStoreExpired"
-             "CacheStoreNoStore"
-             "CacheStorePrivate"
-             "CGIDScriptTimeout"
-             "CGIMapExtension"
-             "CGIPassAuth"
-             "CharsetDefault"
-             "CharsetOptions"
-             "CharsetSourceEnc"
-             "CheckCaseOnly"
-             "CheckSpelling"
-             "ChrootDir"
-             "ContentDigest"
-             "CookieDomain"
-             "CookieExpires"
-             "CookieName"
-             "CookieStyle"
-             "CookieTracking"
-             "CoreDumpDirectory"
-             "CustomLog"
-             "Dav"
-             "DavDepthInfinity"
-             "DavGenericLockDB"
-             "DavLockDB"
-             "DavMinTimeout"
-             "DBDExptime"
-             "DBDInitSQL"
-             "DBDKeep"
-             "DBDMax"
-             "DBDMin"
-             "DBDParams"
-             "DBDPersist"
-             "DBDPrepareSQL"
-             "DBDriver"
-             "DefaultIcon"
-             "DefaultLanguage"
-             "DefaultRuntimeDir"
-             "DefaultType"
-             "Define"
-             "DeflateBufferSize"
-             "DeflateCompressionLevel"
-             "DeflateFilterNote"
-             "DeflateInflateLimitRequestBody"
-             "DeflateInflateRatioBurst"
-             "DeflateInflateRatioLimit"
-             "DeflateMemLevel"
-             "DeflateWindowSize"
-             "Deny"
-             "DirectoryCheckHandler"
-             "DirectoryIndex"
-             "DirectoryIndexRedirect"
-             "DirectorySlash"
-             "DocumentRoot"
-             "DTracePrivileges"
-             "DumpIOInput"
-             "DumpIOOutput"
-             "EnableExceptionHook"
-             "EnableMMAP"
-             "EnableSendfile"
-             "Error"
-             "ErrorDocument"
-             "ErrorLog"
-             "ErrorLogFormat"
-             "Example"
-             "ExpiresActive"
-             "ExpiresByType"
-             "ExpiresDefault"
-             "ExtendedStatus"
-             "ExtFilterDefine"
-             "ExtFilterOptions"
-             "FallbackResource"
-             "FileETag"
-             "FilterChain"
-             "FilterDeclare"
-             "FilterProtocol"
-             "FilterProvider"
-             "FilterTrace"
-             "ForceLanguagePriority"
-             "ForceType"
-             "ForensicLog"
-             "GprofDir"
-             "GracefulShutdownTimeout"
-             "Group"
-             "Header"
-             "HeaderName"
-             "HeartbeatAddress"
-             "HeartbeatListen"
-             "HeartbeatMaxServers"
-             "HeartbeatStorage"
-             "HeartbeatStorage"
-             "HostnameLookups"
-             "IdentityCheck"
-             "IdentityCheckTimeout"
-             "ImapBase"
-             "ImapDefault"
-             "ImapMenu"
-             "Include"
-             "IncludeOptional"
-             "IndexHeadInsert"
-             "IndexIgnore"
-             "IndexIgnoreReset"
-             "IndexOptions"
-             "IndexOrderDefault"
-             "IndexStyleSheet"
-             "InputSed"
-             "ISAPIAppendLogToErrors"
-             "ISAPIAppendLogToQuery"
-             "ISAPICacheFile"
-             "ISAPIFakeAsync"
-             "ISAPILogNotSupported"
-             "ISAPIReadAheadBuffer"
-             "KeepAlive"
-             "KeepAliveTimeout"
-             "KeptBodySize"
-             "LanguagePriority"
-             "LDAPCacheEntries"
-             "LDAPCacheTTL"
-             "LDAPConnectionPoolTTL"
-             "LDAPConnectionTimeout"
-             "LDAPLibraryDebug"
-             "LDAPOpCacheEntries"
-             "LDAPOpCacheTTL"
-             "LDAPReferralHopLimit"
-             "LDAPReferrals"
-             "LDAPRetries"
-             "LDAPRetryDelay"
-             "LDAPSharedCacheFile"
-             "LDAPSharedCacheSize"
-             "LDAPTimeout"
-             "LDAPTrustedClientCert"
-             "LDAPTrustedGlobalCert"
-             "LDAPTrustedMode"
-             "LDAPVerifyServerCert"
-             "LimitInternalRecursion"
-             "LimitRequestBody"
-             "LimitRequestFields"
-             "LimitRequestFieldSize"
-             "LimitRequestLine"
-             "LimitXMLRequestBody"
-             "Listen"
-             "ListenBackLog"
-             "LoadFile"
-             "LoadModule"
-             "LogFormat"
-             "LogIOTrackTTFB"
-             "LogLevel"
-             "LogMessage"
-             "LuaAuthzProvider"
-             "LuaCodeCache"
-             "LuaHookAccessChecker"
-             "LuaHookAuthChecker"
-             "LuaHookCheckUserID"
-             "LuaHookFixups"
-             "LuaHookInsertFilter"
-             "LuaHookLog"
-             "LuaHookMapToStorage"
-             "LuaHookTranslateName"
-             "LuaHookTypeChecker"
-             "LuaInherit"
-             "LuaInputFilter"
-             "LuaMapHandler"
-             "LuaOutputFilter"
-             "LuaPackageCPath"
-             "LuaPackagePath"
-             "LuaQuickHandler"
-             "LuaRoot"
-             "LuaScope"
-             "MaxConnectionsPerChild"
-             "MaxKeepAliveRequests"
-             "MaxMemFree"
-             "MaxRangeOverlaps"
-             "MaxRangeReversals"
-             "MaxRanges"
-             "MaxRequestWorkers"
-             "MaxSpareServers"
-             "MaxSpareThreads"
-             "MaxThreads"
-             "MergeTrailers"
-             "MetaDir"
-             "MetaFiles"
-             "MetaSuffix"
-             "MimeMagicFile"
-             "MinSpareServers"
-             "MinSpareThreads"
-             "MMapFile"
-             "ModemStandard"
-             "ModMimeUsePathInfo"
-             "MultiviewsMatch"
-             "Mutex"
-             "NameVirtualHost"
-             "NoProxy"
-             "NWSSLTrustedCerts"
-             "NWSSLUpgradeable"
-             "Options"
-             "Order"
-             "OutputSed"
-             "PassEnv"
-             "PidFile"
-             "PrivilegesMode"
-             "Protocol"
-             "ProtocolEcho"
-             "ProxyAddHeaders"
-             "ProxyBadHeader"
-             "ProxyBlock"
-             "ProxyDomain"
-             "ProxyErrorOverride"
-             "ProxyExpressDBMFile"
-             "ProxyExpressDBMType"
-             "ProxyExpressEnable"
-             "ProxyFtpDirCharset"
-             "ProxyFtpEscapeWildcards"
-             "ProxyFtpListOnWildcard"
-             "ProxyHTMLBufSize"
-             "ProxyHTMLCharsetOut"
-             "ProxyHTMLDocType"
-             "ProxyHTMLEnable"
-             "ProxyHTMLEvents"
-             "ProxyHTMLExtended"
-             "ProxyHTMLFixups"
-             "ProxyHTMLInterp"
-             "ProxyHTMLLinks"
-             "ProxyHTMLMeta"
-             "ProxyHTMLStripComments"
-             "ProxyHTMLURLMap"
-             "ProxyIOBufferSize"
-             "ProxyMaxForwards"
-             "ProxyPass"
-             "ProxyPassInherit"
-             "ProxyPassInterpolateEnv"
-             "ProxyPassMatch"
-             "ProxyPassReverse"
-             "ProxyPassReverseCookieDomain"
-             "ProxyPassReverseCookiePath"
-             "ProxyPreserveHost"
-             "ProxyReceiveBufferSize"
-             "ProxyRemote"
-             "ProxyRemoteMatch"
-             "ProxyRequests"
-             "ProxySCGIInternalRedirect"
-             "ProxySCGISendfile"
-             "ProxySet"
-             "ProxySourceAddress"
-             "ProxyStatus"
-             "ProxyTimeout"
-             "ProxyVia"
-             "ReadmeName"
-             "ReceiveBufferSize"
-             "Redirect"
-             "RedirectMatch"
-             "RedirectPermanent"
-             "RedirectTemp"
-             "ReflectorHeader"
-             "RemoteIPHeader"
-             "RemoteIPInternalProxy"
-             "RemoteIPInternalProxyList"
-             "RemoteIPProxiesHeader"
-             "RemoteIPTrustedProxy"
-             "RemoteIPTrustedProxyList"
-             "RemoveCharset"
-             "RemoveEncoding"
-             "RemoveHandler"
-             "RemoveInputFilter"
-             "RemoveLanguage"
-             "RemoveOutputFilter"
-             "RemoveType"
-             "RequestHeader"
-             "RequestReadTimeout"
-             "Require"
-             "RewriteBase"
-             "RewriteCond"
-             "RewriteEngine"
-             "RewriteMap"
-             "RewriteOptions"
-             "RewriteRule"
-             "RLimitCPU"
-             "RLimitMEM"
-             "RLimitNPROC"
-             "Satisfy"
-             "ScoreBoardFile"
-             "Script"
-             "ScriptAlias"
-             "ScriptAliasMatch"
-             "ScriptInterpreterSource"
-             "ScriptLog"
-             "ScriptLogBuffer"
-             "ScriptLogLength"
-             "ScriptSock"
-             "SecureListen"
-             "SeeRequestTail"
-             "SendBufferSize"
-             "ServerAdmin"
-             "ServerAlias"
-             "ServerLimit"
-             "ServerName"
-             "ServerPath"
-             "ServerRoot"
-             "ServerSignature"
-             "ServerTokens"
-             "Session"
-             "SessionCookieName"
-             "SessionCookieName2"
-             "SessionCookieRemove"
-             "SessionCryptoCipher"
-             "SessionCryptoDriver"
-             "SessionCryptoPassphrase"
-             "SessionCryptoPassphraseFile"
-             "SessionDBDCookieName"
-             "SessionDBDCookieName2"
-             "SessionDBDCookieRemove"
-             "SessionDBDDeleteLabel"
-             "SessionDBDInsertLabel"
-             "SessionDBDPerUser"
-             "SessionDBDSelectLabel"
-             "SessionDBDUpdateLabel"
-             "SessionEnv"
-             "SessionExclude"
-             "SessionHeader"
-             "SessionInclude"
-             "SessionMaxAge"
-             "SetEnv"
-             "SetEnvIf"
-             "SetEnvIfExpr"
-             "SetEnvIfNoCase"
-             "SetHandler"
-             "SetInputFilter"
-             "SetOutputFilter"
-             "SSIEndTag"
-             "SSIErrorMsg"
-             "SSIETag"
-             "SSILastModified"
-             "SSILegacyExprParser"
-             "SSIStartTag"
-             "SSITimeFormat"
-             "SSIUndefinedEcho"
-             "SSLCACertificateFile"
-             "SSLCACertificatePath"
-             "SSLCADNRequestFile"
-             "SSLCADNRequestPath"
-             "SSLCARevocationCheck"
-             "SSLCARevocationFile"
-             "SSLCARevocationPath"
-             "SSLCertificateChainFile"
-             "SSLCertificateFile"
-             "SSLCertificateKeyFile"
-             "SSLCipherSuite"
-             "SSLCompression"
-             "SSLCryptoDevice"
-             "SSLEngine"
-             "SSLFIPS"
-             "SSLHonorCipherOrder"
-             "SSLInsecureRenegotiation"
-             "SSLOCSPDefaultResponder"
-             "SSLOCSPEnable"
-             "SSLOCSPOverrideResponder"
-             "SSLOCSPResponderTimeout"
-             "SSLOCSPResponseMaxAge"
-             "SSLOCSPResponseTimeSkew"
-             "SSLOCSPUseRequestNonce"
-             "SSLOpenSSLConfCmd"
-             "SSLOptions"
-             "SSLPassPhraseDialog"
-             "SSLProtocol"
-             "SSLProxyCACertificateFile"
-             "SSLProxyCACertificatePath"
-             "SSLProxyCARevocationCheck"
-             "SSLProxyCARevocationFile"
-             "SSLProxyCARevocationPath"
-             "SSLProxyCheckPeerCN"
-             "SSLProxyCheckPeerExpire"
-             "SSLProxyCheckPeerName"
-             "SSLProxyCipherSuite"
-             "SSLProxyEngine"
-             "SSLProxyMachineCertificateChainFile"
-             "SSLProxyMachineCertificateFile"
-             "SSLProxyMachineCertificatePath"
-             "SSLProxyProtocol"
-             "SSLProxyVerify"
-             "SSLProxyVerifyDepth"
-             "SSLRandomSeed"
-             "SSLRenegBufferSize"
-             "SSLRequire"
-             "SSLRequireSSL"
-             "SSLSessionCache"
-             "SSLSessionCacheTimeout"
-             "SSLSessionTicketKeyFile"
-             "SSLSessionTickets"
-             "SSLSRPUnknownUserSeed"
-             "SSLSRPVerifierFile"
-             "SSLStaplingCache"
-             "SSLStaplingErrorCacheTimeout"
-             "SSLStaplingFakeTryLater"
-             "SSLStaplingForceURL"
-             "SSLStaplingResponderTimeout"
-             "SSLStaplingResponseMaxAge"
-             "SSLStaplingResponseTimeSkew"
-             "SSLStaplingReturnResponderErrors"
-             "SSLStaplingStandardCacheTimeout"
-             "SSLStrictSNIVHostCheck"
-             "SSLUserName"
-             "SSLUseStapling"
-             "SSLVerifyClient"
-             "SSLVerifyDepth"
-             "StartServers"
-             "StartThreads"
-             "Substitute"
-             "SubstituteMaxLineLength"
-             "Suexec"
-             "SuexecUserGroup"
-             "ThreadLimit"
-             "ThreadsPerChild"
-             "ThreadStackSize"
-             "TimeOut"
-             "TraceEnable"
-             "TransferLog"
-             "TypesConfig"
-             "UnDefine"
-             "UndefMacro"
-             "UnsetEnv"
-             "Use"
-             "UseCanonicalName"
-             "UseCanonicalPhysicalPort"
-             "User"
-             "UserDir"
-             "VHostCGIMode"
-             "VHostCGIPrivs"
-             "VHostGroup"
-             "VHostPrivs"
-             "VHostSecure"
-             "VHostUser"
-             "VirtualDocumentRoot"
-             "VirtualDocumentRootIP"
-             "VirtualScriptAlias"
-             "VirtualScriptAliasIP"
-             "WatchdogInterval"
-             "XBitHack"
-             "xml2EncAlias"
-             "xml2EncDefault"
-             "xml2StartParse"
-             )
+           (regexp-opt
+            '(
+              "AcceptFilter"
+              "AcceptPathInfo"
+              "AccessFileName"
+              "Action"
+              "AddAlt"
+              "AddAltByEncoding"
+              "AddAltByType"
+              "AddCharset"
+              "AddDefaultCharset"
+              "AddDescription"
+              "AddEncoding"
+              "AddHandler"
+              "AddIcon"
+              "AddIconByEncoding"
+              "AddIconByType"
+              "AddInputFilter"
+              "AddLanguage"
+              "AddModuleInfo"
+              "AddOutputFilter"
+              "AddOutputFilterByType"
+              "AddType"
+              "Alias"
+              "AliasMatch"
+              "Allow"
+              "AllowCONNECT"
+              "AllowEncodedSlashes"
+              "AllowMethods"
+              "AllowOverride"
+              "AllowOverrideList"
+              "Anonymous"
+              "Anonymous_LogEmail"
+              "Anonymous_MustGiveEmail"
+              "Anonymous_NoUserID"
+              "Anonymous_VerifyEmail"
+              "AsyncRequestWorkerFactor"
+              "AuthBasicAuthoritative"
+              "AuthBasicFake"
+              "AuthBasicProvider"
+              "AuthBasicUseDigestAlgorithm"
+              "AuthDBDUserPWQuery"
+              "AuthDBDUserRealmQuery"
+              "AuthDBMGroupFile"
+              "AuthDBMType"
+              "AuthDBMUserFile"
+              "AuthDigestAlgorithm"
+              "AuthDigestDomain"
+              "AuthDigestNonceLifetime"
+              "AuthDigestProvider"
+              "AuthDigestQop"
+              "AuthDigestShmemSize"
+              "AuthFormAuthoritative"
+              "AuthFormBody"
+              "AuthFormDisableNoStore"
+              "AuthFormFakeBasicAuth"
+              "AuthFormLocation"
+              "AuthFormLoginRequiredLocation"
+              "AuthFormLoginSuccessLocation"
+              "AuthFormLogoutLocation"
+              "AuthFormMethod"
+              "AuthFormMimetype"
+              "AuthFormPassword"
+              "AuthFormProvider"
+              "AuthFormSitePassphrase"
+              "AuthFormSize"
+              "AuthFormUsername"
+              "AuthGroupFile"
+              "AuthLDAPAuthorizePrefix"
+              "AuthLDAPBindAuthoritative"
+              "AuthLDAPBindDN"
+              "AuthLDAPBindPassword"
+              "AuthLDAPCharsetConfig"
+              "AuthLDAPCompareAsUser"
+              "AuthLDAPCompareDNOnServer"
+              "AuthLDAPDereferenceAliases"
+              "AuthLDAPGroupAttribute"
+              "AuthLDAPGroupAttributeIsDN"
+              "AuthLDAPInitialBindAsUser"
+              "AuthLDAPInitialBindPattern"
+              "AuthLDAPMaxSubGroupDepth"
+              "AuthLDAPRemoteUserAttribute"
+              "AuthLDAPRemoteUserIsDN"
+              "AuthLDAPSearchAsUser"
+              "AuthLDAPSubGroupAttribute"
+              "AuthLDAPSubGroupClass"
+              "AuthLDAPUrl"
+              "AuthMerging"
+              "AuthName"
+              "AuthnCacheContext"
+              "AuthnCacheEnable"
+              "AuthnCacheProvideFor"
+              "AuthnCacheSOCache"
+              "AuthnCacheTimeout"
+              "AuthnzFcgiCheckAuthnProvider"
+              "AuthnzFcgiDefineProvider"
+              "AuthType"
+              "AuthUserFile"
+              "AuthzDBDLoginToReferer"
+              "AuthzDBDQuery"
+              "AuthzDBDRedirectQuery"
+              "AuthzDBMType"
+              "AuthzSendForbiddenOnFailure"
+              "BalancerGrowth"
+              "BalancerInherit"
+              "BalancerMember"
+              "BalancerPersist"
+              "BrowserMatch"
+              "BrowserMatchNoCase"
+              "BufferedLogs"
+              "BufferSize"
+              "CacheDefaultExpire"
+              "CacheDetailHeader"
+              "CacheDirLength"
+              "CacheDirLevels"
+              "CacheDisable"
+              "CacheEnable"
+              "CacheFile"
+              "CacheHeader"
+              "CacheIgnoreCacheControl"
+              "CacheIgnoreHeaders"
+              "CacheIgnoreNoLastMod"
+              "CacheIgnoreQueryString"
+              "CacheIgnoreURLSessionIdentifiers"
+              "CacheKeyBaseURL"
+              "CacheLastModifiedFactor"
+              "CacheLock"
+              "CacheLockMaxAge"
+              "CacheLockPath"
+              "CacheMaxExpire"
+              "CacheMaxFileSize"
+              "CacheMinExpire"
+              "CacheMinFileSize"
+              "CacheNegotiatedDocs"
+              "CacheQuickHandler"
+              "CacheReadSize"
+              "CacheReadTime"
+              "CacheRoot"
+              "CacheSocache"
+              "CacheSocacheMaxSize"
+              "CacheSocacheMaxTime"
+              "CacheSocacheMinTime"
+              "CacheSocacheReadSize"
+              "CacheSocacheReadTime"
+              "CacheStaleOnError"
+              "CacheStoreExpired"
+              "CacheStoreNoStore"
+              "CacheStorePrivate"
+              "CGIDScriptTimeout"
+              "CGIMapExtension"
+              "CGIPassAuth"
+              "CharsetDefault"
+              "CharsetOptions"
+              "CharsetSourceEnc"
+              "CheckCaseOnly"
+              "CheckSpelling"
+              "ChrootDir"
+              "ContentDigest"
+              "CookieDomain"
+              "CookieExpires"
+              "CookieName"
+              "CookieStyle"
+              "CookieTracking"
+              "CoreDumpDirectory"
+              "CustomLog"
+              "Dav"
+              "DavDepthInfinity"
+              "DavGenericLockDB"
+              "DavLockDB"
+              "DavMinTimeout"
+              "DBDExptime"
+              "DBDInitSQL"
+              "DBDKeep"
+              "DBDMax"
+              "DBDMin"
+              "DBDParams"
+              "DBDPersist"
+              "DBDPrepareSQL"
+              "DBDriver"
+              "DefaultIcon"
+              "DefaultLanguage"
+              "DefaultRuntimeDir"
+              "DefaultType"
+              "Define"
+              "DeflateBufferSize"
+              "DeflateCompressionLevel"
+              "DeflateFilterNote"
+              "DeflateInflateLimitRequestBody"
+              "DeflateInflateRatioBurst"
+              "DeflateInflateRatioLimit"
+              "DeflateMemLevel"
+              "DeflateWindowSize"
+              "Deny"
+              "DirectoryCheckHandler"
+              "DirectoryIndex"
+              "DirectoryIndexRedirect"
+              "DirectorySlash"
+              "DocumentRoot"
+              "DTracePrivileges"
+              "DumpIOInput"
+              "DumpIOOutput"
+              "EnableExceptionHook"
+              "EnableMMAP"
+              "EnableSendfile"
+              "Error"
+              "ErrorDocument"
+              "ErrorLog"
+              "ErrorLogFormat"
+              "Example"
+              "ExpiresActive"
+              "ExpiresByType"
+              "ExpiresDefault"
+              "ExtendedStatus"
+              "ExtFilterDefine"
+              "ExtFilterOptions"
+              "FallbackResource"
+              "FileETag"
+              "FilterChain"
+              "FilterDeclare"
+              "FilterProtocol"
+              "FilterProvider"
+              "FilterTrace"
+              "ForceLanguagePriority"
+              "ForceType"
+              "ForensicLog"
+              "GprofDir"
+              "GracefulShutdownTimeout"
+              "Group"
+              "Header"
+              "HeaderName"
+              "HeartbeatAddress"
+              "HeartbeatListen"
+              "HeartbeatMaxServers"
+              "HeartbeatStorage"
+              "HeartbeatStorage"
+              "HostnameLookups"
+              "IdentityCheck"
+              "IdentityCheckTimeout"
+              "ImapBase"
+              "ImapDefault"
+              "ImapMenu"
+              "Include"
+              "IncludeOptional"
+              "IndexHeadInsert"
+              "IndexIgnore"
+              "IndexIgnoreReset"
+              "IndexOptions"
+              "IndexOrderDefault"
+              "IndexStyleSheet"
+              "InputSed"
+              "ISAPIAppendLogToErrors"
+              "ISAPIAppendLogToQuery"
+              "ISAPICacheFile"
+              "ISAPIFakeAsync"
+              "ISAPILogNotSupported"
+              "ISAPIReadAheadBuffer"
+              "KeepAlive"
+              "KeepAliveTimeout"
+              "KeptBodySize"
+              "LanguagePriority"
+              "LDAPCacheEntries"
+              "LDAPCacheTTL"
+              "LDAPConnectionPoolTTL"
+              "LDAPConnectionTimeout"
+              "LDAPLibraryDebug"
+              "LDAPOpCacheEntries"
+              "LDAPOpCacheTTL"
+              "LDAPReferralHopLimit"
+              "LDAPReferrals"
+              "LDAPRetries"
+              "LDAPRetryDelay"
+              "LDAPSharedCacheFile"
+              "LDAPSharedCacheSize"
+              "LDAPTimeout"
+              "LDAPTrustedClientCert"
+              "LDAPTrustedGlobalCert"
+              "LDAPTrustedMode"
+              "LDAPVerifyServerCert"
+              "LimitInternalRecursion"
+              "LimitRequestBody"
+              "LimitRequestFields"
+              "LimitRequestFieldSize"
+              "LimitRequestLine"
+              "LimitXMLRequestBody"
+              "Listen"
+              "ListenBackLog"
+              "LoadFile"
+              "LoadModule"
+              "LogFormat"
+              "LogIOTrackTTFB"
+              "LogLevel"
+              "LogMessage"
+              "LuaAuthzProvider"
+              "LuaCodeCache"
+              "LuaHookAccessChecker"
+              "LuaHookAuthChecker"
+              "LuaHookCheckUserID"
+              "LuaHookFixups"
+              "LuaHookInsertFilter"
+              "LuaHookLog"
+              "LuaHookMapToStorage"
+              "LuaHookTranslateName"
+              "LuaHookTypeChecker"
+              "LuaInherit"
+              "LuaInputFilter"
+              "LuaMapHandler"
+              "LuaOutputFilter"
+              "LuaPackageCPath"
+              "LuaPackagePath"
+              "LuaQuickHandler"
+              "LuaRoot"
+              "LuaScope"
+              "MaxConnectionsPerChild"
+              "MaxKeepAliveRequests"
+              "MaxMemFree"
+              "MaxRangeOverlaps"
+              "MaxRangeReversals"
+              "MaxRanges"
+              "MaxRequestWorkers"
+              "MaxSpareServers"
+              "MaxSpareThreads"
+              "MaxThreads"
+              "MergeTrailers"
+              "MetaDir"
+              "MetaFiles"
+              "MetaSuffix"
+              "MimeMagicFile"
+              "MinSpareServers"
+              "MinSpareThreads"
+              "MMapFile"
+              "ModemStandard"
+              "ModMimeUsePathInfo"
+              "MultiviewsMatch"
+              "Mutex"
+              "NameVirtualHost"
+              "NoProxy"
+              "NWSSLTrustedCerts"
+              "NWSSLUpgradeable"
+              "Options"
+              "Order"
+              "OutputSed"
+              "PassEnv"
+              "PidFile"
+              "PrivilegesMode"
+              "Protocol"
+              "ProtocolEcho"
+              "ProxyAddHeaders"
+              "ProxyBadHeader"
+              "ProxyBlock"
+              "ProxyDomain"
+              "ProxyErrorOverride"
+              "ProxyExpressDBMFile"
+              "ProxyExpressDBMType"
+              "ProxyExpressEnable"
+              "ProxyFtpDirCharset"
+              "ProxyFtpEscapeWildcards"
+              "ProxyFtpListOnWildcard"
+              "ProxyHTMLBufSize"
+              "ProxyHTMLCharsetOut"
+              "ProxyHTMLDocType"
+              "ProxyHTMLEnable"
+              "ProxyHTMLEvents"
+              "ProxyHTMLExtended"
+              "ProxyHTMLFixups"
+              "ProxyHTMLInterp"
+              "ProxyHTMLLinks"
+              "ProxyHTMLMeta"
+              "ProxyHTMLStripComments"
+              "ProxyHTMLURLMap"
+              "ProxyIOBufferSize"
+              "ProxyMaxForwards"
+              "ProxyPass"
+              "ProxyPassInherit"
+              "ProxyPassInterpolateEnv"
+              "ProxyPassMatch"
+              "ProxyPassReverse"
+              "ProxyPassReverseCookieDomain"
+              "ProxyPassReverseCookiePath"
+              "ProxyPreserveHost"
+              "ProxyReceiveBufferSize"
+              "ProxyRemote"
+              "ProxyRemoteMatch"
+              "ProxyRequests"
+              "ProxySCGIInternalRedirect"
+              "ProxySCGISendfile"
+              "ProxySet"
+              "ProxySourceAddress"
+              "ProxyStatus"
+              "ProxyTimeout"
+              "ProxyVia"
+              "ReadmeName"
+              "ReceiveBufferSize"
+              "Redirect"
+              "RedirectMatch"
+              "RedirectPermanent"
+              "RedirectTemp"
+              "ReflectorHeader"
+              "RemoteIPHeader"
+              "RemoteIPInternalProxy"
+              "RemoteIPInternalProxyList"
+              "RemoteIPProxiesHeader"
+              "RemoteIPTrustedProxy"
+              "RemoteIPTrustedProxyList"
+              "RemoveCharset"
+              "RemoveEncoding"
+              "RemoveHandler"
+              "RemoveInputFilter"
+              "RemoveLanguage"
+              "RemoveOutputFilter"
+              "RemoveType"
+              "RequestHeader"
+              "RequestReadTimeout"
+              "Require"
+              "RewriteBase"
+              "RewriteCond"
+              "RewriteEngine"
+              "RewriteMap"
+              "RewriteOptions"
+              "RewriteRule"
+              "RLimitCPU"
+              "RLimitMEM"
+              "RLimitNPROC"
+              "Satisfy"
+              "ScoreBoardFile"
+              "Script"
+              "ScriptAlias"
+              "ScriptAliasMatch"
+              "ScriptInterpreterSource"
+              "ScriptLog"
+              "ScriptLogBuffer"
+              "ScriptLogLength"
+              "ScriptSock"
+              "SecureListen"
+              "SeeRequestTail"
+              "SendBufferSize"
+              "ServerAdmin"
+              "ServerAlias"
+              "ServerLimit"
+              "ServerName"
+              "ServerPath"
+              "ServerRoot"
+              "ServerSignature"
+              "ServerTokens"
+              "Session"
+              "SessionCookieName"
+              "SessionCookieName2"
+              "SessionCookieRemove"
+              "SessionCryptoCipher"
+              "SessionCryptoDriver"
+              "SessionCryptoPassphrase"
+              "SessionCryptoPassphraseFile"
+              "SessionDBDCookieName"
+              "SessionDBDCookieName2"
+              "SessionDBDCookieRemove"
+              "SessionDBDDeleteLabel"
+              "SessionDBDInsertLabel"
+              "SessionDBDPerUser"
+              "SessionDBDSelectLabel"
+              "SessionDBDUpdateLabel"
+              "SessionEnv"
+              "SessionExclude"
+              "SessionHeader"
+              "SessionInclude"
+              "SessionMaxAge"
+              "SetEnv"
+              "SetEnvIf"
+              "SetEnvIfExpr"
+              "SetEnvIfNoCase"
+              "SetHandler"
+              "SetInputFilter"
+              "SetOutputFilter"
+              "SSIEndTag"
+              "SSIErrorMsg"
+              "SSIETag"
+              "SSILastModified"
+              "SSILegacyExprParser"
+              "SSIStartTag"
+              "SSITimeFormat"
+              "SSIUndefinedEcho"
+              "SSLCACertificateFile"
+              "SSLCACertificatePath"
+              "SSLCADNRequestFile"
+              "SSLCADNRequestPath"
+              "SSLCARevocationCheck"
+              "SSLCARevocationFile"
+              "SSLCARevocationPath"
+              "SSLCertificateChainFile"
+              "SSLCertificateFile"
+              "SSLCertificateKeyFile"
+              "SSLCipherSuite"
+              "SSLCompression"
+              "SSLCryptoDevice"
+              "SSLEngine"
+              "SSLFIPS"
+              "SSLHonorCipherOrder"
+              "SSLInsecureRenegotiation"
+              "SSLOCSPDefaultResponder"
+              "SSLOCSPEnable"
+              "SSLOCSPOverrideResponder"
+              "SSLOCSPResponderTimeout"
+              "SSLOCSPResponseMaxAge"
+              "SSLOCSPResponseTimeSkew"
+              "SSLOCSPUseRequestNonce"
+              "SSLOpenSSLConfCmd"
+              "SSLOptions"
+              "SSLPassPhraseDialog"
+              "SSLProtocol"
+              "SSLProxyCACertificateFile"
+              "SSLProxyCACertificatePath"
+              "SSLProxyCARevocationCheck"
+              "SSLProxyCARevocationFile"
+              "SSLProxyCARevocationPath"
+              "SSLProxyCheckPeerCN"
+              "SSLProxyCheckPeerExpire"
+              "SSLProxyCheckPeerName"
+              "SSLProxyCipherSuite"
+              "SSLProxyEngine"
+              "SSLProxyMachineCertificateChainFile"
+              "SSLProxyMachineCertificateFile"
+              "SSLProxyMachineCertificatePath"
+              "SSLProxyProtocol"
+              "SSLProxyVerify"
+              "SSLProxyVerifyDepth"
+              "SSLRandomSeed"
+              "SSLRenegBufferSize"
+              "SSLRequire"
+              "SSLRequireSSL"
+              "SSLSessionCache"
+              "SSLSessionCacheTimeout"
+              "SSLSessionTicketKeyFile"
+              "SSLSessionTickets"
+              "SSLSRPUnknownUserSeed"
+              "SSLSRPVerifierFile"
+              "SSLStaplingCache"
+              "SSLStaplingErrorCacheTimeout"
+              "SSLStaplingFakeTryLater"
+              "SSLStaplingForceURL"
+              "SSLStaplingResponderTimeout"
+              "SSLStaplingResponseMaxAge"
+              "SSLStaplingResponseTimeSkew"
+              "SSLStaplingReturnResponderErrors"
+              "SSLStaplingStandardCacheTimeout"
+              "SSLStrictSNIVHostCheck"
+              "SSLUserName"
+              "SSLUseStapling"
+              "SSLVerifyClient"
+              "SSLVerifyDepth"
+              "StartServers"
+              "StartThreads"
+              "Substitute"
+              "SubstituteMaxLineLength"
+              "Suexec"
+              "SuexecUserGroup"
+              "ThreadLimit"
+              "ThreadsPerChild"
+              "ThreadStackSize"
+              "TimeOut"
+              "TraceEnable"
+              "TransferLog"
+              "TypesConfig"
+              "UnDefine"
+              "UndefMacro"
+              "UnsetEnv"
+              "Use"
+              "UseCanonicalName"
+              "UseCanonicalPhysicalPort"
+              "User"
+              "UserDir"
+              "VHostCGIMode"
+              "VHostCGIPrivs"
+              "VHostGroup"
+              "VHostPrivs"
+              "VHostSecure"
+              "VHostUser"
+              "VirtualDocumentRoot"
+              "VirtualDocumentRootIP"
+              "VirtualScriptAlias"
+              "VirtualScriptAliasIP"
+              "WatchdogInterval"
+              "XBitHack"
+              "xml2EncAlias"
+              "xml2EncDefault"
+              "xml2StartParse"
+              )
             'words))
           1 'font-lock-keyword-face)
 
     (list                               ; values
-     (regexp-opt '
-      (
-       "All"
-       "AuthConfig"
-       "Basic"
-       "CONNECT"
-       "DELETE"
-       "Digest"
-       "ExecCGI"
-       "FancyIndexing"
-       "FileInfo"
-       "FollowSymLinks"
-       "Full"
-       "GET"
-       "IconsAreLinks"
-       "Includes"
-       "IncludesNOEXEC"
-       "Indexes"
-       "Limit"
-       "Minimal"
-       "MultiViews"
-       "None"
-       "OPTIONS"
-       "OS"
-       "Options"
-       "Options"
-       "POST"
-       "PUT"
-       "ScanHTMLTitles"
-       "SuppressDescription"
-       "SuppressLastModified"
-       "SuppressSize"
-       "SymLinksIfOwnerMatch"
-       "URL"
-       "add"
-       "allow"
-       "any"
-       "append"
-       "deny"
-       "double"
-       "downgrade-1.0"
-       "email"
-       "env"
-       "error"
-       "force-response-1.0"
-       "formatted"
-       "from"
-       "full"
-       "gone"
-       "group"
-       "inetd"
-       "inherit"
-       "map"
-       "mutual-failure"
-       "nocontent"
-       "nokeepalive"
-       "none"
-       "off"
-       "on"
-       "permanent"
-       "referer"
-       "seeother"
-       "semi-formatted"
-       "set"
-       "standalone"
-       "temporary"
-       "unformatted"
-       "unset"
-       "user"
-       "valid-user"
-       ) 'words)
+     (regexp-opt
+      '(
+        "All"
+        "AuthConfig"
+        "Basic"
+        "CONNECT"
+        "DELETE"
+        "Digest"
+        "ExecCGI"
+        "FancyIndexing"
+        "FileInfo"
+        "FollowSymLinks"
+        "Full"
+        "GET"
+        "IconsAreLinks"
+        "Includes"
+        "IncludesNOEXEC"
+        "Indexes"
+        "Limit"
+        "Minimal"
+        "MultiViews"
+        "None"
+        "OPTIONS"
+        "OS"
+        "Options"
+        "Options"
+        "POST"
+        "PUT"
+        "ScanHTMLTitles"
+        "SuppressDescription"
+        "SuppressLastModified"
+        "SuppressSize"
+        "SymLinksIfOwnerMatch"
+        "URL"
+        "add"
+        "allow"
+        "any"
+        "append"
+        "deny"
+        "double"
+        "downgrade-1.0"
+        "email"
+        "env"
+        "error"
+        "force-response-1.0"
+        "formatted"
+        "from"
+        "full"
+        "gone"
+        "group"
+        "inetd"
+        "inherit"
+        "map"
+        "mutual-failure"
+        "nocontent"
+        "nokeepalive"
+        "none"
+        "off"
+        "on"
+        "permanent"
+        "referer"
+        "seeother"
+        "semi-formatted"
+        "set"
+        "standalone"
+        "temporary"
+        "unformatted"
+        "unset"
+        "user"
+        "valid-user"
+        ) 'words)
      1 'font-lock-type-face)))
   "Expressions to highlight in Apache config buffers.")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]