Mailing List Archive

svn commit: r1890574 [10/22] - in /httpd/httpd/trunk/docs/manual: ./ developer/ faq/ howto/ misc/ mod/ platform/ programs/ rewrite/ ssl/ vhosts/
Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_wstunnel.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_wstunnel.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_wstunnel.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_wstunnel.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -72,6 +72,7 @@ in the response <code>Upgrade</code></p>
<ul id="toc">
<li><img alt="" src="../images/down.gif" /> <a href="#proxywebsocketasync">ProxyWebsocketAsync</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#proxywebsocketasyncdelay">ProxyWebsocketAsyncDelay</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#proxywebsocketfallbacktoproxyhttp">ProxyWebsocketFallbackToProxyHttp</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#proxywebsocketidletimeout">ProxyWebsocketIdleTimeout</a></li>
</ul>
<h3>Bugfix checklist</h3><ul class="seealso"><li><a href="https://www.apache.org/dist/httpd/CHANGES_2.4">httpd changelog</a></li><li><a href="https://bz.apache.org/bugzilla/buglist.cgi?bug_status=__open__&amp;list_id=144532&amp;product=Apache%20httpd-2&amp;query_format=specific&amp;order=changeddate%20DESC%2Cpriority%2Cbug_severity&amp;component=mod_proxy_wstunnel">Known issues</a></li><li><a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&amp;component=mod_proxy_wstunnel">Report a bug</a></li></ul><h3>See also</h3>
@@ -116,6 +117,25 @@ in the response <code>Upgrade</code></p>

