]> granicus.if.org Git - apache/commitdiff
override index: remove invalid <override>s from directives
authorJacob Champion <jchampion@apache.org>
Thu, 4 May 2017 23:41:16 +0000 (23:41 +0000)
committerJacob Champion <jchampion@apache.org>
Thu, 4 May 2017 23:41:16 +0000 (23:41 +0000)
Remove the bogus "none" and "n/a" type <override>s from the
documentation. If a directive can't be put in .htaccess, it shouldn't
have an <override> element.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1793933 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authn_socache.xml
docs/manual/mod/mod_logio.xml
docs/manual/mod/mod_ssl.xml

index 2edd5d6e4ac71de2a93c165f9c11232f30dd1646..d47cdc1bc2c889f389a4e3c5c4619b1d9a86bed4 100644 (file)
@@ -100,7 +100,6 @@ AuthnCacheSOCache dbm
 <description>Enable Authn caching configured anywhere</description>
 <syntax>AuthnCacheEnable</syntax>
 <contextlist><context>server config</context></contextlist>
-<override>None</override>
 
 <usage>
     <p>This directive is not normally necessary: it is implied if
@@ -117,7 +116,6 @@ AuthnCacheSOCache dbm
 <description>Select socache backend provider to use</description>
 <syntax>AuthnCacheSOCache <var>provider-name[:provider-args]</var></syntax>
 <contextlist><context>server config</context></contextlist>
-<override>None</override>
 <compatibility>Optional provider arguments are available in
 Apache HTTP Server 2.4.7 and later</compatibility>
 
index 42096da75ee88a0e09323cf535912157633805ff..ea50f6df1264c55140925a97286781f6da2dbccb 100644 (file)
@@ -96,7 +96,6 @@
 <default>LogIOTrackTTFB OFF</default>
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context><context>.htaccess</context></contextlist>
-<override>none</override>
 <compatibility>Apache HTTP Server 2.4.13 and later</compatibility>
 
 <usage>
index 374374f5da8225f1ace10ae3eef80625c017ca2b..ef5b30af8e1d595c4d029dd91e66c04cb72873da 100644 (file)
@@ -1739,7 +1739,6 @@ SSLStrictSNIVHostCheck on
 <syntax>SSLProxyMachineCertificatePath <em>directory</em></syntax>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
-<override>Not applicable</override>
 
 <usage>
 <p>
@@ -1768,7 +1767,6 @@ SSLProxyMachineCertificatePath "/usr/local/apache2/conf/proxy.crt/"
 <syntax>SSLProxyMachineCertificateFile <em>filename</em></syntax>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
-<override>Not applicable</override>
 
 <usage>
 <p>
@@ -1797,7 +1795,6 @@ SSLProxyMachineCertificateFile "/usr/local/apache2/conf/ssl.crt/proxy.pem"
 <syntax>SSLProxyMachineCertificateChainFile <em>filename</em></syntax>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
-<override>Not applicable</override>
 
 <usage>
 <p>
@@ -1831,7 +1828,6 @@ SSLProxyMachineCertificateChainFile "/usr/local/apache2/conf/ssl.crt/proxyCA.pem
 <default>SSLProxyVerify none</default>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
-<override>Not applicable</override>
 
 <usage>
 
@@ -1872,7 +1868,6 @@ Certificate verification</description>
 <default>SSLProxyVerifyDepth 1</default>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
-<override>Not applicable</override>
 
 <usage>
 <p>
@@ -1902,7 +1897,6 @@ SSLProxyVerifyDepth 10
 <default>SSLProxyCheckPeerExpire on</default>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
-<override>Not applicable</override>
 
 <usage>
 <p>
@@ -1926,7 +1920,6 @@ SSLProxyCheckPeerExpire on
 <default>SSLProxyCheckPeerCN on</default>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
-<override>Not applicable</override>
 
 <usage>
 <p>
@@ -1971,7 +1964,6 @@ SSLProxyCheckPeerName off
 <default>SSLProxyCheckPeerName on</default>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
-<override>Not applicable</override>
 <compatibility>Apache HTTP Server 2.4.5 and later</compatibility>
 
 <usage>
@@ -2011,7 +2003,6 @@ improvements.
 <default>SSLProxyEngine off</default>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
-<override>Not applicable</override>
 
 <usage>
 <p>
@@ -2046,7 +2037,6 @@ server to proxy SSL/TLS requests.</p>
 <default>SSLProxyProtocol all -SSLv3</default>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
-<override>Not applicable</override>
 
 <usage>
 <!-- XXX Why does this have an override and not .htaccess context? -->
@@ -2068,7 +2058,6 @@ proxy handshake</description>
 <default>SSLProxyCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+EXP</default>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
-<override>Not applicable</override>
 
 <usage>
 <p>Equivalent to <directive module="mod_ssl">SSLCipherSuite</directive>, but
@@ -2085,7 +2074,6 @@ Remote Server Auth</description>
 <syntax>SSLProxyCACertificatePath <em>directory-path</em></syntax>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
-<override>Not applicable</override>
 
 <usage>
 <p>
@@ -2113,7 +2101,6 @@ for Remote Server Auth</description>
 <syntax>SSLProxyCACertificateFile <em>file-path</em></syntax>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
-<override>Not applicable</override>
 
 <usage>
 <p>
@@ -2138,7 +2125,6 @@ Remote Server Auth</description>
 <syntax>SSLProxyCARevocationPath <em>directory-path</em></syntax>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
-<override>Not applicable</override>
 
 <usage>
 <p>
@@ -2166,7 +2152,6 @@ Remote Server Auth</description>
 <syntax>SSLProxyCARevocationFile <em>file-path</em></syntax>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
-<override>Not applicable</override>
 
 <usage>
 <p>
@@ -2192,7 +2177,6 @@ SSLProxyCARevocationFile "/usr/local/apache2/conf/ssl.crl/ca-bundle-remote-serve
 <default>SSLProxyCARevocationCheck none</default>
 <contextlist><context>server config</context> <context>virtual host</context>
 <context>proxy section</context></contextlist>
-<override>Not applicable</override>
 
 <usage>
 <p>