</div>
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="directive-section"><h2><a name="ProxyWebsocketFallbackToProxyHttp" id="ProxyWebsocketFallbackToProxyHttp">ProxyWebsocketFallbackToProxyHttp</a> <a name="proxywebsocketfallbacktoproxyhttp" id="proxywebsocketfallbacktoproxyhttp">Directive</a> <a title="Permanent link" href="#proxywebsocketfallbacktoproxyhttp" class="permalink">&para;</a></h2>
+<table class="directive">
+<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Instructs this module to let <code class="module"><a href="../mod/mod_proxy_http.html">mod_proxy_http</a></code> handle the request</td></tr>
+<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ProxyWebsocketFallbackToProxyHttp On|Off</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>ProxyWebsocketFallbackToProxyHttp On</code></td></tr>
+<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
+<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
+<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy_wstunnel</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in httpd 2.4.48 and later</td></tr>
+</table>
+ <p>Since httpd 2.4.47, <code class="module"><a href="../mod/mod_proxy_http.html">mod_proxy_http</a></code> can handle WebSocket
+ upgrading and tunneling in accordance to RFC 7230, this directive controls
+ whether <code class="module"><a href="../mod/mod_proxy_wstunnel.html">mod_proxy_wstunnel</a></code> should hand over to
+ <code class="module"><a href="../mod/mod_proxy_http.html">mod_proxy_http</a></code> to this, which is the case by default.</p>
+ <p>Setting to <em>Off</em> lets <code class="module"><a href="../mod/mod_proxy_wstunnel.html">mod_proxy_wstunnel</a></code> handle
+ WebSocket requests as in httpd 2.4.46 and earlier.</p>
+
+</div>
+<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="directive-section"><h2><a name="ProxyWebsocketIdleTimeout" id="ProxyWebsocketIdleTimeout">ProxyWebsocketIdleTimeout</a> <a name="proxywebsocketidletimeout" id="proxywebsocketidletimeout">Directive</a> <a title="Permanent link" href="#proxywebsocketidletimeout" class="permalink">&para;</a></h2>
<table class="directive">
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Sets the maximum amount of time to wait for data on the websockets tunnel</td></tr>
@@ -153,7 +173,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ratelimit.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ratelimit.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ratelimit.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ratelimit.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -91,7 +91,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_reflector.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_reflector.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_reflector.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_reflector.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -116,7 +116,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_remoteip.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_remoteip.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_remoteip.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_remoteip.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -377,7 +377,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_reqtimeout.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -218,7 +218,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_request.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_request.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_request.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_request.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -123,7 +123,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_request.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_request.html.tr.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_request.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_request.html.tr.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -123,7 +123,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> alt?nda lisansl?d?r.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> alt?nda lisansl?d?r.</p>
<p class="menu"><a href="../mod/">Modüller</a> | <a href="../mod/quickreference.html">Yönergeler</a> | <a href="http://wiki.apache.org/httpd/FAQ">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritas?</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -1595,7 +1595,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_sed.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_sed.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_sed.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_sed.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -167,7 +167,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_session.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_session.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_session.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_session.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -542,7 +542,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_session_cookie.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_session_cookie.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_session_cookie.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_session_cookie.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -215,7 +215,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_session_crypto.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_session_crypto.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_session_crypto.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_session_crypto.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -259,7 +259,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_session_dbd.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_session_dbd.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_session_dbd.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_session_dbd.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -356,7 +356,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -359,7 +359,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.ja.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.ja.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -331,7 +331,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />????? <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> ????????????????.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />????? <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> ????????????????.</p>
<p class="menu"><a href="../mod/">?????</a> | <a href="../mod/quickreference.html">???????</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">??</a> | <a href="../sitemap.html">??????</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.ko.euc-kr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.ko.euc-kr?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.ko.euc-kr [euc-kr] Mon Jun 7 17:08:50 2021
@@ -288,7 +288,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">??</a> | <a href="../mod/quickreference.html">????</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">??</a> | <a href="../sitemap.html">????</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.tr.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.tr.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -337,7 +337,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> alt?nda lisansl?d?r.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> alt?nda lisansl?d?r.</p>
<p class="menu"><a href="../mod/">Modüller</a> | <a href="../mod/quickreference.html">Yönergeler</a> | <a href="http://wiki.apache.org/httpd/FAQ">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritas?</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_slotmem_plain.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_slotmem_plain.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_slotmem_plain.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_slotmem_plain.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -112,7 +112,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_slotmem_shm.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_slotmem_shm.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_slotmem_shm.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_slotmem_shm.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -120,7 +120,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_so.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_so.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_so.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_so.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -219,7 +219,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_so.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_so.html.ja.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_so.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_so.html.ja.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -221,7 +221,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />????? <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> ????????????????.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />????? <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> ????????????????.</p>
<p class="menu"><a href="../mod/">?????</a> | <a href="../mod/quickreference.html">???????</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">??</a> | <a href="../sitemap.html">??????</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_so.html.ko.euc-kr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_so.html.ko.euc-kr?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_so.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_so.html.ko.euc-kr [euc-kr] Mon Jun 7 17:08:50 2021
@@ -199,7 +199,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">??</a> | <a href="../mod/quickreference.html">????</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">??</a> | <a href="../sitemap.html">????</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_so.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_so.html.tr.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_so.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_so.html.tr.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -220,7 +220,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> alt?nda lisansl?d?r.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> alt?nda lisansl?d?r.</p>
<p class="menu"><a href="../mod/">Modüller</a> | <a href="../mod/quickreference.html">Yönergeler</a> | <a href="http://wiki.apache.org/httpd/FAQ">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritas?</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_socache_dbm.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_socache_dbm.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_socache_dbm.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_socache_dbm.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -81,7 +81,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_socache_dc.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_socache_dc.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_socache_dc.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_socache_dc.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -75,7 +75,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -120,7 +120,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_socache_redis.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_socache_redis.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_socache_redis.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_socache_redis.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -144,7 +144,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_socache_shmcb.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_socache_shmcb.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_socache_shmcb.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_socache_shmcb.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -81,7 +81,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_speling.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_speling.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_speling.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_speling.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -182,7 +182,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_speling.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_speling.html.ja.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_speling.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_speling.html.ja.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -183,7 +183,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />????? <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> ????????????????.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />????? <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> ????????????????.</p>
<p class="menu"><a href="../mod/">?????</a> | <a href="../mod/quickreference.html">???????</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">??</a> | <a href="../sitemap.html">??????</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_speling.html.ko.euc-kr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_speling.html.ko.euc-kr?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_speling.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_speling.html.ko.euc-kr [euc-kr] Mon Jun 7 17:08:50 2021
@@ -166,7 +166,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">??</a> | <a href="../mod/quickreference.html">????</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">??</a> | <a href="../sitemap.html">????</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -2924,7 +2924,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.es.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.es.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.es.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ssl.html.es.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -3010,7 +3010,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licencia bajo los términos de la <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licencia bajo los términos de la <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Módulos</a> | <a href="../mod/quickreference.html">Directivas</a> | <a href="http://wiki.apache.org/httpd/FAQ">Preguntas Frecuentes</a> | <a href="../glossary.html">Glosario</a> | <a href="../sitemap.html">Mapa del sitio web</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ssl_ct.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ssl_ct.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ssl_ct.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ssl_ct.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -586,7 +586,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_status.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_status.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_status.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_status.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -198,7 +198,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_status.html.es.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_status.html.es.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_status.html.es.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_status.html.es.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -199,7 +199,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licencia bajo los términos de la <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licencia bajo los términos de la <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Módulos</a> | <a href="../mod/quickreference.html">Directivas</a> | <a href="http://wiki.apache.org/httpd/FAQ">Preguntas Frecuentes</a> | <a href="../glossary.html">Glosario</a> | <a href="../sitemap.html">Mapa del sitio web</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_status.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_status.html.ja.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_status.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_status.html.ja.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -165,7 +165,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />????? <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> ????????????????.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />????? <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> ????????????????.</p>
<p class="menu"><a href="../mod/">?????</a> | <a href="../mod/quickreference.html">???????</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">??</a> | <a href="../sitemap.html">??????</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_status.html.ko.euc-kr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_status.html.ko.euc-kr?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_status.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_status.html.ko.euc-kr [euc-kr] Mon Jun 7 17:08:50 2021
@@ -158,7 +158,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">??</a> | <a href="../mod/quickreference.html">????</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">??</a> | <a href="../sitemap.html">????</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_status.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_status.html.tr.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_status.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_status.html.tr.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -196,7 +196,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> alt?nda lisansl?d?r.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> alt?nda lisansl?d?r.</p>
<p class="menu"><a href="../mod/">Modüller</a> | <a href="../mod/quickreference.html">Yönergeler</a> | <a href="http://wiki.apache.org/httpd/FAQ">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritas?</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_substitute.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_substitute.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_substitute.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_substitute.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -238,7 +238,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_suexec.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_suexec.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_suexec.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_suexec.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -100,7 +100,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_suexec.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_suexec.html.ja.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_suexec.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_suexec.html.ja.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -104,7 +104,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />????? <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> ????????????????.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />????? <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> ????????????????.</p>
<p class="menu"><a href="../mod/">?????</a> | <a href="../mod/quickreference.html">???????</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">??</a> | <a href="../sitemap.html">??????</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_suexec.html.ko.euc-kr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_suexec.html.ko.euc-kr?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_suexec.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_suexec.html.ko.euc-kr [euc-kr] Mon Jun 7 17:08:50 2021
@@ -102,7 +102,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">??</a> | <a href="../mod/quickreference.html">????</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">??</a> | <a href="../sitemap.html">????</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_suexec.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_suexec.html.tr.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_suexec.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_suexec.html.tr.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -109,7 +109,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> alt?nda lisansl?d?r.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> alt?nda lisansl?d?r.</p>
<p class="menu"><a href="../mod/">Modüller</a> | <a href="../mod/quickreference.html">Yönergeler</a> | <a href="http://wiki.apache.org/httpd/FAQ">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritas?</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_syslog.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_syslog.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_syslog.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_syslog.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -88,7 +88,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_systemd.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_systemd.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_systemd.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_systemd.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -104,7 +104,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_unique_id.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_unique_id.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_unique_id.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_unique_id.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -241,7 +241,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_unique_id.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_unique_id.html.ja.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_unique_id.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_unique_id.html.ja.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -239,7 +239,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />????? <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> ????????????????.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />????? <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> ????????????????.</p>
<p class="menu"><a href="../mod/">?????</a> | <a href="../mod/quickreference.html">???????</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">??</a> | <a href="../sitemap.html">??????</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_unique_id.html.ko.euc-kr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_unique_id.html.ko.euc-kr?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_unique_id.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_unique_id.html.ko.euc-kr [euc-kr] Mon Jun 7 17:08:50 2021
@@ -212,7 +212,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">??</a> | <a href="../mod/quickreference.html">????</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">??</a> | <a href="../sitemap.html">????</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_unixd.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_unixd.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_unixd.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_unixd.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -204,7 +204,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_unixd.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_unixd.html.tr.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_unixd.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_unixd.html.tr.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -210,7 +210,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> alt?nda lisansl?d?r.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> alt?nda lisansl?d?r.</p>
<p class="menu"><a href="../mod/">Modüller</a> | <a href="../mod/quickreference.html">Yönergeler</a> | <a href="http://wiki.apache.org/httpd/FAQ">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritas?</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_userdir.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_userdir.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_userdir.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_userdir.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -214,7 +214,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_userdir.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_userdir.html.ja.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_userdir.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_userdir.html.ja.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -210,7 +210,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />????? <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> ????????????????.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />????? <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> ????????????????.</p>
<p class="menu"><a href="../mod/">?????</a> | <a href="../mod/quickreference.html">???????</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">??</a> | <a href="../sitemap.html">??????</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_userdir.html.ko.euc-kr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_userdir.html.ko.euc-kr?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_userdir.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_userdir.html.ko.euc-kr [euc-kr] Mon Jun 7 17:08:50 2021
@@ -182,7 +182,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">??</a> | <a href="../mod/quickreference.html">????</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">??</a> | <a href="../sitemap.html">????</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_userdir.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_userdir.html.tr.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_userdir.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_userdir.html.tr.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -207,7 +207,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> alt?nda lisansl?d?r.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> alt?nda lisansl?d?r.</p>
<p class="menu"><a href="../mod/">Modüller</a> | <a href="../mod/quickreference.html">Yönergeler</a> | <a href="http://wiki.apache.org/httpd/FAQ">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritas?</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_usertrack.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_usertrack.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_usertrack.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_usertrack.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -295,7 +295,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_version.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_version.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_version.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_version.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -157,7 +157,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_version.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_version.html.ja.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_version.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_version.html.ja.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -155,7 +155,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />????? <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> ????????????????.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />????? <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> ????????????????.</p>
<p class="menu"><a href="../mod/">?????</a> | <a href="../mod/quickreference.html">???????</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">??</a> | <a href="../sitemap.html">??????</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_version.html.ko.euc-kr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_version.html.ko.euc-kr?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_version.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_version.html.ko.euc-kr [euc-kr] Mon Jun 7 17:08:50 2021
@@ -171,7 +171,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">??</a> | <a href="../mod/quickreference.html">????</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">??</a> | <a href="../sitemap.html">????</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_vhost_alias.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_vhost_alias.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_vhost_alias.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_vhost_alias.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -352,7 +352,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_vhost_alias.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_vhost_alias.html.tr.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_vhost_alias.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_vhost_alias.html.tr.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -326,7 +326,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> alt?nda lisansl?d?r.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> alt?nda lisansl?d?r.</p>
<p class="menu"><a href="../mod/">Modüller</a> | <a href="../mod/quickreference.html">Yönergeler</a> | <a href="http://wiki.apache.org/httpd/FAQ">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritas?</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_watchdog.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_watchdog.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_watchdog.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_watchdog.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -97,7 +97,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![.CDATA[.//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();

Modified: httpd/httpd/trunk/docs/manual/mod/mod_xml2enc.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_xml2enc.html.en.utf8?rev=1890574&r1=1890573&r2=1890574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_xml2enc.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_xml2enc.html.en.utf8 [utf-8] Mon Jun 7 17:08:50 2021
@@ -212,7 +212,7 @@ var comments_identifier = 'http://httpd.
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();