diff options
Diffstat (limited to 'docs')
231 files changed, 1506 insertions, 240 deletions
diff --git a/docs/manual/bind.html.en b/docs/manual/bind.html.en index 3b25dfc929..ee34b8efa0 100644 --- a/docs/manual/bind.html.en +++ b/docs/manual/bind.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Binding</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/bind.html"> en </a> | <a href="./ja/bind.html"> ja </a></p> +</div> + <p>Configuring Apache to listen on specific addresses and ports.</p> </div> <div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#overview">Overview</a></li> @@ -153,7 +157,9 @@ is set for an address and port that the server is not listening to, it cannot be accessed.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/bind.html"> en </a> | <a href="./ja/bind.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/bind.html.ja.jis b/docs/manual/bind.html.ja.jis index 4b66b7e940..a572f3ef45 100644 --- a/docs/manual/bind.html.ja.jis +++ b/docs/manual/bind.html.ja.jis @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="./">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>$B%P%$%s%I(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/bind.html"> en </a> | <a href="./ja/bind.html"> ja </a></p> +</div> + <p>Apache $B$,;HMQ$9$k%"%I%l%9$H%]!<%H$N@_Dj$r$7$^$9!#(B</p> </div> <div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#overview">$B35MW(B</a></li> @@ -169,7 +173,9 @@ $B@_Dj$5$l$F$7$^$&$H!"(B $B$=$l$K$O%"%/%;%9$G$-$J$$$H$$$&$3$H$KCm0U$7$F$/$@$5$$!#(B</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/bind.html"> en </a> | <a href="./ja/bind.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">$B%b%8%e!<%k(B</a> | <a href="./mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">$BMQ8l(B</a> | <a href="./sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/cgi_path.html.en b/docs/manual/cgi_path.html.en index b23a6f23fd..531f528b95 100644 --- a/docs/manual/cgi_path.html.en +++ b/docs/manual/cgi_path.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>PATH_INFO Changes in the CGI Environment</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/cgi_path.html"> en </a> | <a href="./ja/cgi_path.html"> ja </a></p> +</div> + <p>As implemented in Apache 1.1.1 and earlier versions, the method Apache used to create PATH_INFO in the CGI environment was counterintuitive, and could result in crashes in certain @@ -99,7 +103,9 @@ the CGI/1.1 specification, including all versions of Apache.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/cgi_path.html"> en </a> | <a href="./ja/cgi_path.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/cgi_path.html.ja.jis b/docs/manual/cgi_path.html.ja.jis index 6bab667379..6e12bd9109 100644 --- a/docs/manual/cgi_path.html.ja.jis +++ b/docs/manual/cgi_path.html.ja.jis @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="./">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>CGI $B4D6-$G$N(B PATH_INFO $B$NJQ99(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/cgi_path.html"> en </a> | <a href="./ja/cgi_path.html"> ja </a></p> +</div> + <p>Apache 1.1.1 $B$*$h$S$=$l0JA0$N%P!<%8%g%s$G<BAu$5$l$F$$$?(B CGI $B4D6-$G(B PATH_INFO $B$r:n@.$9$kJ}K!$OD>4QE*$G$J$/!"(B $B>l9g$K$h$C$F$O%/%i%C%7%e$9$k$3$H$b$"$j$^$7$?!#(B @@ -99,7 +103,9 @@ CGI/1.1 $B$r%5%]!<%H$9$k$9$Y$F$N%5!<%P$GF0:n$9$k$3$H$,$G$-$^$9!#(B </p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/cgi_path.html"> en </a> | <a href="./ja/cgi_path.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">$B%b%8%e!<%k(B</a> | <a href="./mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">$BMQ8l(B</a> | <a href="./sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/configuring.html.en b/docs/manual/configuring.html.en index ffad6f9901..47aa265095 100644 --- a/docs/manual/configuring.html.en +++ b/docs/manual/configuring.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Configuration Files</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/configuring.html"> en </a> | <a href="./ja/configuring.html"> ja </a></p> +</div> + <p>This document describes the files used to configure the Apache HTTP server.</p> </div> @@ -149,7 +153,9 @@ HTTP server.</p> <p>For more information on <code>.htaccess</code> files, see the <a href="howto/htaccess.html">.htaccess tutorial</a>.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/configuring.html"> en </a> | <a href="./ja/configuring.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/configuring.html.ja.jis b/docs/manual/configuring.html.ja.jis index 8a37c2e8f1..84452410c9 100644 --- a/docs/manual/configuring.html.ja.jis +++ b/docs/manual/configuring.html.ja.jis @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="./">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>$B@_Dj%U%!%$%k(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/configuring.html"> en </a> | <a href="./ja/configuring.html"> ja </a></p> +</div> + <p>$B$3$NJ8=q$G$O!"(BApache HTTP $B%5!<%P$r@_Dj$9$k$N$K;HMQ$9$k%U%!%$%k$K$D$$$F(B $B5-=R$7$F$$$^$9!#(B</p> </div> @@ -151,7 +155,9 @@ <a href="howto/htaccess.html">.htaccess $B%A%e!<%H%j%"%k(B</a> $B$r;2>H$7$F$/$@$5$$!#(B</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/configuring.html"> en </a> | <a href="./ja/configuring.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">$B%b%8%e!<%k(B</a> | <a href="./mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">$BMQ8l(B</a> | <a href="./sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/content-negotiation.html.en b/docs/manual/content-negotiation.html.en index 6e48c23923..e4e32cbc8a 100644 --- a/docs/manual/content-negotiation.html.en +++ b/docs/manual/content-negotiation.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Content Negotiation</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/content-negotiation.html"> en </a> | <a href="./ja/content-negotiation.html"> ja </a></p> +</div> + <p>Apache's supports content negotiation as described in the HTTP/1.1 specification. It can choose the best @@ -646,7 +650,9 @@ decimal places before choosing the best variant.</p> Negotiation Notes</a>. But note that this document may not be updated to include changes in Apache 2.0.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/content-negotiation.html"> en </a> | <a href="./ja/content-negotiation.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/content-negotiation.html.ja.jis b/docs/manual/content-negotiation.html.ja.jis index 71212c22bf..e2ec65fbf1 100644 --- a/docs/manual/content-negotiation.html.ja.jis +++ b/docs/manual/content-negotiation.html.ja.jis @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="./">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>$B%3%s%F%s%H%M%4%7%(!<%7%g%s(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/content-negotiation.html"> en </a> | <a href="./ja/content-negotiation.html"> ja </a></p> +</div> + <p>Apache $B$O(B HTTP/1.1 $B$N5,3J$K5-=R$5$l$F$$$k%3%s%F%s%H%M%4%7%(!<%7%g%s$r(B $B%5%]!<%H$7$F$$$^$9!#(B @@ -698,7 +702,9 @@ RVSA/1.0 $B$N<BAu$G$O!":GE,$J(B variant $B$,8+$D$+$k$^$G!"(B Apache 2.0 $B$G$NJQ99E@$r4^$`$?$a$K$O99?7$5$l$F$$$J$$$+$b$7$l$J$$(B $B$H$$$&$3$H$KCm0U$7$F$/$@$5$$!#(B</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/content-negotiation.html"> en </a> | <a href="./ja/content-negotiation.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">$B%b%8%e!<%k(B</a> | <a href="./mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">$BMQ8l(B</a> | <a href="./sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/custom-error.html.en b/docs/manual/custom-error.html.en index 48703f3a15..155f85c3a2 100644 --- a/docs/manual/custom-error.html.en +++ b/docs/manual/custom-error.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Custom Error Responses</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/custom-error.html"> en </a> | <a href="./ja/custom-error.html"> ja </a></p> +</div> + <p>Additional functionality allows webmasters to configure the response of Apache to some error or problem.</p> @@ -186,7 +190,9 @@ have no effect.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/custom-error.html"> en </a> | <a href="./ja/custom-error.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/custom-error.html.ja.jis b/docs/manual/custom-error.html.ja.jis index 396c2cad3d..d3f59843a4 100644 --- a/docs/manual/custom-error.html.ja.jis +++ b/docs/manual/custom-error.html.ja.jis @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="./">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>$B%+%9%?%`%(%i!<%l%9%]%s%9(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/custom-error.html"> en </a> | <a href="./ja/custom-error.html"> ja </a></p> +</div> + <p>$B%&%'%V%^%9%?!<$,2?$i$+$N%(%i!<$dLdBj$KBP$9$k(B Apache $B$NH?1~$r@_Dj$G$-$k$h$&$K$9$kDI2C5!G=$rDs6!$7$^$9!#(B</p> @@ -179,7 +183,9 @@ $BBe$o$j$KFCDj$N%3!<%I$H%(%i!<%F%-%9%H$r;HMQ$9$k$3$H$,$G$-$^$9!#(B</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/custom-error.html"> en </a> | <a href="./ja/custom-error.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">$B%b%8%e!<%k(B</a> | <a href="./mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">$BMQ8l(B</a> | <a href="./sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/developer/debugging.html.en b/docs/manual/developer/debugging.html.en index 2ff5e4b436..5c6185d31e 100644 --- a/docs/manual/developer/debugging.html.en +++ b/docs/manual/developer/debugging.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Debugging Memory Allocation in APR</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/developer/debugging.html"> en </a></p> +</div> + <p>The allocation mechanism's within APR have a number of debugging modes that can be used to assist in finding memory problems. This document describes the modes available and gives instructions on activating @@ -184,7 +188,9 @@ be rebuilt after editing the header file.</p> </div> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/developer/debugging.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/developer/documenting.html.en b/docs/manual/developer/documenting.html.en index 012f524091..61dd5f3410 100644 --- a/docs/manual/developer/documenting.html.en +++ b/docs/manual/developer/documenting.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Documenting Apache 2.0</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/developer/documenting.html"> en </a></p> +</div> + <p>Apache 2.0 uses <a href="http://www.doxygen.org/">Doxygen</a> to document the APIs and global variables in the the code. This will explain the basics of how to document using Doxygen.</p> @@ -72,7 +76,9 @@ <p>For a further discussion of the possibilities please refer to <a href="http://www.doxygen.org/">the Doxygen site</a>.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/developer/documenting.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/developer/filters.html.en b/docs/manual/developer/filters.html.en index 41b1a7a9c3..da1a401ad4 100644 --- a/docs/manual/developer/filters.html.en +++ b/docs/manual/developer/filters.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>How filters work in Apache 2.0</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/developer/filters.html"> en </a></p> +</div> + <div class="warning"><h3>Warning</h3> <p>This is a cut 'n paste job from an email (<022501c1c529$f63a9550$7f00000a@KOJ>) and only reformatted for @@ -198,7 +202,9 @@ Default_handler --> sub_request_core <code>CORE_IN</code> filters. That would make the code easier to follow.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/developer/filters.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/developer/hooks.html.en b/docs/manual/developer/hooks.html.en index 0152d375fe..216d9e1eca 100644 --- a/docs/manual/developer/hooks.html.en +++ b/docs/manual/developer/hooks.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Apache 2.0 Hook Functions</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/developer/hooks.html"> en </a></p> +</div> + <div class="warning"><h3>Warning</h3> <p>This document is still in development and may be partially out of date.</p> @@ -227,7 +231,9 @@ <p class="cite"><cite>Ben Laurie</cite>, 15th August 1999</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/developer/hooks.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/developer/index.html.en b/docs/manual/developer/index.html.en index 1e271ad9cc..ad15a4afba 100644 --- a/docs/manual/developer/index.html.en +++ b/docs/manual/developer/index.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="../"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Developer Documentation for Apache 2.0</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/developer/"> en </a></p> +</div> + <p>Many of the documents on these Developer pages are lifted from Apache 1.3's documentation. While they are all being updated to Apache 2.0, they are in different stages of @@ -61,7 +65,9 @@ Apache module development by Ryan Bloom</a></li> </ul> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/developer/"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/developer/modules.html.en b/docs/manual/developer/modules.html.en index 620d1cda04..c6b6605ae2 100644 --- a/docs/manual/developer/modules.html.en +++ b/docs/manual/developer/modules.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Converting Modules from Apache 1.3 to Apache 2.0</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/developer/modules.html"> en </a> | <a href="../ja/developer/modules.html"> ja </a></p> +</div> + <p>This is a first attempt at writing the lessons I learned when trying to convert the <code>mod_mmap_static</code> module to Apache 2.0. It's by no means definitive and probably won't even be @@ -259,7 +263,9 @@ module MODULE_VAR_EXPORT <var>module_name</var>_module = </dl> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/developer/modules.html"> en </a> | <a href="../ja/developer/modules.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/developer/request.html.en b/docs/manual/developer/request.html.en index 4dafd8de3e..9f0cc83373 100644 --- a/docs/manual/developer/request.html.en +++ b/docs/manual/developer/request.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Request Processing in Apache 2.0</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/developer/request.html"> en </a></p> +</div> + <div class="warning"><h3>Warning</h3> <p>Warning - this is a first (fast) draft that needs further revision!</p> @@ -248,7 +252,9 @@ case SATISFY_ANY: resources as required.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/developer/request.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/developer/thread_safety.html.en b/docs/manual/developer/thread_safety.html.en index 87be5ec37f..60d874001e 100644 --- a/docs/manual/developer/thread_safety.html.en +++ b/docs/manual/developer/thread_safety.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Developer Documentation</a></div><div id="page-content"><div id="preamble"><h1>Apache 2.0 Thread Safety Issues</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/developer/thread_safety.html"> en </a></p> +</div> + <p>When using any of the threaded mpms in Apache 2.0 it is important that every function called from Apache be thread safe. When linking in 3rd party extensions it can be difficult to determine whether the resulting @@ -273,7 +277,9 @@ use libc's calloc/free which are thread-safe.</td></tr> </table> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/developer/thread_safety.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/dns-caveats.html.en b/docs/manual/dns-caveats.html.en index ae56d8ea0f..4e2d7fd4b8 100644 --- a/docs/manual/dns-caveats.html.en +++ b/docs/manual/dns-caveats.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Issues Regarding DNS and Apache</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/dns-caveats.html"> en </a> | <a href="./ja/dns-caveats.html"> ja </a></p> +</div> + <p>This page could be summarized with the statement: don't require Apache to use DNS for any parsing of the configuration files. If Apache has to use DNS to parse the configuration files then your server may be subject @@ -221,7 +225,9 @@ been deployed widely enough to be put into use on critical webservers.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/dns-caveats.html"> en </a> | <a href="./ja/dns-caveats.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/dns-caveats.html.ja.jis b/docs/manual/dns-caveats.html.ja.jis index befc689246..f16471b87f 100644 --- a/docs/manual/dns-caveats.html.ja.jis +++ b/docs/manual/dns-caveats.html.ja.jis @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="./">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>DNS $B$H(B Apache $B$K$^$D$o$kCm0U;v9`(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/dns-caveats.html"> en </a> | <a href="./ja/dns-caveats.html"> ja </a></p> +</div> + <p>$BK\J8=q$NFbMF$O<!$N0l8@$K?T$-$^$9!#!V(BApache $B$,@_Dj%U%!%$%k$rFI$_9~$`$H$-$K(B DNS $B$r;HMQ$9$kI,MW$,$J$$$h$&$K$7$F2<$5$$!W!#(BApache $B$,@_Dj%U%!%$%k$r(B $BFI$_9~$`$H$-$K(B DNS $B$r;HMQ$9$kI,MW$,$"$k>l9g!"?.Mj@-$NLdBj(B @@ -225,7 +229,9 @@ $B>&MQ%l%Y%k$N%&%'%V%5!<%P$G;HMQ$G$-$k$[$I$K$O!"(B $B$3$l$i$N5!G=$O9-$/3+H/$,?J$s$G$$$^$;$s!#(B</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/dns-caveats.html"> en </a> | <a href="./ja/dns-caveats.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">$B%b%8%e!<%k(B</a> | <a href="./mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">$BMQ8l(B</a> | <a href="./sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/dso.html.en b/docs/manual/dso.html.en index 1ba9330e03..915cb45eb8 100644 --- a/docs/manual/dso.html.en +++ b/docs/manual/dso.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Dynamic Shared Object (DSO) Support</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/dso.html"> en </a> | <a href="./ja/dso.html"> ja </a> | <a href="./ko/dso.html"> ko </a></p> +</div> + <p>The Apache HTTP Server is a modular program where the administrator can choose the functionality to include in the server by selecting a set of modules. The modules can be @@ -296,7 +300,9 @@ $ apxs -i -a -n foo mod_foo.la </ul> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/dso.html"> en </a> | <a href="./ja/dso.html"> ja </a> | <a href="./ko/dso.html"> ko </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/dso.html.ja.jis b/docs/manual/dso.html.ja.jis index a8464b1f3d..5f5078fcdc 100644 --- a/docs/manual/dso.html.ja.jis +++ b/docs/manual/dso.html.ja.jis @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="./">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>$BF0E*6&M-%*%V%8%'%/%H(B (DSO) $B%5%]!<%H(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/dso.html"> en </a> | <a href="./ja/dso.html"> ja </a> | <a href="./ko/dso.html"> ko </a></p> +</div> + <p>Apache HTTP $B%5!<%P$O%b%8%e!<%k2=$5$l$?%W%m%0%i%`$G!"(B $B4IM}<T$,%b%8%e!<%k$rA*Br$9$k$3$H$G%5!<%P$KAH$_9~$`5!G=$rA*$V$3$H$,$G$-$^$9!#(B $B%b%8%e!<%k$O%5!<%P$,%S%k%I$5$l$k$H$-$K(B <code>httpd</code> $B%P%$%J%j$K(B @@ -277,7 +281,9 @@ $ apxs -i -a -n foo mod_foo.la </ul> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/dso.html"> en </a> | <a href="./ja/dso.html"> ja </a> | <a href="./ko/dso.html"> ko </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">$B%b%8%e!<%k(B</a> | <a href="./mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">$BMQ8l(B</a> | <a href="./sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/env.html.en b/docs/manual/env.html.en index 63548e02e0..462cb55025 100644 --- a/docs/manual/env.html.en +++ b/docs/manual/env.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Environment Variables in Apache</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/env.html"> en </a> | <a href="./ja/env.html"> ja </a></p> +</div> + <p>The Apache HTTP Server provides a mechanism for storing information in named variables that are called <em>environment variables</em>. This information can be used to control various @@ -383,7 +387,9 @@ SetEnvIf Referer "^$" local_referal Keeping Your Images from Adorning Other Sites</a>".</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/env.html"> en </a> | <a href="./ja/env.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/env.html.ja.jis b/docs/manual/env.html.ja.jis index 87aaa3aaeb..36c8b02eb2 100644 --- a/docs/manual/env.html.ja.jis +++ b/docs/manual/env.html.ja.jis @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="./">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>Apache $B$N4D6-JQ?t(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/env.html"> en </a> | <a href="./ja/env.html"> ja </a></p> +</div> + <p>Apache HTTP $B%5!<%P$O(B<em>$B4D6-JQ?t(B</em>$B$H8F$P$l$k!"L>A0$N$D$$$?(B $BJQ?t$K>pJs$r5-21$9$k;EAH$_$rDs6!$7$F$$$^$9!#$3$N>pJs$O%m%0<}=8$d(B $B%"%/%;%9@)8f$J$I$N$$$m$$$m$JA`:n$r@)8f$9$k$?$a$K;H$&$3$H$,$G$-$^$9!#(B @@ -371,7 +375,9 @@ SetEnvIf Referer "^$" local_referal $B!W$r;2>H$7$F$/$@$5$$!#(B</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/env.html"> en </a> | <a href="./ja/env.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">$B%b%8%e!<%k(B</a> | <a href="./mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">$BMQ8l(B</a> | <a href="./sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/faq/all_in_one.html.en b/docs/manual/faq/all_in_one.html.en index e805d2a504..309522a799 100644 --- a/docs/manual/faq/all_in_one.html.en +++ b/docs/manual/faq/all_in_one.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>Frequently Asked Questions</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/faq/all_in_one.html"> en </a></p> +</div> + <p>The latest version of this FAQ is always available from the main Apache web site, at <<a href="http://httpd.apache.org/docs-2.1/faq/">http://httpd.apache.org/docs-2.1/faq/</a>>.</p> @@ -164,7 +168,9 @@ </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/faq/all_in_one.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/faq/error.html.en b/docs/manual/faq/error.html.en index fff4e3519e..9a32c377d0 100644 --- a/docs/manual/faq/error.html.en +++ b/docs/manual/faq/error.html.en @@ -16,7 +16,11 @@ <img alt="" src="../images/feather.gif" /></div> <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> -<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>Error Messages - Frequently Asked Questions</h1></div> +<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>Error Messages - Frequently Asked Questions</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/faq/error.html"> en </a></p> +</div> +</div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> <h2><a name="error" id="error">Error Messages</a></h2> @@ -47,7 +51,9 @@ </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/faq/error.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/faq/index.html.en b/docs/manual/faq/index.html.en index 605ed24414..6e14c892cc 100644 --- a/docs/manual/faq/index.html.en +++ b/docs/manual/faq/index.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="../"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Frequently Asked Questions</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/faq/"> en </a></p> +</div> + <p>The latest version of this FAQ is always available from the main Apache web site, at <<a href="http://httpd.apache.org/docs-2.1/faq/">http://httpd.apache.org/docs-2.1/faq/</a>>. In addition, you can view this FAQ <a href="all_in_one.html">all in one page</a> for easy searching @@ -33,7 +37,9 @@ <dl><dt><a href="support.html">Support</a></dt><dd>What do I do when I have problems?</dd> <dt><a href="error.html">Error Messages</a></dt><dd>What does this error message mean?</dd> </dl></div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/faq/"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/faq/support.html.en b/docs/manual/faq/support.html.en index 64f2bdefcb..860c204a9f 100644 --- a/docs/manual/faq/support.html.en +++ b/docs/manual/faq/support.html.en @@ -16,7 +16,11 @@ <img alt="" src="../images/feather.gif" /></div> <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> -<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>Support - Frequently Asked Questions</h1></div> +<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">FAQ</a></div><div id="page-content"><div id="preamble"><h1>Support - Frequently Asked Questions</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/faq/support.html"> en </a></p> +</div> +</div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> <h2><a name="support" id="support">Support</a></h2> @@ -118,7 +122,9 @@ companies</a>.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/faq/support.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/filter.html.en b/docs/manual/filter.html.en index 00c8261de7..eb3c6cf1a3 100644 --- a/docs/manual/filter.html.en +++ b/docs/manual/filter.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Filters</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/filter.html"> en </a> | <a href="./ja/filter.html"> ja </a></p> +</div> + <p>This document describes the use of filters in Apache.</p> </div> <div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> @@ -60,7 +64,9 @@ <p>In addition, the module <code class="module"><a href="./mod/mod_ext_filter.html">mod_ext_filter</a></code> allows for external programs to be defined as filters.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/filter.html"> en </a> | <a href="./ja/filter.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/filter.html.ja.jis b/docs/manual/filter.html.ja.jis index 23ec9946a3..cf12e95860 100644 --- a/docs/manual/filter.html.ja.jis +++ b/docs/manual/filter.html.ja.jis @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="./">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>$B%U%#%k%?(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/filter.html"> en </a> | <a href="./ja/filter.html"> ja </a></p> +</div> + <p>Apache $B$G$N%U%#%k%?$N;H$$J}$K$D$$$F5-=R$7$F$$$^$9!#(B</p> </div> <div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> @@ -60,7 +64,9 @@ <p>$B$^$?!"(B<code class="module"><a href="./mod/mod_ext_filter.html">mod_ext_filter</a></code> $B%b%8%e!<%k$G(B $B30It%W%m%0%i%`$r%U%#%k%?$H$7$F;XDj$9$k$3$H$,$G$-$^$9!#(B</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/filter.html"> en </a> | <a href="./ja/filter.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">$B%b%8%e!<%k(B</a> | <a href="./mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">$BMQ8l(B</a> | <a href="./sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/glossary.html.en b/docs/manual/glossary.html.en index 1c1a53d9f9..661d8baabd 100644 --- a/docs/manual/glossary.html.en +++ b/docs/manual/glossary.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Glossary</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/glossary.html"> en </a></p> +</div> + <p>This glossary defines some of the common terminology related to Apache in particular, and web serving in general. More information on each concept is provided in the links.</p> @@ -337,7 +341,9 @@ scheme recommended by the International Telecommunication Union </dl> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/glossary.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/handler.html.en b/docs/manual/handler.html.en index 6e1ca0f58e..87e50497e8 100644 --- a/docs/manual/handler.html.en +++ b/docs/manual/handler.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Apache's Handler Use</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/handler.html"> en </a> | <a href="./ja/handler.html"> ja </a></p> +</div> + <p>This document describes the use of Apache's Handlers.</p> </div> <div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#definition">What is a Handler</a></li> @@ -135,7 +139,9 @@ handlers is to use a dash-separated word, with no slashes, so as to not invade the media type name-space.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/handler.html"> en </a> | <a href="./ja/handler.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/handler.html.ja.jis b/docs/manual/handler.html.ja.jis index 276db6e186..2a63161b46 100644 --- a/docs/manual/handler.html.ja.jis +++ b/docs/manual/handler.html.ja.jis @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="./">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>Apache $B$N%O%s%I%i$N;HMQ(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/handler.html"> en </a> | <a href="./ja/handler.html"> ja </a></p> +</div> + <p>Apache $B$N%O%s%I%i$N;HMQ$K4X$7$F5-=R$7$F$$$^$9!#(B</p> </div> <div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#definition">$B%O%s%I%i$H$O(B</a></li> @@ -139,7 +143,9 @@ $B$NL>A06u4V$r?/$5$J$$$h$&$K!"%O%s%I%i$NL>A0$K$O%9%i%C%7%e$r4^$^$J$$!"(B $B%@%C%7%e(B ($BLuCm(B: "-") $B$GJ,N%$5$l$?L>A0$rIU$1$k=,47$K$J$C$F$$$^$9!#(B</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/handler.html"> en </a> | <a href="./ja/handler.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">$B%b%8%e!<%k(B</a> | <a href="./mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">$BMQ8l(B</a> | <a href="./sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en index c52219b9d3..92937539c5 100644 --- a/docs/manual/howto/auth.html.en +++ b/docs/manual/howto/auth.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>Authentication, Authorization and Access Control</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/howto/auth.html"> en </a> | <a href="../ja/howto/auth.html"> ja </a></p> +</div> + <p>Authentication is any process by which you verify that someone is who they claim they are. Authorization is any process by which someone is allowed to be where they want to @@ -336,7 +340,9 @@ do?</a></h2> <code class="module"><a href="../mod/mod_auth_basic.html">mod_auth_basic</a></code> and <code class="module"><a href="../mod/mod_authz_host.html">mod_authz_host</a></code> which contain some more information about how this all works.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/howto/auth.html"> en </a> | <a href="../ja/howto/auth.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/howto/cgi.html.en b/docs/manual/howto/cgi.html.en index 06ca065cd7..95514e6634 100644 --- a/docs/manual/howto/cgi.html.en +++ b/docs/manual/howto/cgi.html.en @@ -16,7 +16,11 @@ <img alt="" src="../images/feather.gif" /></div> <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> -<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>Apache Tutorial: Dynamic Content with CGI</h1></div> +<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>Apache Tutorial: Dynamic Content with CGI</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/howto/cgi.html"> en </a> | <a href="../ja/howto/cgi.html"> ja </a></p> +</div> +</div> <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#intro">Introduction</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#configuring">Configuring Apache to permit CGI</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#writing">Writing a CGI program</a></li> @@ -488,7 +492,9 @@ be posted to the Apache bug database unless you are sure you have found a problem in the Apache source code.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/howto/cgi.html"> en </a> | <a href="../ja/howto/cgi.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/howto/cgi.html.ja.jis b/docs/manual/howto/cgi.html.ja.jis index 77b5794fca..204946b247 100644 --- a/docs/manual/howto/cgi.html.ja.jis +++ b/docs/manual/howto/cgi.html.ja.jis @@ -16,7 +16,11 @@ <img alt="" src="../images/feather.gif" /></div> <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> -<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>Apache Tutorial: CGI $B$K$h$kF0E*%3%s%F%s%D(B</h1></div> +<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>Apache Tutorial: CGI $B$K$h$kF0E*%3%s%F%s%D(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/howto/cgi.html"> en </a> | <a href="../ja/howto/cgi.html"> ja </a></p> +</div> +</div> <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#intro">$B$O$8$a$K(B</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#configuring">CGI $B$r5v2D$9$k$h$&$K(B Apache $B$r@_Dj$9$k(B</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#writing">CGI $B%W%m%0%i%`$r=q$/(B</a></li> @@ -461,7 +465,9 @@ $B%P%0%G!<%?%Y!<%9$K(B<strong>$BAw$k$Y$-$G$J$$(B</strong> $B$3$H$KCmL\$7$F$/$@$5$$!#(B</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/howto/cgi.html"> en </a> | <a href="../ja/howto/cgi.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/howto/htaccess.html.en b/docs/manual/howto/htaccess.html.en index a24491317e..32f611a194 100644 --- a/docs/manual/howto/htaccess.html.en +++ b/docs/manual/howto/htaccess.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>Apache Tutorial: .htaccess files</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/howto/htaccess.html"> en </a></p> +</div> + <p><code>.htaccess</code> files provide a way to make configuration changes on a per-directory basis.</p> </div> @@ -339,7 +343,9 @@ changes on a per-directory basis.</p> which you will then need to fix.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/howto/htaccess.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/howto/index.html.en b/docs/manual/howto/index.html.en index a4a378338b..5bfeff79dd 100644 --- a/docs/manual/howto/index.html.en +++ b/docs/manual/howto/index.html.en @@ -16,7 +16,11 @@ <img alt="" src="../images/feather.gif" /></div> <div class="up"><a href="../"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> -<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>How-To / Tutorials</h1></div> +<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>How-To / Tutorials</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/howto/"> en </a></p> +</div> +</div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> <h2><a name="howto" id="howto">How-To / Tutorials</a></h2> @@ -89,7 +93,9 @@ </dl> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/howto/"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/howto/public_html.html.en b/docs/manual/howto/public_html.html.en index ab6b4e7d8b..6410da7a97 100644 --- a/docs/manual/howto/public_html.html.en +++ b/docs/manual/howto/public_html.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>Per-user web directories</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/howto/public_html.html"> en </a></p> +</div> + <p>On systems with multiple users, each user can be permitted to have a web site in their home directory using the <code class="directive"><a href="../mod/mod_userdir.html#userdir">UserDir</a></code> directive. Visitors to a URL <code>http://example.com/~username/</code> will get content @@ -137,7 +141,9 @@ additional details on how this works.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/howto/public_html.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/howto/ssi.html.en b/docs/manual/howto/ssi.html.en index 74ca0fa0d5..5d23947b7f 100644 --- a/docs/manual/howto/ssi.html.en +++ b/docs/manual/howto/ssi.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>Apache Tutorial: Introduction to Server Side Includes</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/howto/ssi.html"> en </a> | <a href="../ja/howto/ssi.html"> ja </a></p> +</div> + <p>Server-side includes provide a means to add dynamic content to existing HTML documents.</p> </div> @@ -471,7 +475,9 @@ modified?</a></h3> great way to add small amounts of dynamic content to pages, without doing a lot of extra work.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/howto/ssi.html"> en </a> | <a href="../ja/howto/ssi.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/howto/ssi.html.ja.jis b/docs/manual/howto/ssi.html.ja.jis index d52743e05e..2f4d14baba 100644 --- a/docs/manual/howto/ssi.html.ja.jis +++ b/docs/manual/howto/ssi.html.ja.jis @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>Apache $B%A%e!<%H%j%"%k(B: Server Side Includes $BF~Lg(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/howto/ssi.html"> en </a> | <a href="../ja/howto/ssi.html"> ja </a></p> +</div> + <p>$B%5!<%P%5%$%I%$%s%/%k!<%I$K$h$C$F!"4{B8$N(B HTML $B%I%-%e%a%s%H$KF0E*$J%3%s%F%s%D$rDI2C$9$k$3$H$,$G$-$^$9!#(B</p> </div> @@ -465,7 +469,9 @@ $B$7$+$7!"$?$/$5$s$NM>J,$J:n6H$r$;$:$K!"(B $B>/NL$NF0E*$J%3%s%F%s%D$r2C$($k$K$O$9$0$l$?J}K!$G$9!#(B</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/howto/ssi.html"> en </a> | <a href="../ja/howto/ssi.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/index.html.de b/docs/manual/index.html.de index 5e19fe29ef..9df73e86cc 100644 --- a/docs/manual/index.html.de +++ b/docs/manual/index.html.de @@ -19,6 +19,9 @@ <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP-Server</a> > <a href="http://httpd.apache.org/docs-project/">Dokumentation</a></div> <div id="page-content"><h1>Dokumentation zum Apache HTTP Server Version 2.1</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./de/"> de </a> | <a href="./en/"> en </a> | <a href="./fr/"> fr </a> | <a href="./ja/"> ja </a> | <a href="./ko/"> ko </a></p> +</div> <form method="get" action="http://www.google.com/search"><p><input name="as_q" value="" type="text" /> <input value="Google-Suche" type="submit" /><input value="10" name="num" type="hidden" /><input value="de" name="hl" type="hidden" /><input value="ISO-8859-1" name="ie" type="hidden" /><input value="Google Search" name="btnG" type="hidden" /><input name="as_epq" value="Apache 2.0" type="hidden" /><input name="as_oq" value="" type="hidden" /><input name="as_eq" value=""List-Post"" type="hidden" /><input value="" name="lr" type="hidden" /><input value="i" name="as_ft" type="hidden" /><input value="" name="as_filetype" type="hidden" /><input value="all" name="as_qdr" type="hidden" /><input value="any" name="as_occt" type="hidden" /><input value="i" name="as_dt" type="hidden" /><input value="httpd.apache.org" name="as_sitesearch" type="hidden" /><input value="off" name="safe" type="hidden" /></p></form> <table id="indextable"><tr><td class="col1"><div class="category"><h2><a name="release" id="release">Hinweise zur Version</a></h2> <ul><li><a href="new_features_2_0.html">Neue Funktionen in Version 2.0</a></li> @@ -77,7 +80,9 @@ <li><a href="misc/">Sonstiges</a></li> </ul> </div></td></tr></table></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./de/"> de </a> | <a href="./en/"> en </a> | <a href="./fr/"> fr </a> | <a href="./ja/"> ja </a> | <a href="./ko/"> ko </a></p> +</div><div id="footer"> <p class="apache">Gepflegt durch das <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Module</a> | <a href="./mod/directives.html">Direktiven</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossar</a> | <a href="./sitemap.html">Seitenindex</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/index.html.en b/docs/manual/index.html.en index f09f0088ca..e5b9800391 100644 --- a/docs/manual/index.html.en +++ b/docs/manual/index.html.en @@ -19,6 +19,9 @@ <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a></div> <div id="page-content"><h1>Apache HTTP Server Version 2.1 Documentation</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./de/"> de </a> | <a href="./en/"> en </a> | <a href="./fr/"> fr </a> | <a href="./ja/"> ja </a> | <a href="./ko/"> ko </a></p> +</div> <form method="get" action="http://www.google.com/search"><p><input name="as_q" value="" type="text" /> <input value="Google Search" type="submit" /><input value="10" name="num" type="hidden" /><input value="en" name="hl" type="hidden" /><input value="ISO-8859-1" name="ie" type="hidden" /><input value="Google Search" name="btnG" type="hidden" /><input name="as_epq" value="Apache 2.0" type="hidden" /><input name="as_oq" value="" type="hidden" /><input name="as_eq" value=""List-Post"" type="hidden" /><input value="" name="lr" type="hidden" /><input value="i" name="as_ft" type="hidden" /><input value="" name="as_filetype" type="hidden" /><input value="all" name="as_qdr" type="hidden" /><input value="any" name="as_occt" type="hidden" /><input value="i" name="as_dt" type="hidden" /><input value="httpd.apache.org" name="as_sitesearch" type="hidden" /><input value="off" name="safe" type="hidden" /></p></form> <table id="indextable"><tr><td class="col1"><div class="category"><h2><a name="release" id="release">Release Notes</a></h2> <ul><li><a href="new_features_2_0.html">New features with Apache 2.0</a></li> @@ -76,7 +79,9 @@ <li><a href="misc/">Other Notes</a></li> </ul> </div></td></tr></table></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./de/"> de </a> | <a href="./en/"> en </a> | <a href="./fr/"> fr </a> | <a href="./ja/"> ja </a> | <a href="./ko/"> ko </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/install.html.de b/docs/manual/install.html.de index 52bbec9c1f..35691a95c3 100644 --- a/docs/manual/install.html.de +++ b/docs/manual/install.html.de @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP-Server</a> > <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Kompilieren und Installieren</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./de/install.html"> de </a> | <a href="./en/install.html"> en </a> | <a href="./ja/install.html"> ja </a> | <a href="./ko/install.html"> ko </a></p> +</div> + <p>Dieses Dokument umfaъt nur die Kompilierung und Installation des Apache auf Unix und Unix-Дhnlichen Systemen. FЭr die Kompilierung und Installation unter Windows lesen Sie bitte <a href="platform/windows.html">Den Apache unter Microsoft Windows @@ -625,7 +629,9 @@ <div class="example"><p><code>$ <em>PREFIX</em>/bin/apachectl stop</code></p></div> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./de/install.html"> de </a> | <a href="./en/install.html"> en </a> | <a href="./ja/install.html"> ja </a> | <a href="./ko/install.html"> ko </a></p> +</div><div id="footer"> <p class="apache">Gepflegt durch das <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Module</a> | <a href="./mod/directives.html">Direktiven</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossar</a> | <a href="./sitemap.html">Seitenindex</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index 7391ddce8c..fd3fa345ef 100644 --- a/docs/manual/install.html.en +++ b/docs/manual/install.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Compiling and Installing</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./de/install.html"> de </a> | <a href="./en/install.html"> en </a> | <a href="./ja/install.html"> ja </a> | <a href="./ko/install.html"> ko </a></p> +</div> + <p>This document covers compilation and installation of Apache on Unix and Unix-like systems only. For compiling and @@ -591,7 +595,9 @@ separated by a colon.</dd> <div class="example"><p><code>$ <em>PREFIX</em>/bin/apachectl stop</code></p></div> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./de/install.html"> de </a> | <a href="./en/install.html"> en </a> | <a href="./ja/install.html"> ja </a> | <a href="./ko/install.html"> ko </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/install.html.ja.jis b/docs/manual/install.html.ja.jis index 14ea1216cb..e4759994d9 100644 --- a/docs/manual/install.html.ja.jis +++ b/docs/manual/install.html.ja.jis @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="./">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>$B%3%s%Q%$%k$H%$%s%9%H!<%k(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./de/install.html"> de </a> | <a href="./en/install.html"> en </a> | <a href="./ja/install.html"> ja </a> | <a href="./ko/install.html"> ko </a></p> +</div> + <p>$B$3$NJ8=q$G07$&HO0O$O!"(BUnix $B$d(B Unix $B$KN`;w$7$?%7%9%F%`$G$N(B Apache $B$N%3%s%Q%$%k$H%$%s%9%H!<%k$G$9!#(B Windows $B$K$*$1$k(B @@ -603,7 +607,9 @@ <div class="example"><p><code>$ <em>PREFIX</em>/bin/apachectl stop</code></p></div> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./de/install.html"> de </a> | <a href="./en/install.html"> en </a> | <a href="./ja/install.html"> ja </a> | <a href="./ko/install.html"> ko </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">$B%b%8%e!<%k(B</a> | <a href="./mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">$BMQ8l(B</a> | <a href="./sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/invoking.html.de b/docs/manual/invoking.html.de index 9916c794d6..5e28108eab 100644 --- a/docs/manual/invoking.html.de +++ b/docs/manual/invoking.html.de @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP-Server</a> > <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Apache starten</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./de/invoking.html"> de </a> | <a href="./en/invoking.html"> en </a> | <a href="./ja/invoking.html"> ja </a></p> +</div> + <p>Unter Windows lДuft der Apache Эblicherweise als Dienst (Windows NT, 2000 und XP) oder als Konsolenanwendung (Windows 9x und ME). FЭr Einzelheiten lesen Sie bitte <a href="platform/windows.html#winsvc">Apache als Dienst betreiben</a> @@ -131,7 +135,9 @@ aller in der Apache-Distribution enthaltenen <a href="mod/">Module</a> und der von ihnen bereitgestellten <a href="mod/directives.html">Direktiven</a>.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./de/invoking.html"> de </a> | <a href="./en/invoking.html"> en </a> | <a href="./ja/invoking.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Gepflegt durch das <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Module</a> | <a href="./mod/directives.html">Direktiven</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossar</a> | <a href="./sitemap.html">Seitenindex</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/invoking.html.en b/docs/manual/invoking.html.en index 41907b248d..1512063c0a 100644 --- a/docs/manual/invoking.html.en +++ b/docs/manual/invoking.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Starting Apache</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./de/invoking.html"> de </a> | <a href="./en/invoking.html"> en </a> | <a href="./ja/invoking.html"> ja </a></p> +</div> + <p>On Windows, Apache is normally run as a service on Windows NT, 2000 and XP, or as a console application on Windows 9x and ME. For details, see <a href="platform/windows.html#winsvc">Running Apache as a Service</a> @@ -129,7 +133,9 @@ and the <a href="mod/directives.html">directives</a> that they provide.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./de/invoking.html"> de </a> | <a href="./en/invoking.html"> en </a> | <a href="./ja/invoking.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/invoking.html.ja.jis b/docs/manual/invoking.html.ja.jis index ad63aa9adc..18f0faf19e 100644 --- a/docs/manual/invoking.html.ja.jis +++ b/docs/manual/invoking.html.ja.jis @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="./">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>Apache $B$N5/F0(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./de/invoking.html"> de </a> | <a href="./en/invoking.html"> en </a> | <a href="./ja/invoking.html"> ja </a></p> +</div> + <p>Windows $B>e$G$O!"(BApache $B$ODL>o$O(B Windows NT, 2000, XP $B$G$O%5!<%S%9$H$7$F!"(BWindows 9x, ME $B$G$O%3%s%=!<%k%"%W%j%1!<%7%g%s$H$7$F<B9T$5$l$^$9!#(B @@ -140,7 +144,9 @@ $B$=$l$K$h$C$FDs6!$5$l$k(B<a href="mod/directives.html">$B%G%#%l%/%F%#%V(B</a> $B$N%I%-%e%a%s%H$b$"$j$^$9!#(B</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./de/invoking.html"> de </a> | <a href="./en/invoking.html"> en </a> | <a href="./ja/invoking.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">$B%b%8%e!<%k(B</a> | <a href="./mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">$BMQ8l(B</a> | <a href="./sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/license.html.en b/docs/manual/license.html.en index 2272426ff6..9a2b4610ff 100644 --- a/docs/manual/license.html.en +++ b/docs/manual/license.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>The Apache Software License, Version 1.1</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/license.html"> en </a></p> +</div> + <p>Copyright (c) 2000-2003 The Apache Software Foundation. All rights reserved.</p> @@ -76,7 +80,9 @@ University of Illinois, Urbana-Champaign.</p> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/license.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/logs.html.en b/docs/manual/logs.html.en index 0a03400b82..0e2368cfd2 100644 --- a/docs/manual/logs.html.en +++ b/docs/manual/logs.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Log Files</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/logs.html"> en </a> | <a href="./ja/logs.html"> ja </a></p> +</div> + <p>In order to effectively manage a web server, it is necessary to get feedback about the activity and performance of the server as well as any problems that may be occurring. The Apache @@ -567,7 +571,9 @@ is controlled by the <code class="directive"><a href="./mod/mod_rewrite.html#rewriteloglevel">RewriteLogLevel</a></code> directive.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/logs.html"> en </a> | <a href="./ja/logs.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/logs.html.ja.jis b/docs/manual/logs.html.ja.jis index 6ef291bcea..20a40361f6 100644 --- a/docs/manual/logs.html.ja.jis +++ b/docs/manual/logs.html.ja.jis @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="./">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>$B%m%0%U%!%$%k(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/logs.html"> en </a> | <a href="./ja/logs.html"> ja </a></p> +</div> + <p>$B%&%'%V%5!<%P$r8z2LE*$K4IM}$9$k$?$a$K$O!"%5!<%P$N3hF0$d%Q%U%)!<%^%s%9!"(B $B:#H/@8$7$F$$$k$+$b$7$l$J$$LdBj$K4X$9$k%U%#!<%I%P%C%/$rF@$k$3$H$,I,MW$G$9!#(B Apache HTTP $B%5!<%P$K$OHs>o$KJq3gE*$G=@Fp$J%m%.%s%05!G=$,$"$j$^$9!#(B @@ -535,7 +539,9 @@ $B$G@)8f$G$-$^$9!#(B</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/logs.html"> en </a> | <a href="./ja/logs.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">$B%b%8%e!<%k(B</a> | <a href="./mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">$BMQ8l(B</a> | <a href="./sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/misc/index.html.en b/docs/manual/misc/index.html.en index 1fb7e547aa..bc6b41e95a 100644 --- a/docs/manual/misc/index.html.en +++ b/docs/manual/misc/index.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="../"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Apache Miscellaneous Documentation</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/misc/"> en </a></p> +</div> + <p>Below is a list of additional documentation pages that apply to the Apache web server development project.</p> @@ -58,7 +62,9 @@ </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/misc/"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/misc/perf-tuning.html.en b/docs/manual/misc/perf-tuning.html.en index 455b0dddb1..4e7cdf304f 100644 --- a/docs/manual/misc/perf-tuning.html.en +++ b/docs/manual/misc/perf-tuning.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Miscellaneous Documentation</a></div><div id="page-content"><div id="preamble"><h1>Apache Performance Tuning</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/misc/perf-tuning.html"> en </a></p> +</div> + <div class="warning"><h3>Warning:</h3> <p>This document has not been fully updated @@ -1048,7 +1052,9 @@ of the just-accepted connection.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/misc/perf-tuning.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/misc/rewriteguide.html.en b/docs/manual/misc/rewriteguide.html.en index 6f84fc3849..92c54ae04b 100644 --- a/docs/manual/misc/rewriteguide.html.en +++ b/docs/manual/misc/rewriteguide.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Miscellaneous Documentation</a></div><div id="page-content"><div id="preamble"><h1>URL Rewriting Guide</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/misc/rewriteguide.html"> en </a></p> +</div> + <div class="note"> <p>Originally written by<br /> <cite>Ralf S. Engelschall <rse@apache.org></cite><br /> @@ -2204,7 +2208,9 @@ while (<>) { </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/misc/rewriteguide.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/misc/security_tips.html.en b/docs/manual/misc/security_tips.html.en index 641dfb3106..40a01e911d 100644 --- a/docs/manual/misc/security_tips.html.en +++ b/docs/manual/misc/security_tips.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Miscellaneous Documentation</a></div><div id="page-content"><div id="preamble"><h1>Security Tips</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/misc/security_tips.html"> en </a></p> +</div> + <p>Some hints and tips on security issues in setting up a web server. Some of the suggestions will be general, others specific to Apache.</p> </div> @@ -336,7 +340,9 @@ </code></p></div> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/misc/security_tips.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/beos.html.en b/docs/manual/mod/beos.html.en index 2a632bd215..3604344e63 100644 --- a/docs/manual/mod/beos.html.en +++ b/docs/manual/mod/beos.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache MPM beos</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/beos.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>This Multi-Processing Module is optimized for BeOS.</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>MPM</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>mpm_beos_module</td></tr> @@ -89,7 +92,9 @@ will handle during its life</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/beos.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/core.html.de b/docs/manual/mod/core.html.de index d7dd7701f2..2d7c5ca11e 100644 --- a/docs/manual/mod/core.html.de +++ b/docs/manual/mod/core.html.de @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP-Server</a> > <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> > <a href="../">Version 2.1</a> > <a href="./">Module</a></div> <div id="page-content"> <div id="preamble"><h1>Apache-Kernfunktionen</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../de/mod/core.html"> de </a> | <a href="../en/mod/core.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Beschreibung:</a></th><td>StДndig verfЭgbare Kernfunktionen des Apache HTTP Servers</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Core</td></tr></table> @@ -3127,7 +3130,9 @@ IP-Adressen angewendet werden</td></tr> </ul> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../de/mod/core.html"> de </a> | <a href="../en/mod/core.html"> en </a></p> +</div><div id="footer"> <p class="apache">Gepflegt durch das <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Module</a> | <a href="../mod/directives.html">Direktiven</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossar</a> | <a href="../sitemap.html">Seitenindex</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index fa3c6b4ab3..417d701be5 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Core Features</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../de/mod/core.html"> de </a> | <a href="../en/mod/core.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Core Apache HTTP Server features that are always available</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Core</td></tr></table> @@ -2994,7 +2997,9 @@ hostname or IP address</td></tr> </ul> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../de/mod/core.html"> de </a> | <a href="../en/mod/core.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/directive-dict.html.en b/docs/manual/mod/directive-dict.html.en index 397215a6e9..e83de3a125 100644 --- a/docs/manual/mod/directive-dict.html.en +++ b/docs/manual/mod/directive-dict.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Terms Used to Describe Directives</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/directive-dict.html"> en </a> | <a href="../ja/mod/directive-dict.html"> ja </a></p> +</div> + <p>This document describes the terms that are used to describe each Apache <a href="directives.html">configuration directive</a>.</p> @@ -277,7 +281,9 @@ be listed here. In addition, if the directive is available only on certain platforms, it will be noted here.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/directive-dict.html"> en </a> | <a href="../ja/mod/directive-dict.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/directive-dict.html.ja.jis b/docs/manual/mod/directive-dict.html.ja.jis index 19965a8d87..bdb61eb7df 100644 --- a/docs/manual/mod/directive-dict.html.ja.jis +++ b/docs/manual/mod/directive-dict.html.ja.jis @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>$B%G%#%l%/%F%#%V$N2r@b$K;H$o$l$kMQ8l(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/directive-dict.html"> en </a> | <a href="../ja/mod/directive-dict.html"> ja </a></p> +</div> + <p>$B$3$NJ8=q$O3F(B Apache <a href="directives.html">$B@_Dj%G%#%l%/%F%#%V(B</a> $B$r@bL@$9$k$?$a$K;H$o$l$F$$$kMQ8l$r@bL@$7$^$9!#(B</p> </div> @@ -286,7 +290,9 @@ $B$^$?!"%G%#%l%/%F%#%V$,FCDj$N%W%i%C%H%U%)!<%`$K$N$_B8:_$9$k$H$-$b(B $B$3$3$K=q$+$l$F$$$^$9!#(B</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/directive-dict.html"> en </a> | <a href="../ja/mod/directive-dict.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de index d0ffce8e95..d0a1dfcf02 100644 --- a/docs/manual/mod/directives.html.de +++ b/docs/manual/mod/directives.html.de @@ -17,6 +17,9 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP-Server</a> > <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> > <a href="../">Version 2.1</a> > <a href="./">Module</a></div><div id="preamble"><h1>Verzeichnis der Direktiven</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../de/mod/directives.html"> de </a> | <a href="../en/mod/directives.html"> en </a> | <a href="../ja/mod/directives.html"> ja </a></p> +</div> <p> Hier sind alle Apache-Direktiven aufgefЭhrt, die in der @@ -380,7 +383,9 @@ <li><a href="mod_vhost_alias.html#virtualscriptaliasip">VirtualScriptAliasIP</a></li> <li><a href="mod_include.html#xbithack" id="X" name="X">XBitHack</a></li> </ul></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../de/mod/directives.html"> de </a> | <a href="../en/mod/directives.html"> en </a> | <a href="../ja/mod/directives.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Gepflegt durch das <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Module</a> | <a href="../mod/directives.html">Direktiven</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossar</a> | <a href="../sitemap.html">Seitenindex</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index 45cef95726..2e927529de 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -17,6 +17,9 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div><div id="preamble"><h1>Directive Index</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../de/mod/directives.html"> de </a> | <a href="../en/mod/directives.html"> en </a> | <a href="../ja/mod/directives.html"> ja </a></p> +</div> <p> Each Apache directive available in the standard Apache @@ -381,7 +384,9 @@ <li><a href="mod_vhost_alias.html#virtualscriptaliasip">VirtualScriptAliasIP</a></li> <li><a href="mod_include.html#xbithack" id="X" name="X">XBitHack</a></li> </ul></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../de/mod/directives.html"> de </a> | <a href="../en/mod/directives.html"> en </a> | <a href="../ja/mod/directives.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/directives.html.ja.jis b/docs/manual/mod/directives.html.ja.jis index a6481788c7..611fc2ee9b 100644 --- a/docs/manual/mod/directives.html.ja.jis +++ b/docs/manual/mod/directives.html.ja.jis @@ -17,6 +17,9 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div><div id="preamble"><h1>$B%G%#%l%/%F%#%V0lMw(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../de/mod/directives.html"> de </a> | <a href="../en/mod/directives.html"> en </a> | <a href="../ja/mod/directives.html"> ja </a></p> +</div> <p> $BI8=`(B Apache $BG[I[$K$"$k$9$Y$F$N(B Apache $B$N%G%#%l%/%F%#%V$N0lMw$G$9!#(B @@ -379,7 +382,9 @@ <li><a href="mod_vhost_alias.html#virtualscriptaliasip">VirtualScriptAliasIP</a></li> <li><a href="mod_include.html#xbithack" id="X" name="X">XBitHack</a></li> </ul></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../de/mod/directives.html"> de </a> | <a href="../en/mod/directives.html"> en </a> | <a href="../ja/mod/directives.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/index.html.de b/docs/manual/mod/index.html.de index 5226edd55f..b864ff596a 100644 --- a/docs/manual/mod/index.html.de +++ b/docs/manual/mod/index.html.de @@ -17,6 +17,9 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP-Server</a> > <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> > <a href="../">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Modul-Index</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../de/mod/"> de </a> | <a href="../en/mod/"> en </a> | <a href="../ja/mod/"> ja </a></p> +</div> <p> Unten ist eine Liste aller Module angegeben, die als Bestandteil der @@ -162,7 +165,9 @@ identifier for each request</dd> <dt><a href="mod_vhost_alias.html" id="V" name="V">mod_vhost_alias</a></dt><dd>Provides for dynamically configured mass virtual hosting</dd> </dl></div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../de/mod/"> de </a> | <a href="../en/mod/"> en </a> | <a href="../ja/mod/"> ja </a></p> +</div><div id="footer"> <p class="apache">Gepflegt durch das <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Module</a> | <a href="../mod/directives.html">Direktiven</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossar</a> | <a href="../sitemap.html">Seitenindex</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/index.html.en b/docs/manual/mod/index.html.en index a73b168988..5f38d547b0 100644 --- a/docs/manual/mod/index.html.en +++ b/docs/manual/mod/index.html.en @@ -17,6 +17,9 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Module Index</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../de/mod/"> de </a> | <a href="../en/mod/"> en </a> | <a href="../ja/mod/"> ja </a></p> +</div> <p> Below is a list of all of the modules that come as part of @@ -161,7 +164,9 @@ identifier for each request</dd> <dt><a href="mod_vhost_alias.html" id="V" name="V">mod_vhost_alias</a></dt><dd>Provides for dynamically configured mass virtual hosting</dd> </dl></div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../de/mod/"> de </a> | <a href="../en/mod/"> en </a> | <a href="../ja/mod/"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/index.html.ja.jis b/docs/manual/mod/index.html.ja.jis index 48549f5c21..3be8f3e46c 100644 --- a/docs/manual/mod/index.html.ja.jis +++ b/docs/manual/mod/index.html.ja.jis @@ -17,6 +17,9 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>$B%b%8%e!<%k0lMw(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../de/mod/"> de </a> | <a href="../en/mod/"> en </a> | <a href="../ja/mod/"> ja </a></p> +</div> <p> $B0J2<$O(B Apache $B$NG[I[$N0lIt$H$7$FG[$i$l$F$$$k$9$Y$F$N%b%8%e!<%k$N(B @@ -157,7 +160,9 @@ performance</dd> <dt><a href="mod_vhost_alias.html" id="V" name="V">mod_vhost_alias</a></dt><dd>Provides for dynamically configured mass virtual hosting</dd> </dl></div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../de/mod/"> de </a> | <a href="../en/mod/"> en </a> | <a href="../ja/mod/"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/leader.html.en b/docs/manual/mod/leader.html.en index 9d52340191..a5d31ef3a2 100644 --- a/docs/manual/mod/leader.html.en +++ b/docs/manual/mod/leader.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache MPM leader</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/leader.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>An experimental variant of the standard <code class="module"><a href="../mod/worker.html">worker</a></code> MPM</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>MPM</td></tr> @@ -73,7 +76,9 @@ MPM</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/leader.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_actions.html.en b/docs/manual/mod/mod_actions.html.en index 0f23e2bd0f..08c28c5d8a 100644 --- a/docs/manual/mod/mod_actions.html.en +++ b/docs/manual/mod/mod_actions.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_actions</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_actions.html"> en </a> | <a href="../ja/mod/mod_actions.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>This module provides for executing CGI scripts based on media type or request method.</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr> @@ -130,7 +133,9 @@ method.</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_actions.html"> en </a> | <a href="../ja/mod/mod_actions.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_actions.html.ja.jis b/docs/manual/mod/mod_actions.html.ja.jis index 7900789dbe..9b4fea304a 100644 --- a/docs/manual/mod/mod_actions.html.ja.jis +++ b/docs/manual/mod/mod_actions.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache $B%b%8%e!<%k(B mod_actions</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_actions.html"> en </a> | <a href="../ja/mod/mod_actions.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td>$B%a%G%#%"%?%$%W$d%j%/%(%9%H%a%=%C%I$K1~$8$F(B CGI $B%9%/%j%W%H$r<B9T$9$k5!G=$rDs6!(B</td></tr> <tr><th><a href="module-dict.html#Status">$B%9%F!<%?%9(B:</a></th><td>Base</td></tr> @@ -135,7 +138,9 @@ CGI $B%9%/%j%W%H$r<B9T$9$k5!G=$rDs6!(B</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_actions.html"> en </a> | <a href="../ja/mod/mod_actions.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_alias.html.en b/docs/manual/mod/mod_alias.html.en index 36900265b5..258b76fafb 100644 --- a/docs/manual/mod/mod_alias.html.en +++ b/docs/manual/mod/mod_alias.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_alias</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_alias.html"> en </a> | <a href="../ja/mod/mod_alias.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Provides for mapping different parts of the host filesystem in the document tree and for URL redirection</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr> @@ -321,7 +324,9 @@ and designates the target as a CGI script</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_alias.html"> en </a> | <a href="../ja/mod/mod_alias.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_alias.html.ja.jis b/docs/manual/mod/mod_alias.html.ja.jis index f98fe99772..4147cbc14d 100644 --- a/docs/manual/mod/mod_alias.html.ja.jis +++ b/docs/manual/mod/mod_alias.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache $B%b%8%e!<%k(B mod_alias</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_alias.html"> en </a> | <a href="../ja/mod/mod_alias.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td>$B%[%9%H%U%!%$%k%7%9%F%`>e$N$$$m$$$m$J0c$&>l=j$r(B $B%I%-%e%a%s%H%D%j!<$K%^%C%W$9$k5!G=$H!"(B URL $B$N%j%@%$%l%/%H$r9T$J$&5!G=$rDs6!$9$k(B</td></tr> @@ -335,7 +338,9 @@ CGI $B%9%/%j%W%H$K;XDj(B</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_alias.html"> en </a> | <a href="../ja/mod/mod_alias.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_asis.html.en b/docs/manual/mod/mod_asis.html.en index f386c6cdf4..944f730fe0 100644 --- a/docs/manual/mod/mod_asis.html.en +++ b/docs/manual/mod/mod_asis.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_asis</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_asis.html"> en </a> | <a href="../ja/mod/mod_asis.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Sends files that contain their own HTTP headers</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr> @@ -96,7 +99,9 @@ HTTP headers</td></tr> </div> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_asis.html"> en </a> | <a href="../ja/mod/mod_asis.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_asis.html.ja.jis b/docs/manual/mod/mod_asis.html.ja.jis index 6674b37f97..4e12541e96 100644 --- a/docs/manual/mod/mod_asis.html.ja.jis +++ b/docs/manual/mod/mod_asis.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache $B%b%8%e!<%k(B mod_asis</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_asis.html"> en </a> | <a href="../ja/mod/mod_asis.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td>$B<+J,MQ$N(B HTTP $B%X%C%@$N=q$+$l$F$$$k%U%!%$%k$rAw?.$9$k(B</td></tr> <tr><th><a href="module-dict.html#Status">$B%9%F!<%?%9(B:</a></th><td>Base</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">$B%b%8%e!<%k<1JL;R(B:</a></th><td>asis_module</td></tr> @@ -95,7 +98,9 @@ </div> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_asis.html"> en </a> | <a href="../ja/mod/mod_asis.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_auth_basic.html.en b/docs/manual/mod/mod_auth_basic.html.en index 0a8942d468..c4bd2ddd21 100644 --- a/docs/manual/mod/mod_auth_basic.html.en +++ b/docs/manual/mod/mod_auth_basic.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_auth_basic</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_auth_basic.html"> en </a> | <a href="../ja/mod/mod_auth_basic.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Basic authentication</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>auth_basic_module</td></tr> @@ -115,7 +118,9 @@ lower level modules</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_auth_basic.html"> en </a> | <a href="../ja/mod/mod_auth_basic.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_auth_basic.html.ja.jis b/docs/manual/mod/mod_auth_basic.html.ja.jis index 339c768eae..cf01a85546 100644 --- a/docs/manual/mod/mod_auth_basic.html.ja.jis +++ b/docs/manual/mod/mod_auth_basic.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache $B%b%8%e!<%k(B mod_auth_basic</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_auth_basic.html"> en </a> | <a href="../ja/mod/mod_auth_basic.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td>$B4pK\G'>Z(B</td></tr> <tr><th><a href="module-dict.html#Status">$B%9%F!<%?%9(B:</a></th><td>Base</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">$B%b%8%e!<%k<1JL;R(B:</a></th><td>auth_basic_module</td></tr> @@ -118,7 +121,9 @@ </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_auth_basic.html"> en </a> | <a href="../ja/mod/mod_auth_basic.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_auth_digest.html.en b/docs/manual/mod/mod_auth_digest.html.en index ecb43cd292..21715eed0e 100644 --- a/docs/manual/mod/mod_auth_digest.html.en +++ b/docs/manual/mod/mod_auth_digest.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_auth_digest</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_auth_digest.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>User authentication using MD5 Digest Authentication.</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Experimental</td></tr> @@ -286,7 +289,9 @@ of clients</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_auth_digest.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_auth_ldap.html.en b/docs/manual/mod/mod_auth_ldap.html.en index 0ceb7ca057..b32fe6a88b 100644 --- a/docs/manual/mod/mod_auth_ldap.html.en +++ b/docs/manual/mod/mod_auth_ldap.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_auth_ldap</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_auth_ldap.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Allows an LDAP directory to be used to store the database for HTTP Basic authentication.</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Experimental</td></tr> @@ -845,7 +848,9 @@ environment variable</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_auth_ldap.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_authn_anon.html.en b/docs/manual/mod/mod_authn_anon.html.en index b4fd6297e6..b98ede4296 100644 --- a/docs/manual/mod/mod_authn_anon.html.en +++ b/docs/manual/mod/mod_authn_anon.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_authn_anon</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_authn_anon.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Allows "anonymous" user access to authenticated areas</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr> @@ -205,7 +208,9 @@ formatted email address</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_authn_anon.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_authn_dbm.html.en b/docs/manual/mod/mod_authn_dbm.html.en index 29947f4860..b18e0df6a3 100644 --- a/docs/manual/mod/mod_authn_dbm.html.en +++ b/docs/manual/mod/mod_authn_dbm.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_authn_dbm</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_authn_dbm.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>User authentication using DBM files</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>authn_dbm_module</td></tr> @@ -121,7 +124,9 @@ passwords for authentication</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_authn_dbm.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_authn_default.html.en b/docs/manual/mod/mod_authn_default.html.en index 336a845964..e898ff377d 100644 --- a/docs/manual/mod/mod_authn_default.html.en +++ b/docs/manual/mod/mod_authn_default.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_authn_default</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_authn_default.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Authentication fallback module</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>authn_default_module</td></tr> @@ -65,7 +68,9 @@ modules</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_authn_default.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_authn_file.html.en b/docs/manual/mod/mod_authn_file.html.en index c2bc06af41..1c3ac80ddb 100644 --- a/docs/manual/mod/mod_authn_file.html.en +++ b/docs/manual/mod/mod_authn_file.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_authn_file</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_authn_file.html"> en </a> | <a href="../ja/mod/mod_authn_file.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>User authentication using text files</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>authn_file_module</td></tr> @@ -117,7 +120,9 @@ passwords for authentication</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_authn_file.html"> en </a> | <a href="../ja/mod/mod_authn_file.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_authn_file.html.ja.jis b/docs/manual/mod/mod_authn_file.html.ja.jis index 6ccc06c874..c84299c3af 100644 --- a/docs/manual/mod/mod_authn_file.html.ja.jis +++ b/docs/manual/mod/mod_authn_file.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache $B%b%8%e!<%k(B mod_authn_file</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_authn_file.html"> en </a> | <a href="../ja/mod/mod_authn_file.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td>$B%F%-%9%H%U%!%$%k$rMQ$$$?%f!<%6G'>Z(B</td></tr> <tr><th><a href="module-dict.html#Status">$B%9%F!<%?%9(B:</a></th><td>Base</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">$B%b%8%e!<%k<1JL;R(B:</a></th><td>authn_file_module</td></tr> @@ -127,7 +130,9 @@ </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_authn_file.html"> en </a> | <a href="../ja/mod/mod_authn_file.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_authz_dbm.html.en b/docs/manual/mod/mod_authz_dbm.html.en index 484b3e225b..c7f50cddb1 100644 --- a/docs/manual/mod/mod_authz_dbm.html.en +++ b/docs/manual/mod/mod_authz_dbm.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_authz_dbm</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_authz_dbm.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Group authorization using DBM files</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>authz_dbm_module</td></tr> @@ -171,7 +174,9 @@ store passwords</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_authz_dbm.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_authz_default.html.en b/docs/manual/mod/mod_authz_default.html.en index 89ccb3843c..3d3ddcf9ba 100644 --- a/docs/manual/mod/mod_authz_default.html.en +++ b/docs/manual/mod/mod_authz_default.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_authz_default</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_authz_default.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Authorization fallback module</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>authz_default_module</td></tr> @@ -65,7 +68,9 @@ modules</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_authz_default.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_authz_groupfile.html.en b/docs/manual/mod/mod_authz_groupfile.html.en index 8a60d0265e..cea89a9068 100644 --- a/docs/manual/mod/mod_authz_groupfile.html.en +++ b/docs/manual/mod/mod_authz_groupfile.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_authz_groupfile</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_authz_groupfile.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Group authorization using plaintext files</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>authz_groupfile_module</td></tr> @@ -110,7 +113,9 @@ modules</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_authz_groupfile.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_authz_host.html.en b/docs/manual/mod/mod_authz_host.html.en index 477fa77ef4..e97c6e86b3 100644 --- a/docs/manual/mod/mod_authz_host.html.en +++ b/docs/manual/mod/mod_authz_host.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_authz_host</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_authz_host.html"> en </a> | <a href="../ja/mod/mod_authz_host.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Group authorizations based on host (name or IP address)</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr> @@ -311,7 +314,9 @@ evaluated.</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_authz_host.html"> en </a> | <a href="../ja/mod/mod_authz_host.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_authz_host.html.ja.jis b/docs/manual/mod/mod_authz_host.html.ja.jis index 923ee33d51..af8caf80e6 100644 --- a/docs/manual/mod/mod_authz_host.html.ja.jis +++ b/docs/manual/mod/mod_authz_host.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache $B%b%8%e!<%k(B mod_authz_host</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_authz_host.html"> en </a> | <a href="../ja/mod/mod_authz_host.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td>$B%[%9%H(B ($BL>A0$b$7$/$O(B IP $B%"%I%l%9(B) $B$K4p$E$$$?%0%k!<%W>5G'(B</td></tr> <tr><th><a href="module-dict.html#Status">$B%9%F!<%?%9(B:</a></th><td>Base</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">$B%b%8%e!<%k<1JL;R(B:</a></th><td>authz_host_module</td></tr> @@ -326,7 +329,9 @@ Deny $B$,I>2A$5$l$k=gHV$r@)8f$9$k(B</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_authz_host.html"> en </a> | <a href="../ja/mod/mod_authz_host.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_authz_owner.html.en b/docs/manual/mod/mod_authz_owner.html.en index 946ea46128..adcb9c0816 100644 --- a/docs/manual/mod/mod_authz_owner.html.en +++ b/docs/manual/mod/mod_authz_owner.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_authz_owner</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_authz_owner.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Authorization based on file ownership</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>authz_owner_module</td></tr> @@ -170,7 +173,9 @@ modules</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_authz_owner.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_authz_user.html.en b/docs/manual/mod/mod_authz_user.html.en index 9aea74cc1a..1a36456fb7 100644 --- a/docs/manual/mod/mod_authz_user.html.en +++ b/docs/manual/mod/mod_authz_user.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_authz_user</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_authz_user.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>User Authorization</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>authz_user_module</td></tr> @@ -69,7 +72,9 @@ modules</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_authz_user.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en index f62e2f9e00..283febd67d 100644 --- a/docs/manual/mod/mod_autoindex.html.en +++ b/docs/manual/mod/mod_autoindex.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_autoindex</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_autoindex.html"> en </a> | <a href="../ja/mod/mod_autoindex.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Generates directory indexes, automatically, similar to the Unix <code>ls</code> command or the Win32 <code>dir</code> shell command</td></tr> @@ -847,7 +850,9 @@ of the index listing</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_autoindex.html"> en </a> | <a href="../ja/mod/mod_autoindex.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_autoindex.html.ja.jis b/docs/manual/mod/mod_autoindex.html.ja.jis index 331b329f4e..786a9f8e0f 100644 --- a/docs/manual/mod/mod_autoindex.html.ja.jis +++ b/docs/manual/mod/mod_autoindex.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache $B%b%8%e!<%k(B mod_autoindex</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_autoindex.html"> en </a> | <a href="../ja/mod/mod_autoindex.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td>Unix $B$N(B <code>ls</code> $B%3%^%s%I$d(B Win32 $B$N(B <code>dir</code> $B%7%'%k%3%^%s%I$K;w$?(B $B%G%#%l%/%H%j%$%s%G%C%/%9$r@8@.$9$k(B</td></tr> @@ -941,7 +944,9 @@ Name|Date|Size|Description</code></td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_autoindex.html"> en </a> | <a href="../ja/mod/mod_autoindex.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en index 7d1079d1e3..04eb66fc8c 100644 --- a/docs/manual/mod/mod_cache.html.en +++ b/docs/manual/mod/mod_cache.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_cache</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_cache.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Content cache keyed to URIs.</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Experimental</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>cache_module</td></tr> @@ -320,7 +323,9 @@ LastModified date.</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_cache.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_cern_meta.html.en b/docs/manual/mod/mod_cern_meta.html.en index 79b2850443..db904ca709 100644 --- a/docs/manual/mod/mod_cern_meta.html.en +++ b/docs/manual/mod/mod_cern_meta.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_cern_meta</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_cern_meta.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>CERN httpd metafile semantics</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>cern_meta_module</td></tr> @@ -115,7 +118,9 @@ meta information</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_cern_meta.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_cgi.html.en b/docs/manual/mod/mod_cgi.html.en index 4cfbb4829c..af40e5eb16 100644 --- a/docs/manual/mod/mod_cgi.html.en +++ b/docs/manual/mod/mod_cgi.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_cgi</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_cgi.html"> en </a> | <a href="../ja/mod/mod_cgi.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Execution of CGI scripts</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>cgi_module</td></tr> @@ -231,7 +234,9 @@ in the scriptlog</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_cgi.html"> en </a> | <a href="../ja/mod/mod_cgi.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_cgi.html.ja.jis b/docs/manual/mod/mod_cgi.html.ja.jis index c0adc28131..cc6e09bb36 100644 --- a/docs/manual/mod/mod_cgi.html.ja.jis +++ b/docs/manual/mod/mod_cgi.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache $B%b%8%e!<%k(B mod_cgi</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_cgi.html"> en </a> | <a href="../ja/mod/mod_cgi.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td>CGI $B%9%/%j%W%H$N<B9T(B</td></tr> <tr><th><a href="module-dict.html#Status">$B%9%F!<%?%9(B:</a></th><td>Base</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">$B%b%8%e!<%k<1JL;R(B:</a></th><td>cgi_module</td></tr> @@ -239,7 +242,9 @@ </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_cgi.html"> en </a> | <a href="../ja/mod/mod_cgi.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_cgid.html.en b/docs/manual/mod/mod_cgid.html.en index 40fe28c342..f8052fa2f3 100644 --- a/docs/manual/mod/mod_cgid.html.en +++ b/docs/manual/mod/mod_cgid.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_cgid</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_cgid.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Execution of CGI scripts using an external CGI daemon</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr> @@ -89,7 +92,9 @@ the cgi daemon</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_cgid.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_charset_lite.html.en b/docs/manual/mod/mod_charset_lite.html.en index bc16956e89..beef0a8b95 100644 --- a/docs/manual/mod/mod_charset_lite.html.en +++ b/docs/manual/mod/mod_charset_lite.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_charset_lite</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_charset_lite.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Specify character set translation or recoding</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Experimental</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>charset_lite_module</td></tr> @@ -196,7 +199,9 @@ </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_charset_lite.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_dav.html.en b/docs/manual/mod/mod_dav.html.en index 5835670a96..8c42ee8ed5 100644 --- a/docs/manual/mod/mod_dav.html.en +++ b/docs/manual/mod/mod_dav.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_dav</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_dav.html"> en </a> | <a href="../ja/mod/mod_dav.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Distributed Authoring and Versioning (<a href="http://www.webdav.org/">WebDAV</a>) functionality</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr> @@ -253,7 +256,9 @@ a DAV resource</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_dav.html"> en </a> | <a href="../ja/mod/mod_dav.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_dav.html.ja.jis b/docs/manual/mod/mod_dav.html.ja.jis index c61e06a3d4..e066ece054 100644 --- a/docs/manual/mod/mod_dav.html.ja.jis +++ b/docs/manual/mod/mod_dav.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache $B%b%8%e!<%k(B mod_dav</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_dav.html"> en </a> | <a href="../ja/mod/mod_dav.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td>$BJ,;6%*!<%5%j%s%0$H%P!<%8%g%s4IM}(B (<a href="http://www.webdav.org/">WebDAV</a>) $B5!G=(B</td></tr> <tr><th><a href="module-dict.html#Status">$B%9%F!<%?%9(B:</a></th><td>Extension</td></tr> @@ -198,7 +201,9 @@ </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_dav.html"> en </a> | <a href="../ja/mod/mod_dav.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_dav_fs.html.en b/docs/manual/mod/mod_dav_fs.html.en index 99801165d4..c10c76ee2a 100644 --- a/docs/manual/mod/mod_dav_fs.html.en +++ b/docs/manual/mod/mod_dav_fs.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_dav_fs</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_dav_fs.html"> en </a> | <a href="../ja/mod/mod_dav_fs.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>filesystem provider for <code class="module"><a href="../mod/mod_dav.html">mod_dav</a></code></td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>dav_fs_module</td></tr> @@ -82,7 +85,9 @@ </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_dav_fs.html"> en </a> | <a href="../ja/mod/mod_dav_fs.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_dav_fs.html.ja.jis b/docs/manual/mod/mod_dav_fs.html.ja.jis index 3bca7b6b17..276e8cb05c 100644 --- a/docs/manual/mod/mod_dav_fs.html.ja.jis +++ b/docs/manual/mod/mod_dav_fs.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache $B%b%8%e!<%k(B mod_dav_fs</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_dav_fs.html"> en </a> | <a href="../ja/mod/mod_dav_fs.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td><code class="module"><a href="../mod/mod_dav.html">mod_dav</a></code> $B$N$?$a$N%U%!%$%k%7%9%F%`%W%m%P%$%@(B</td></tr> <tr><th><a href="module-dict.html#Status">$B%9%F!<%?%9(B:</a></th><td>Extension</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">$B%b%8%e!<%k<1JL;R(B:</a></th><td>dav_fs_module</td></tr> @@ -74,7 +77,9 @@ </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_dav_fs.html"> en </a> | <a href="../ja/mod/mod_dav_fs.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_deflate.html.en b/docs/manual/mod/mod_deflate.html.en index d9b13415fa..d8b243cf7c 100644 --- a/docs/manual/mod/mod_deflate.html.en +++ b/docs/manual/mod/mod_deflate.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_deflate</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_deflate.html"> en </a> | <a href="../ja/mod/mod_deflate.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Compress content before it is delivered to the client</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr> @@ -333,7 +336,9 @@ client</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_deflate.html"> en </a> | <a href="../ja/mod/mod_deflate.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_deflate.html.ja.jis b/docs/manual/mod/mod_deflate.html.ja.jis index 744d42ffe4..f0ed2d28ea 100644 --- a/docs/manual/mod/mod_deflate.html.ja.jis +++ b/docs/manual/mod/mod_deflate.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache $B%b%8%e!<%k(B mod_deflate</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_deflate.html"> en </a> | <a href="../ja/mod/mod_deflate.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td>$B%/%i%$%"%s%H$XAw$i$l$kA0$K%3%s%F%s%D$r05=L$9$k(B</td></tr> <tr><th><a href="module-dict.html#Status">$B%9%F!<%?%9(B:</a></th><td>Extension</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">$B%b%8%e!<%k<1JL;R(B:</a></th><td>deflate_module</td></tr> @@ -334,7 +337,9 @@ </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_deflate.html"> en </a> | <a href="../ja/mod/mod_deflate.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_dir.html.en b/docs/manual/mod/mod_dir.html.en index 2a0bccdbce..50db3a0812 100644 --- a/docs/manual/mod/mod_dir.html.en +++ b/docs/manual/mod/mod_dir.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_dir</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_dir.html"> en </a> | <a href="../ja/mod/mod_dir.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Provides for "trailing slash" redirects and serving directory index files</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr> @@ -100,7 +103,9 @@ a directory</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_dir.html"> en </a> | <a href="../ja/mod/mod_dir.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_dir.html.ja.jis b/docs/manual/mod/mod_dir.html.ja.jis index ec22c302eb..0544dccdfd 100644 --- a/docs/manual/mod/mod_dir.html.ja.jis +++ b/docs/manual/mod/mod_dir.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache $B%b%8%e!<%k(B mod_dir</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_dir.html"> en </a> | <a href="../ja/mod/mod_dir.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td>$B!V:G8e$N%9%i%C%7%e!W$N%j%@%$%l%/%H$H!"%G%#%l%/%H%j$N(B $B%$%s%G%C%/%9%U%!%$%k$r07$&5!G=$rDs6!$9$k(B</td></tr> <tr><th><a href="module-dict.html#Status">$B%9%F!<%?%9(B:</a></th><td>Base</td></tr> @@ -106,7 +109,9 @@ </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_dir.html"> en </a> | <a href="../ja/mod/mod_dir.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_disk_cache.html.en b/docs/manual/mod/mod_disk_cache.html.en index 41c8d56339..819b81f0ec 100644 --- a/docs/manual/mod/mod_disk_cache.html.en +++ b/docs/manual/mod/mod_disk_cache.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_disk_cache</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_disk_cache.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Content cache storage manager keyed to URIs</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Experimental</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>disk_cache_module</td></tr> @@ -355,7 +358,9 @@ cache in KBytes</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_disk_cache.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_echo.html.en b/docs/manual/mod/mod_echo.html.en index 860a765e3e..dcefad02a2 100644 --- a/docs/manual/mod/mod_echo.html.en +++ b/docs/manual/mod/mod_echo.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_echo</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_echo.html"> en </a> | <a href="../ja/mod/mod_echo.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>A simple echo server to illustrate protocol modules</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Experimental</td></tr> @@ -58,7 +61,9 @@ later.</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_echo.html"> en </a> | <a href="../ja/mod/mod_echo.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_echo.html.ja.jis b/docs/manual/mod/mod_echo.html.ja.jis index 2a53b3c501..65ed198c83 100644 --- a/docs/manual/mod/mod_echo.html.ja.jis +++ b/docs/manual/mod/mod_echo.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache $B%b%8%e!<%k(B mod_echo</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_echo.html"> en </a> | <a href="../ja/mod/mod_echo.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td>$B%W%m%H%3%k%b%8%e!<%k$N35MW$r<($9$?$a$NC1=c$J%(%3!<%5!<%P(B </td></tr> <tr><th><a href="module-dict.html#Status">$B%9%F!<%?%9(B:</a></th><td>Experimental</td></tr> @@ -57,7 +60,9 @@ </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_echo.html"> en </a> | <a href="../ja/mod/mod_echo.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_env.html.en b/docs/manual/mod/mod_env.html.en index 3c4e36e05d..f5cc325300 100644 --- a/docs/manual/mod/mod_env.html.en +++ b/docs/manual/mod/mod_env.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_env</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_env.html"> en </a> | <a href="../ja/mod/mod_env.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Modifies the environment which is passed to CGI scripts and SSI pages</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr> @@ -102,7 +105,9 @@ SSI pages</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_env.html"> en </a> | <a href="../ja/mod/mod_env.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_env.html.ja.jis b/docs/manual/mod/mod_env.html.ja.jis index d362a7c0da..338862cab9 100644 --- a/docs/manual/mod/mod_env.html.ja.jis +++ b/docs/manual/mod/mod_env.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache $B%b%8%e!<%k(B mod_env</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_env.html"> en </a> | <a href="../ja/mod/mod_env.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td>CGI $B%9%/%j%W%H5Z$S(B SSI $B%Z!<%8$KEO$5$l$k4D6-JQ?t$rJQ99$9$k5!G=$rDs6!$9$k(B</td></tr> <tr><th><a href="module-dict.html#Status">$B%9%F!<%?%9(B:</a></th><td>Base</td></tr> @@ -102,7 +105,9 @@ </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_env.html"> en </a> | <a href="../ja/mod/mod_env.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_example.html.en b/docs/manual/mod/mod_example.html.en index 914c15f031..8d317c51d2 100644 --- a/docs/manual/mod/mod_example.html.en +++ b/docs/manual/mod/mod_example.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_example</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_example.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Illustrates the Apache module API</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Experimental</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>example_module</td></tr> @@ -141,7 +144,9 @@ API</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_example.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_expires.html.en b/docs/manual/mod/mod_expires.html.en index c3ca8421e6..ba0d051c54 100644 --- a/docs/manual/mod/mod_expires.html.en +++ b/docs/manual/mod/mod_expires.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_expires</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_expires.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Generation of <code>Expires</code> HTTP headers according to user-specified criteria</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr> @@ -219,7 +222,9 @@ by MIME type</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_expires.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_ext_filter.html.en b/docs/manual/mod/mod_ext_filter.html.en index e1beafc571..1e33ff778f 100644 --- a/docs/manual/mod/mod_ext_filter.html.en +++ b/docs/manual/mod/mod_ext_filter.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_ext_filter</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_ext_filter.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Pass the response body through an external program before delivery to the client</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr> @@ -360,7 +363,9 @@ delivery to the client</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_ext_filter.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_file_cache.html.en b/docs/manual/mod/mod_file_cache.html.en index 1fcd03b7db..886fce651e 100644 --- a/docs/manual/mod/mod_file_cache.html.en +++ b/docs/manual/mod/mod_file_cache.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_file_cache</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_file_cache.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Caches a static list of files in memory</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Experimental</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>file_cache_module</td></tr> @@ -199,7 +202,9 @@ </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_file_cache.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index 7e5bac6a81..c8f410a992 100644 --- a/docs/manual/mod/mod_headers.html.en +++ b/docs/manual/mod/mod_headers.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_headers</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_headers.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Customization of HTTP request and response headers</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr> @@ -290,7 +293,9 @@ is available only in Apache 2.0</td></tr></table> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_headers.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_ident.html.en b/docs/manual/mod/mod_ident.html.en index b6fafc32ea..2a44a27c2e 100644 --- a/docs/manual/mod/mod_ident.html.en +++ b/docs/manual/mod/mod_ident.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_ident</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_ident.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>RFC 1413 ident lookups</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>ident_module</td></tr> @@ -88,7 +91,9 @@ user</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_ident.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_imap.html.en b/docs/manual/mod/mod_imap.html.en index ba5c584f52..83ae10634d 100644 --- a/docs/manual/mod/mod_imap.html.en +++ b/docs/manual/mod/mod_imap.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_imap</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_imap.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Server-side imagemap processing</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>imap_module</td></tr> @@ -369,7 +372,9 @@ an imagemap</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_imap.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en index 9aaa28ef24..caa42cc358 100644 --- a/docs/manual/mod/mod_include.html.en +++ b/docs/manual/mod/mod_include.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_include</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_include.html"> en </a> | <a href="../ja/mod/mod_include.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Server-parsed html documents (Server Side Includes)</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>include_module</td></tr> @@ -754,7 +757,9 @@ set</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_include.html"> en </a> | <a href="../ja/mod/mod_include.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_include.html.ja.jis b/docs/manual/mod/mod_include.html.ja.jis index d24111885f..ab1d6a54bc 100644 --- a/docs/manual/mod/mod_include.html.ja.jis +++ b/docs/manual/mod/mod_include.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache $B%b%8%e!<%k(B mod_include</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_include.html"> en </a> | <a href="../ja/mod/mod_include.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td>$B%5!<%P$,%Q!<%9$9$k(B html $B%I%-%e%a%s%H(B (Server Side Includes)</td></tr> <tr><th><a href="module-dict.html#Status">$B%9%F!<%?%9(B:</a></th><td>Base</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">$B%b%8%e!<%k<1JL;R(B:</a></th><td>include_module</td></tr> @@ -731,7 +734,9 @@ directive]"</code></td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_include.html"> en </a> | <a href="../ja/mod/mod_include.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_info.html.en b/docs/manual/mod/mod_info.html.en index 9e720ed5ed..8d2d89f832 100644 --- a/docs/manual/mod/mod_info.html.en +++ b/docs/manual/mod/mod_info.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_info</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_info.html"> en </a> | <a href="../ja/mod/mod_info.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Provides a comprehensive overview of the server configuration</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr> @@ -104,7 +107,9 @@ information displayed by the server-info handler</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_info.html"> en </a> | <a href="../ja/mod/mod_info.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_info.html.ja.jis b/docs/manual/mod/mod_info.html.ja.jis index 45f609bdc4..0d604dca21 100644 --- a/docs/manual/mod/mod_info.html.ja.jis +++ b/docs/manual/mod/mod_info.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache $B%b%8%e!<%k(B mod_info</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_info.html"> en </a> | <a href="../ja/mod/mod_info.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td>$B%5!<%P$N@_Dj$NJq3gE*$J354Q$rDs6!$9$k(B</td></tr> <tr><th><a href="module-dict.html#Status">$B%9%F!<%?%9(B:</a></th><td>Extension</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">$B%b%8%e!<%k<1JL;R(B:</a></th><td>info_module</td></tr> @@ -102,7 +105,9 @@ </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_info.html"> en </a> | <a href="../ja/mod/mod_info.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_isapi.html.en b/docs/manual/mod/mod_isapi.html.en index ba8b670249..bdac1b6b42 100644 --- a/docs/manual/mod/mod_isapi.html.en +++ b/docs/manual/mod/mod_isapi.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_isapi</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_isapi.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>ISAPI Extensions within Apache for Windows</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>isapi_module</td></tr> @@ -324,7 +327,9 @@ extensions</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_isapi.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_ldap.html.en b/docs/manual/mod/mod_ldap.html.en index 4d73740aa5..af07abe96b 100644 --- a/docs/manual/mod/mod_ldap.html.en +++ b/docs/manual/mod/mod_ldap.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_ldap</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_ldap.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>LDAP connection pooling and result caching services for use by other LDAP modules</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Experimental</td></tr> @@ -346,7 +349,9 @@ valid</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_ldap.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en index b54b549884..84ca6a7d44 100644 --- a/docs/manual/mod/mod_log_config.html.en +++ b/docs/manual/mod/mod_log_config.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_log_config</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_log_config.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Logging of the requests made to the server</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>log_config_module</td></tr> @@ -400,7 +403,9 @@ </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_log_config.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_logio.html.en b/docs/manual/mod/mod_logio.html.en index c2e61d9ba8..05fe7c8ea4 100644 --- a/docs/manual/mod/mod_logio.html.en +++ b/docs/manual/mod/mod_logio.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_logio</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_logio.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Logging of input and output bytes per request</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>logio_module</td></tr> @@ -75,7 +78,9 @@ </dl> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_logio.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_mem_cache.html.en b/docs/manual/mod/mod_mem_cache.html.en index 654df5aa6c..4be5f0946f 100644 --- a/docs/manual/mod/mod_mem_cache.html.en +++ b/docs/manual/mod/mod_mem_cache.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_mem_cache</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_mem_cache.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Content cache keyed to URIs</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Experimental</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>mem_cache_module</td></tr> @@ -226,7 +229,9 @@ KBytes</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_mem_cache.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_mime.html.en b/docs/manual/mod/mod_mime.html.en index 7595b41f32..7671fd19d4 100644 --- a/docs/manual/mod/mod_mime.html.en +++ b/docs/manual/mod/mod_mime.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_mime</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_mime.html"> en </a> | <a href="../ja/mod/mod_mime.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Associates the requested filename's extensions with the file's behavior (handlers and filters) and content (mime-type, language, character set and @@ -906,7 +909,9 @@ extensions</td></tr> </ul> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_mime.html"> en </a> | <a href="../ja/mod/mod_mime.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_mime.html.ja.jis b/docs/manual/mod/mod_mime.html.ja.jis index f7774f15fc..9ccff9e4c0 100644 --- a/docs/manual/mod/mod_mime.html.ja.jis +++ b/docs/manual/mod/mod_mime.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache $B%b%8%e!<%k(B mod_mime</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_mime.html"> en </a> | <a href="../ja/mod/mod_mime.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td>$B%j%/%(%9%H$5$l$?%U%!%$%k$N3HD%;R$H%U%!%$%k$N?6$kIq$$(B ($B%O%s%I%i$H%U%#%k%?(B)$B!"FbMF(B (MIME $B%?%$%W!"8@8l!"J8;z%;%C%H!"%(%s%3!<%G%#%s%0(B) $B$H$r4XO"IU$1$k(B</td></tr> @@ -921,7 +924,9 @@ RemoveType .cgi </ul> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_mime.html"> en </a> | <a href="../ja/mod/mod_mime.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_mime_magic.html.en b/docs/manual/mod/mod_mime_magic.html.en index 11a8fc7aa4..cd47f7fa70 100644 --- a/docs/manual/mod/mod_mime_magic.html.en +++ b/docs/manual/mod/mod_mime_magic.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_mime_magic</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_mime_magic.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Determines the MIME type of a file by looking at a few bytes of its contents</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr> @@ -262,7 +265,9 @@ using the specified magic file</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_mime_magic.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_negotiation.html.en b/docs/manual/mod/mod_negotiation.html.en index 4350a23f94..daed931861 100644 --- a/docs/manual/mod/mod_negotiation.html.en +++ b/docs/manual/mod/mod_negotiation.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_negotiation</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_negotiation.html"> en </a> | <a href="../ja/mod/mod_negotiation.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Provides for <a href="../content-negotiation.html">content negotiation</a></td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>negotiation_module</td></tr> @@ -288,7 +291,9 @@ the client does not express a preference</td></tr> </ul> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_negotiation.html"> en </a> | <a href="../ja/mod/mod_negotiation.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_negotiation.html.ja.jis b/docs/manual/mod/mod_negotiation.html.ja.jis index 5622e3b9ad..fc69447730 100644 --- a/docs/manual/mod/mod_negotiation.html.ja.jis +++ b/docs/manual/mod/mod_negotiation.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache $B%b%8%e!<%k(B mod_negotiation</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_negotiation.html"> en </a> | <a href="../ja/mod/mod_negotiation.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td><a href="../content-negotiation.html">$B%3%s%F%s%H%M%4%7%(!<%7%g%s(B</a> $B5!G=$rDs6!$9$k(B</td></tr> <tr><th><a href="module-dict.html#Status">$B%9%F!<%?%9(B:</a></th><td>Base</td></tr> @@ -283,7 +286,9 @@ </ul> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_negotiation.html"> en </a> | <a href="../ja/mod/mod_negotiation.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_nw_ssl.html.en b/docs/manual/mod/mod_nw_ssl.html.en index 1349cc1278..1ef93466eb 100644 --- a/docs/manual/mod/mod_nw_ssl.html.en +++ b/docs/manual/mod/mod_nw_ssl.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_nw_ssl</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_nw_ssl.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Enable SSL encryption for NetWare</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>nwssl_module</td></tr> @@ -73,7 +76,9 @@ </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_nw_ssl.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 1c9bcea72b..dbac5cf62f 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_proxy</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_proxy.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>HTTP/1.1 proxy/gateway server</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>proxy_module</td></tr> @@ -891,7 +894,9 @@ removed. No new <code>Via:</code> header will be generated.</li> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_proxy.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_proxy_connect.html.en b/docs/manual/mod/mod_proxy_connect.html.en index d83c0f274c..7ddc350a0c 100644 --- a/docs/manual/mod/mod_proxy_connect.html.en +++ b/docs/manual/mod/mod_proxy_connect.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_proxy_connect</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_proxy_connect.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td><code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code> extension for <code>CONNECT</code> request handling</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr> @@ -50,7 +53,9 @@ </ul></div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_proxy_connect.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_proxy_ftp.html.en b/docs/manual/mod/mod_proxy_ftp.html.en index 0064e8af11..3a38893a2d 100644 --- a/docs/manual/mod/mod_proxy_ftp.html.en +++ b/docs/manual/mod/mod_proxy_ftp.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_proxy_ftp</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_proxy_ftp.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>FTP support module for <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr> @@ -48,7 +51,9 @@ </ul></div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_proxy_ftp.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_proxy_http.html.en b/docs/manual/mod/mod_proxy_http.html.en index e6bd5f2282..97a1f27c18 100644 --- a/docs/manual/mod/mod_proxy_http.html.en +++ b/docs/manual/mod/mod_proxy_http.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_proxy_http</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_proxy_http.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>HTTP support module for <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr> @@ -53,7 +56,9 @@ </ul></div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_proxy_http.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 3b82c00ddd..649ba70aa1 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_rewrite</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_rewrite.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Provides a rule-based rewriting engine to rewrite requested URLs on the fly</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr> @@ -1759,7 +1762,9 @@ RewriteRule ^/([^/]+)/~([^/]+)/(.*)$ /u/${real-to-user:$2|nobody}/$3.$1 </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_rewrite.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_setenvif.html.en b/docs/manual/mod/mod_setenvif.html.en index 65a54071f2..9736db3f27 100644 --- a/docs/manual/mod/mod_setenvif.html.en +++ b/docs/manual/mod/mod_setenvif.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_setenvif</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_setenvif.html"> en </a> | <a href="../ja/mod/mod_setenvif.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Allows the setting of environment variables based on characteristics of the request</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr> @@ -274,7 +277,9 @@ without respect to case</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_setenvif.html"> en </a> | <a href="../ja/mod/mod_setenvif.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_setenvif.html.ja.jis b/docs/manual/mod/mod_setenvif.html.ja.jis index e4bddd3bd7..ebf7fa0816 100644 --- a/docs/manual/mod/mod_setenvif.html.ja.jis +++ b/docs/manual/mod/mod_setenvif.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache $B%b%8%e!<%k(B mod_setenvif</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_setenvif.html"> en </a> | <a href="../ja/mod/mod_setenvif.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td>$B%j%/%(%9%H$NFCD'$K4p$E$$$?4D6-JQ?t$N@_Dj$r2DG=$K$9$k(B</td></tr> <tr><th><a href="module-dict.html#Status">$B%9%F!<%?%9(B:</a></th><td>Base</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">$B%b%8%e!<%k<1JL;R(B:</a></th><td>setenvif_module</td></tr> @@ -261,7 +264,9 @@ </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_setenvif.html"> en </a> | <a href="../ja/mod/mod_setenvif.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_so.html.en b/docs/manual/mod/mod_so.html.en index b71771a46f..783d7e66e3 100644 --- a/docs/manual/mod/mod_so.html.en +++ b/docs/manual/mod/mod_so.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_so</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_so.html"> en </a> | <a href="../ja/mod/mod_so.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Loading of executable code and modules into the server at start-up or restart time</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr> @@ -175,7 +178,9 @@ of active modules</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_so.html"> en </a> | <a href="../ja/mod/mod_so.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_so.html.ja.jis b/docs/manual/mod/mod_so.html.ja.jis index aa346d5b6e..6ff397db73 100644 --- a/docs/manual/mod/mod_so.html.ja.jis +++ b/docs/manual/mod/mod_so.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache $B%b%8%e!<%k(B mod_so</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_so.html"> en </a> | <a href="../ja/mod/mod_so.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td>$B5/F0;~$d:F5/F0;~$K<B9T%3!<%I$H%b%8%e!<%k$r%5!<%P$K%m!<%I$9$k(B </td></tr> <tr><th><a href="module-dict.html#Status">$B%9%F!<%?%9(B:</a></th><td>Extension</td></tr> @@ -175,7 +178,9 @@ </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_so.html"> en </a> | <a href="../ja/mod/mod_so.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_speling.html.en b/docs/manual/mod/mod_speling.html.en index f4bccf841b..27ee2abc5a 100644 --- a/docs/manual/mod/mod_speling.html.en +++ b/docs/manual/mod/mod_speling.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_speling</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_speling.html"> en </a> | <a href="../ja/mod/mod_speling.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Attempts to correct mistaken URLs that users might have entered by ignoring capitalization and by allowing up to one misspelling</td></tr> @@ -113,7 +116,9 @@ of Apache 1.3, it is part of the Apache distribution. Prior to Apache </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_speling.html"> en </a> | <a href="../ja/mod/mod_speling.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_speling.html.ja.jis b/docs/manual/mod/mod_speling.html.ja.jis index 52c86fbcf3..332dc2d880 100644 --- a/docs/manual/mod/mod_speling.html.ja.jis +++ b/docs/manual/mod/mod_speling.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache $B%b%8%e!<%k(B mod_speling</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_speling.html"> en </a> | <a href="../ja/mod/mod_speling.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td>$B%f!<%6$,F~NO$7$?$G$"$m$&4V0c$C$?(B URL $B$r!"(B $BBgJ8;z>.J8;z$N6hJL$rL5;k$9$k$3$H$H0l$D0J2<$NDV$j4V0c$$$r5vMF$9$k$3$H$G(B $B=$@5$r;n$_$k(B</td></tr> @@ -105,7 +108,9 @@ </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_speling.html"> en </a> | <a href="../ja/mod/mod_speling.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index d4ad41232d..f3718680cd 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_ssl</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_ssl.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Strong cryptography using the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr> @@ -1495,7 +1498,9 @@ SSLVerifyDepth 10 </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_ssl.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_status.html.en b/docs/manual/mod/mod_status.html.en index 169ffeba0b..74699225c7 100644 --- a/docs/manual/mod/mod_status.html.en +++ b/docs/manual/mod/mod_status.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_status</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_status.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Provides information on server activity and performance</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr> @@ -159,7 +162,9 @@ later.</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_status.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_suexec.html.en b/docs/manual/mod/mod_suexec.html.en index 5785b08abd..07d01a8265 100644 --- a/docs/manual/mod/mod_suexec.html.en +++ b/docs/manual/mod/mod_suexec.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_suexec</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_suexec.html"> en </a> | <a href="../ja/mod/mod_suexec.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Allows CGI scripts to run as a specified user and Group</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr> @@ -65,7 +68,9 @@ later.</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_suexec.html"> en </a> | <a href="../ja/mod/mod_suexec.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_suexec.html.ja.jis b/docs/manual/mod/mod_suexec.html.ja.jis index dc4ce4cfa1..489df2f373 100644 --- a/docs/manual/mod/mod_suexec.html.ja.jis +++ b/docs/manual/mod/mod_suexec.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache $B%b%8%e!<%k(B mod_suexec</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_suexec.html"> en </a> | <a href="../ja/mod/mod_suexec.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td>$B;XDj$5$l$?%f!<%6$H%0%k!<%W$G(B CGI $B%9%/%j%W%H$r<B9T$9$k(B</td></tr> <tr><th><a href="module-dict.html#Status">$B%9%F!<%?%9(B:</a></th><td>$B3HD%(B</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">$B%b%8%e!<%k<1JL;R(B:</a></th><td>suexec_module</td></tr> @@ -64,7 +67,9 @@ </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_suexec.html"> en </a> | <a href="../ja/mod/mod_suexec.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_unique_id.html.en b/docs/manual/mod/mod_unique_id.html.en index 3ced86226e..003e7ff659 100644 --- a/docs/manual/mod/mod_unique_id.html.en +++ b/docs/manual/mod/mod_unique_id.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_unique_id</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_unique_id.html"> en </a> | <a href="../ja/mod/mod_unique_id.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Provides an environment variable with a unique identifier for each request</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr> @@ -200,7 +203,9 @@ identifier for each request</td></tr> there is no portable shorter replacement for it). </p> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_unique_id.html"> en </a> | <a href="../ja/mod/mod_unique_id.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_unique_id.html.ja.jis b/docs/manual/mod/mod_unique_id.html.ja.jis index 7b5174d139..14423c70d0 100644 --- a/docs/manual/mod/mod_unique_id.html.ja.jis +++ b/docs/manual/mod/mod_unique_id.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache $B%b%8%e!<%k(B mod_unique_id</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_unique_id.html"> en </a> | <a href="../ja/mod/mod_unique_id.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td>$B$=$l$>$l$N%j%/%(%9%H$KBP$9$k0l0U$J<1JL;R$NF~$C$?4D6-JQ?t$r(B $BDs6!$9$k(B</td></tr> <tr><th><a href="module-dict.html#Status">$B%9%F!<%?%9(B:</a></th><td>Extension</td></tr> @@ -199,7 +202,9 @@ $B$=$l$NBe$o$j$K$J$k0\?"@-$N$"$k$b$N$O$"$j$^$;$s(B)$B!#(B</p> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_unique_id.html"> en </a> | <a href="../ja/mod/mod_unique_id.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_userdir.html.en b/docs/manual/mod/mod_userdir.html.en index a2e6d811e9..91d4d5c9fe 100644 --- a/docs/manual/mod/mod_userdir.html.en +++ b/docs/manual/mod/mod_userdir.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_userdir</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_userdir.html"> en </a> | <a href="../ja/mod/mod_userdir.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>User-specific directories</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>userdir_module</td></tr> @@ -156,7 +159,9 @@ tutorial</a></li> </ul> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_userdir.html"> en </a> | <a href="../ja/mod/mod_userdir.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_userdir.html.ja.jis b/docs/manual/mod/mod_userdir.html.ja.jis index 779564c283..a059a742b1 100644 --- a/docs/manual/mod/mod_userdir.html.ja.jis +++ b/docs/manual/mod/mod_userdir.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache $B%b%8%e!<%k(B mod_userdir</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_userdir.html"> en </a> | <a href="../ja/mod/mod_userdir.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td>$B%f!<%6@lMQ$N%G%#%l%/%H%j$rDs6!(B </td></tr> <tr><th><a href="module-dict.html#Status">$B%9%F!<%?%9(B:</a></th><td>Base</td></tr> @@ -166,7 +169,9 @@ Apache $B$O%j%@%$%l%/%H$,@.8y$9$k$+$I$&$+$r7h$a$k$3$H$O$G$-$^$;$s$N$G!"(B </ul> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_userdir.html"> en </a> | <a href="../ja/mod/mod_userdir.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_usertrack.html.en b/docs/manual/mod/mod_usertrack.html.en index fb507cc647..27bca1dbcd 100644 --- a/docs/manual/mod/mod_usertrack.html.en +++ b/docs/manual/mod/mod_usertrack.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_usertrack</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_usertrack.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td> <em>Clickstream</em> logging of user activity on a site </td></tr> @@ -225,7 +228,9 @@ time late in the year "37". </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_usertrack.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mod_vhost_alias.html.en b/docs/manual/mod/mod_vhost_alias.html.en index f0bfebcbf6..3ad98ced74 100644 --- a/docs/manual/mod/mod_vhost_alias.html.en +++ b/docs/manual/mod/mod_vhost_alias.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Module mod_vhost_alias</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_vhost_alias.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Provides for dynamically configured mass virtual hosting</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr> @@ -300,7 +303,9 @@ a given virtual host</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mod_vhost_alias.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/module-dict.html.en b/docs/manual/mod/module-dict.html.en index bf1984f749..5ba831b870 100644 --- a/docs/manual/mod/module-dict.html.en +++ b/docs/manual/mod/module-dict.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Terms Used to Describe Modules</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/module-dict.html"> en </a> | <a href="../ja/mod/module-dict.html"> ja </a></p> +</div> + <p>This document describes the terms that are used to describe each Apache <a href="./">module</a>.</p> </div> @@ -101,7 +105,9 @@ listed here. In addition, if the module is limited to particular platforms, the details will be listed here.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/module-dict.html"> en </a> | <a href="../ja/mod/module-dict.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/module-dict.html.ja.jis b/docs/manual/mod/module-dict.html.ja.jis index 6892bee6e0..6c3c995622 100644 --- a/docs/manual/mod/module-dict.html.ja.jis +++ b/docs/manual/mod/module-dict.html.ja.jis @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>Apache $B%b%8%e!<%k$N2r@b$G;HMQ$9$kMQ8l(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/module-dict.html"> en </a> | <a href="../ja/mod/module-dict.html"> ja </a></p> +</div> + <p>$B$3$NJ8=q$O(B Apache $B$N3F(B <a href="./">$B%b%8%e!<%k(B</a> $B$r@bL@$9$k$?$a$K(B $B;H$o$l$F$$$kMQ8l$r@bL@$7$^$9!#(B</p> </div> @@ -103,7 +107,9 @@ $B$^$?!"%b%8%e!<%k$,FCDj$N%W%i%C%H%U%)!<%`$K$N$_B8:_$9$k$H$-$b(B $B>\:Y$O$3$3$K=q$+$l$F$$$^$9!#(B</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/module-dict.html"> en </a> | <a href="../ja/mod/module-dict.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mpm_common.html.de b/docs/manual/mod/mpm_common.html.de index 8617d9108b..bb08c0ddc6 100644 --- a/docs/manual/mod/mpm_common.html.de +++ b/docs/manual/mod/mpm_common.html.de @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP-Server</a> > <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> > <a href="../">Version 2.1</a> > <a href="./">Module</a></div> <div id="page-content"> <div id="preamble"><h1>Allgemeine Direktiven der Apache-MPMs</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../de/mod/mpm_common.html"> de </a> | <a href="../en/mod/mpm_common.html"> en </a> | <a href="../ja/mod/mpm_common.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Beschreibung:</a></th><td>Eine Sammlung von Direktiven, die in mehr als einem Multi-Processing-Modul (MPM) implementiert sind.</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>MPM</td></tr></table> @@ -902,7 +905,9 @@ gЭltig</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../de/mod/mpm_common.html"> de </a> | <a href="../en/mod/mpm_common.html"> en </a> | <a href="../ja/mod/mpm_common.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Gepflegt durch das <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Module</a> | <a href="../mod/directives.html">Direktiven</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossar</a> | <a href="../sitemap.html">Seitenindex</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index 3f89c9593c..69b0eb54dd 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache MPM Common Directives</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../de/mod/mpm_common.html"> de </a> | <a href="../en/mod/mpm_common.html"> en </a> | <a href="../ja/mod/mpm_common.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>A collection of directives that are implemented by more than one multi-processing module (MPM)</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>MPM</td></tr></table> @@ -834,7 +837,9 @@ requests</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../de/mod/mpm_common.html"> de </a> | <a href="../en/mod/mpm_common.html"> en </a> | <a href="../ja/mod/mpm_common.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mpm_common.html.ja.jis b/docs/manual/mod/mpm_common.html.ja.jis index 836ae8e630..0d008af872 100644 --- a/docs/manual/mod/mpm_common.html.ja.jis +++ b/docs/manual/mod/mpm_common.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache MPM $B6&DL%G%#%l%/%F%#%V(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../de/mod/mpm_common.html"> de </a> | <a href="../en/mod/mpm_common.html"> en </a> | <a href="../ja/mod/mpm_common.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td>$BFs$D0J>e$N%^%k%A%W%m%;%C%7%s%0%b%8%e!<%k(B (MPM) $B$G<BAu$5$l$F$$$k%G%#%l%/%F%#%V$N%3%l%/%7%g%s(B</td></tr> <tr><th><a href="module-dict.html#Status">$B%9%F!<%?%9(B:</a></th><td>MPM</td></tr></table> @@ -724,7 +727,9 @@ </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../de/mod/mpm_common.html"> de </a> | <a href="../en/mod/mpm_common.html"> en </a> | <a href="../ja/mod/mpm_common.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mpm_netware.html.en b/docs/manual/mod/mpm_netware.html.en index f36d888e7b..b33f993865 100644 --- a/docs/manual/mod/mpm_netware.html.en +++ b/docs/manual/mod/mpm_netware.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache MPM netware</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mpm_netware.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Multi-Processing Module implementing an exclusively threaded web server optimized for Novell NetWare</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>MPM</td></tr> @@ -113,7 +116,9 @@ </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mpm_netware.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mpm_winnt.html.de b/docs/manual/mod/mpm_winnt.html.de index 73efcca36d..7d284a86fd 100644 --- a/docs/manual/mod/mpm_winnt.html.de +++ b/docs/manual/mod/mpm_winnt.html.de @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP-Server</a> > <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> > <a href="../">Version 2.1</a> > <a href="./">Module</a></div> <div id="page-content"> <div id="preamble"><h1>Apache-MPM winnt</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../de/mod/mpm_winnt.html"> de </a> | <a href="../en/mod/mpm_winnt.html"> en </a> | <a href="../ja/mod/mpm_winnt.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Beschreibung:</a></th><td> Das Multi-Processing-Modul ist optimiert fЭr Windows NT.</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>MPM</td></tr> @@ -47,7 +50,9 @@ </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../de/mod/mpm_winnt.html"> de </a> | <a href="../en/mod/mpm_winnt.html"> en </a> | <a href="../ja/mod/mpm_winnt.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Gepflegt durch das <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Module</a> | <a href="../mod/directives.html">Direktiven</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossar</a> | <a href="../sitemap.html">Seitenindex</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mpm_winnt.html.en b/docs/manual/mod/mpm_winnt.html.en index f6e25aee2d..1ad5d836a4 100644 --- a/docs/manual/mod/mpm_winnt.html.en +++ b/docs/manual/mod/mpm_winnt.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache MPM winnt</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../de/mod/mpm_winnt.html"> de </a> | <a href="../en/mod/mpm_winnt.html"> en </a> | <a href="../ja/mod/mpm_winnt.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>This Multi-Processing Module is optimized for Windows NT.</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>MPM</td></tr> @@ -47,7 +50,9 @@ NT.</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../de/mod/mpm_winnt.html"> de </a> | <a href="../en/mod/mpm_winnt.html"> en </a> | <a href="../ja/mod/mpm_winnt.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mpm_winnt.html.ja.jis b/docs/manual/mod/mpm_winnt.html.ja.jis index 4839ff2ac0..0f952e0083 100644 --- a/docs/manual/mod/mpm_winnt.html.ja.jis +++ b/docs/manual/mod/mpm_winnt.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache MPM winnt</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../de/mod/mpm_winnt.html"> de </a> | <a href="../en/mod/mpm_winnt.html"> en </a> | <a href="../ja/mod/mpm_winnt.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td>Windows NT $B8~$1$K:GE,2=$5$l$?%^%k%A%W%m%;%C%7%s%0%b%8%e!<%k(B</td></tr> <tr><th><a href="module-dict.html#Status">$B%9%F!<%?%9(B:</a></th><td>MPM</td></tr> @@ -47,7 +50,9 @@ </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../de/mod/mpm_winnt.html"> de </a> | <a href="../en/mod/mpm_winnt.html"> en </a> | <a href="../ja/mod/mpm_winnt.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/mpmt_os2.html.en b/docs/manual/mod/mpmt_os2.html.en index 3b72aacd92..5b78d7902b 100644 --- a/docs/manual/mod/mpmt_os2.html.en +++ b/docs/manual/mod/mpmt_os2.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache MPM os2</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/mpmt_os2.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Hybrid multi-process, multi-threaded MPM for OS/2</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>MPM</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>mpm_mpmt_os2_module</td></tr> @@ -61,7 +64,9 @@ uses</a></li> </ul></div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/mpmt_os2.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/perchild.html.en b/docs/manual/mod/perchild.html.en index 87277d5ca8..cbe1e3b49c 100644 --- a/docs/manual/mod/perchild.html.en +++ b/docs/manual/mod/perchild.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache MPM perchild</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/perchild.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Multi-Processing Module allowing for daemon processes serving requests to be assigned a variety of different userids</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>MPM</td></tr> @@ -250,7 +253,9 @@ processes</td></tr> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/perchild.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/prefork.html.de b/docs/manual/mod/prefork.html.de index 45709f363b..7be19e0eb7 100644 --- a/docs/manual/mod/prefork.html.de +++ b/docs/manual/mod/prefork.html.de @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP-Server</a> > <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> > <a href="../">Version 2.1</a> > <a href="./">Module</a></div> <div id="page-content"> <div id="preamble"><h1>Apache-MPM prefork</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../de/mod/prefork.html"> de </a> | <a href="../en/mod/prefork.html"> en </a> | <a href="../ja/mod/prefork.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Beschreibung:</a></th><td>Implementiert einen im Voraus forkenden Webserver ohne Thread-UnterstЭtzung</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>MPM</td></tr> @@ -174,7 +177,9 @@ </ul> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../de/mod/prefork.html"> de </a> | <a href="../en/mod/prefork.html"> en </a> | <a href="../ja/mod/prefork.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Gepflegt durch das <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Module</a> | <a href="../mod/directives.html">Direktiven</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossar</a> | <a href="../sitemap.html">Seitenindex</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/prefork.html.en b/docs/manual/mod/prefork.html.en index 5781a455a2..1a69162b38 100644 --- a/docs/manual/mod/prefork.html.en +++ b/docs/manual/mod/prefork.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache MPM prefork</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../de/mod/prefork.html"> de </a> | <a href="../en/mod/prefork.html"> en </a> | <a href="../ja/mod/prefork.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Implements a non-threaded, pre-forking web server</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>MPM</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module═Identifier:</a></th><td>mpm_prefork_module</td></tr> @@ -160,7 +163,9 @@ uses</a></li> </ul> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../de/mod/prefork.html"> de </a> | <a href="../en/mod/prefork.html"> en </a> | <a href="../ja/mod/prefork.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/prefork.html.ja.jis b/docs/manual/mod/prefork.html.ja.jis index eaa54ca5e8..64654ba6da 100644 --- a/docs/manual/mod/prefork.html.ja.jis +++ b/docs/manual/mod/prefork.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache MPM prefork</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../de/mod/prefork.html"> de </a> | <a href="../en/mod/prefork.html"> en </a> | <a href="../ja/mod/prefork.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td>$B%9%l%C%I$r;H$o$:!"@h9T$7$F(B fork $B$r9T$J$&%&%'%V%5!<%P$r<BAu(B </td></tr> <tr><th><a href="module-dict.html#Status">$B%9%F!<%?%9(B:</a></th><td>MPM</td></tr> @@ -221,7 +224,9 @@ accept $B$7$h$&$H$7$F$$$k$H$-$K!"(BApache $B$,$=$l$i$N;R%W%m%;%9$rD>Ns2=$9$k$ </ul> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../de/mod/prefork.html"> de </a> | <a href="../en/mod/prefork.html"> en </a> | <a href="../ja/mod/prefork.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de index 647a6116c0..4262d77985 100644 --- a/docs/manual/mod/quickreference.html.de +++ b/docs/manual/mod/quickreference.html.de @@ -19,6 +19,9 @@ <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP-Server</a> > <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> > <a href="../">Version 2.1</a> > <a href="./">Module</a></div> <div id="preamble"><h1>Kurzreferenz der Direktiven</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../de/mod/quickreference.html"> de </a> | <a href="../en/mod/quickreference.html"> en </a> | <a href="../ja/mod/quickreference.html"> ja </a></p> +</div> <p>Die Kurzreferenz der Direktiven zeigt die Verwendung, Voreinstellung, den Status und den Kontext aller @@ -706,7 +709,9 @@ a given virtual host</td></tr> <tr class="odd"><td><a href="mod_include.html#xbithack" id="X" name="X">XBitHack on|off|full</a></td><td> off </td><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Parse SSI directives in files with the execute bit set</td></tr> </table></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../de/mod/quickreference.html"> de </a> | <a href="../en/mod/quickreference.html"> en </a> | <a href="../ja/mod/quickreference.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Gepflegt durch das <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Module</a> | <a href="../mod/directives.html">Direktiven</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossar</a> | <a href="../sitemap.html">Seitenindex</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index e7e731ca6a..a2adefc138 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -19,6 +19,9 @@ <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="preamble"><h1>Directive Quick Reference</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../de/mod/quickreference.html"> de </a> | <a href="../en/mod/quickreference.html"> en </a> | <a href="../ja/mod/quickreference.html"> ja </a></p> +</div> <p>The directive quick reference shows the usage, default, status, and context of each Apache configuration directive. For more @@ -687,7 +690,9 @@ a given virtual host</td></tr> <tr class="odd"><td><a href="mod_include.html#xbithack" id="X" name="X">XBitHack on|off|full</a></td><td> off </td><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Parse SSI directives in files with the execute bit set</td></tr> </table></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../de/mod/quickreference.html"> de </a> | <a href="../en/mod/quickreference.html"> en </a> | <a href="../ja/mod/quickreference.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/quickreference.html.ja.jis b/docs/manual/mod/quickreference.html.ja.jis index be24ca32fd..caf0660bc7 100644 --- a/docs/manual/mod/quickreference.html.ja.jis +++ b/docs/manual/mod/quickreference.html.ja.jis @@ -19,6 +19,9 @@ <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="preamble"><h1>$B%G%#%l%/%F%#%V(B $B%/%$%C%/%j%U%!%l%s%9(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../de/mod/quickreference.html"> de </a> | <a href="../en/mod/quickreference.html"> en </a> | <a href="../ja/mod/quickreference.html"> ja </a></p> +</div> <p>$B%G%#%l%/%F%#%V(B $B%/%$%C%/%j%U%!%l%s%9$G$O!"3F(B Apache $B@_Dj%G%#%l%/%F%#%V$N(B $B;HMQJ}K!!"%G%U%)%k%HCM!"%9%F!<%?%9$H%3%s%F%-%9%H$r<($7$F$$$^$9!#(B @@ -672,7 +675,9 @@ a given virtual host</td></tr> <tr><td><a href="mod_include.html#xbithack" id="X" name="X">XBitHack on|off|full</a></td><td> off </td><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">$B<B9T%S%C%H$,@_Dj$5$l$?%U%!%$%k$N(B SSI $B%G%#%l%/%F%#%V$r(B $B2r@O$9$k(B</td></tr> </table></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../de/mod/quickreference.html"> de </a> | <a href="../en/mod/quickreference.html"> en </a> | <a href="../ja/mod/quickreference.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/threadpool.html.en b/docs/manual/mod/threadpool.html.en index 8015733f94..3b74d6df03 100644 --- a/docs/manual/mod/threadpool.html.en +++ b/docs/manual/mod/threadpool.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache MPM threadpool</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/mod/threadpool.html"> en </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Yet another experimental variant of the standard <code class="module"><a href="../mod/worker.html">worker</a></code> MPM</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>MPM</td></tr> @@ -68,7 +71,9 @@ </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/mod/threadpool.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/worker.html.de b/docs/manual/mod/worker.html.de index d17e968c53..7747cf9aa7 100644 --- a/docs/manual/mod/worker.html.de +++ b/docs/manual/mod/worker.html.de @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP-Server</a> > <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> > <a href="../">Version 2.1</a> > <a href="./">Module</a></div> <div id="page-content"> <div id="preamble"><h1>Apache-MPM worker</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../de/mod/worker.html"> de </a> | <a href="../en/mod/worker.html"> en </a> | <a href="../ja/mod/worker.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Beschreibung:</a></th><td>Multi-Processing-Modul, das einen Hybrid-Webserver mit Multi-Thread und Multi-Prozess-UnterstЭtzung implementiert</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>MPM</td></tr> @@ -132,7 +135,9 @@ beendet und neue startet.</p> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../de/mod/worker.html"> de </a> | <a href="../en/mod/worker.html"> en </a> | <a href="../ja/mod/worker.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Gepflegt durch das <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Module</a> | <a href="../mod/directives.html">Direktiven</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossar</a> | <a href="../sitemap.html">Seitenindex</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/worker.html.en b/docs/manual/mod/worker.html.en index 632b0dca82..36bf5589fa 100644 --- a/docs/manual/mod/worker.html.en +++ b/docs/manual/mod/worker.html.en @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Modules</a></div> <div id="page-content"> <div id="preamble"><h1>Apache MPM worker</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../de/mod/worker.html"> de </a> | <a href="../en/mod/worker.html"> en </a> | <a href="../ja/mod/worker.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Multi-Processing Module implementing a hybrid multi-threaded multi-process web server</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>MPM</td></tr> @@ -131,7 +134,9 @@ uses</a></li> old ones and launching new ones.</p> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../de/mod/worker.html"> de </a> | <a href="../en/mod/worker.html"> en </a> | <a href="../ja/mod/worker.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mod/worker.html.ja.jis b/docs/manual/mod/worker.html.ja.jis index cad9ddb982..4345eda782 100644 --- a/docs/manual/mod/worker.html.ja.jis +++ b/docs/manual/mod/worker.html.ja.jis @@ -20,6 +20,9 @@ <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a> > <a href="./">$B%b%8%e!<%k(B</a></div> <div id="page-content"> <div id="preamble"><h1>Apache MPM worker</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../de/mod/worker.html"> de </a> | <a href="../en/mod/worker.html"> en </a> | <a href="../ja/mod/worker.html"> ja </a></p> +</div> <table class="module"><tr><th><a href="module-dict.html#Description">$B@bL@(B:</a></th><td>$B%^%k%A%9%l%C%I$H%^%k%A%W%m%;%9$N%O%$%V%j%C%I7?(B $B%&%'%V%5!<%P$r<BAu$7$?%^%k%A%W%m%;%C%7%s%0%b%8%e!<%k(B</td></tr> <tr><th><a href="module-dict.html#Status">$B%9%F!<%?%9(B:</a></th><td>MPM</td></tr> @@ -143,7 +146,9 @@ $B$I$NDxEY$NIQEY$G%5!<%P$,%W%m%;%9$r(B$B%j%5%$%/%k$9$k$+$r@)8f$7$^$9!#(B</p> </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../de/mod/worker.html"> de </a> | <a href="../en/mod/worker.html"> en </a> | <a href="../ja/mod/worker.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mpm.html.en b/docs/manual/mpm.html.en index 407e59eafb..4156d9ca5f 100644 --- a/docs/manual/mpm.html.en +++ b/docs/manual/mpm.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Multi-Processing Modules (MPMs)</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/mpm.html"> en </a> | <a href="./ja/mpm.html"> ja </a> | <a href="./ko/mpm.html"> ko </a></p> +</div> + <p>This document describes what a Multi-Processing Module is and how they are using by the Apache HTTP Server.</p> </div> @@ -108,7 +112,9 @@ choice at compile-time.</p> <tr><td>Windows</td><td><code class="module"><a href="./mod/mpm_winnt.html">mpm_winnt</a></code></td></tr> </table> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/mpm.html"> en </a> | <a href="./ja/mpm.html"> ja </a> | <a href="./ko/mpm.html"> ko </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/mpm.html.ja.jis b/docs/manual/mpm.html.ja.jis index c8062222bd..1e8e38c556 100644 --- a/docs/manual/mpm.html.ja.jis +++ b/docs/manual/mpm.html.ja.jis @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="./">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>$B%^%k%A%W%m%;%C%7%s%0%b%8%e!<%k(B (MPM)</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/mpm.html"> en </a> | <a href="./ja/mpm.html"> ja </a> | <a href="./ko/mpm.html"> ko </a></p> +</div> + <p>$B$3$NJ8=q$G$O%^%k%A%W%m%;%C%7%s%0%b%8%e!<%k$,$I$N$h$&$J$b$N$G!"(B Apache HTTP $B%5!<%P$G$I$N$h$&$K;HMQ$5$l$k$+$K$D$$$F2r@b$7$F$$$^$9!#(B</p> </div> @@ -116,7 +120,9 @@ Apache HTTP $B%5!<%P$G$I$N$h$&$K;HMQ$5$l$k$+$K$D$$$F2r@b$7$F$$$^$9!#(B</p> <tr><td>Windows</td><td><code class="module"><a href="./mod/mpm_winnt.html">mpm_winnt</a></code></td></tr> </table> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/mpm.html"> en </a> | <a href="./ja/mpm.html"> ja </a> | <a href="./ko/mpm.html"> ko </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">$B%b%8%e!<%k(B</a> | <a href="./mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">$BMQ8l(B</a> | <a href="./sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/new_features_2_0.html.de b/docs/manual/new_features_2_0.html.de index f4e5b72bf1..77607bb697 100644 --- a/docs/manual/new_features_2_0.html.de +++ b/docs/manual/new_features_2_0.html.de @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP-Server</a> > <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>эbersicht der neuen Funktionen in Apache 2.0</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./de/new_features_2_0.html"> de </a> | <a href="./en/new_features_2_0.html"> en </a> | <a href="./fr/new_features_2_0.html"> fr </a> | <a href="./ja/new_features_2_0.html"> ja </a> | <a href="./ko/new_features_2_0.html"> ko </a> | <a href="./ru/new_features_2_0.html"> ru </a></p> +</div> + <p>Dieses Dokument beschreibt einige der wichtigsten дnderungen des Apache HTTP Servers 2.0 gegenЭber der Version 1.3.</p> </div> @@ -239,7 +243,9 @@ Konfigurationsaweisung <code class="directive"><a href="./mod/mod_auth_dbm.html#authdbmtype">AuthDBMType</a></code> unterstЭtzt.</dd> </dl> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./de/new_features_2_0.html"> de </a> | <a href="./en/new_features_2_0.html"> en </a> | <a href="./fr/new_features_2_0.html"> fr </a> | <a href="./ja/new_features_2_0.html"> ja </a> | <a href="./ko/new_features_2_0.html"> ko </a> | <a href="./ru/new_features_2_0.html"> ru </a></p> +</div><div id="footer"> <p class="apache">Gepflegt durch das <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Module</a> | <a href="./mod/directives.html">Direktiven</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossar</a> | <a href="./sitemap.html">Seitenindex</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/new_features_2_0.html.en b/docs/manual/new_features_2_0.html.en index 7ac3e46904..4f6a7f5d55 100644 --- a/docs/manual/new_features_2_0.html.en +++ b/docs/manual/new_features_2_0.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Overview of new features in Apache 2.0</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./de/new_features_2_0.html"> de </a> | <a href="./en/new_features_2_0.html"> en </a> | <a href="./fr/new_features_2_0.html"> fr </a> | <a href="./ja/new_features_2_0.html"> ja </a> | <a href="./ko/new_features_2_0.html"> ko </a> | <a href="./ru/new_features_2_0.html"> ru </a></p> +</div> + <p>This document describes some of the major changes between the 1.3 and 2.0 versions of the Apache HTTP Server.</p> </div> @@ -219,7 +223,9 @@ </dl> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./de/new_features_2_0.html"> de </a> | <a href="./en/new_features_2_0.html"> en </a> | <a href="./fr/new_features_2_0.html"> fr </a> | <a href="./ja/new_features_2_0.html"> ja </a> | <a href="./ko/new_features_2_0.html"> ko </a> | <a href="./ru/new_features_2_0.html"> ru </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/new_features_2_0.html.ja.jis b/docs/manual/new_features_2_0.html.ja.jis index 42c1195450..e4ca5f5e10 100644 --- a/docs/manual/new_features_2_0.html.ja.jis +++ b/docs/manual/new_features_2_0.html.ja.jis @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="./">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>Apache 2.0 $B$N?75!G=$N35MW(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./de/new_features_2_0.html"> de </a> | <a href="./en/new_features_2_0.html"> en </a> | <a href="./fr/new_features_2_0.html"> fr </a> | <a href="./ja/new_features_2_0.html"> ja </a> | <a href="./ko/new_features_2_0.html"> ko </a> | <a href="./ru/new_features_2_0.html"> ru </a></p> +</div> + <p>$B$3$NJ8=q$G$O!"(BApache HTTP $B%5!<%P%P!<%8%g%s(B 1.3 $B$H(B 2.0 $B$N<g$J0c$$$K$D$$$F5-=R$7$F$$$^$9!#(B</p> </div> @@ -229,7 +233,9 @@ </dl> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./de/new_features_2_0.html"> de </a> | <a href="./en/new_features_2_0.html"> en </a> | <a href="./fr/new_features_2_0.html"> fr </a> | <a href="./ja/new_features_2_0.html"> ja </a> | <a href="./ko/new_features_2_0.html"> ko </a> | <a href="./ru/new_features_2_0.html"> ru </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">$B%b%8%e!<%k(B</a> | <a href="./mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">$BMQ8l(B</a> | <a href="./sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/new_features_2_0.html.ru.koi8-r b/docs/manual/new_features_2_0.html.ru.koi8-r index 5e51912f9e..fe07889b9c 100644 --- a/docs/manual/new_features_2_0.html.ru.koi8-r +++ b/docs/manual/new_features_2_0.html.ru.koi8-r @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP сервер</a> > <a href="http://httpd.apache.org/docs-project/">Документация</a> > <a href="./">Версия 2.1</a></div><div id="page-content"><div id="preamble"><h1>Обзор новых возможностей в Apache 2.0</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./de/new_features_2_0.html"> de </a> | <a href="./en/new_features_2_0.html"> en </a> | <a href="./fr/new_features_2_0.html"> fr </a> | <a href="./ja/new_features_2_0.html"> ja </a> | <a href="./ko/new_features_2_0.html"> ko </a> | <a href="./ru/new_features_2_0.html"> ru </a></p> +</div> + <p>Этот документ описывает основные различия между версиями 1.3 и 2.0 HTTP сервера Apache</p> </div> <div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#core">Улучшения в ядре сервера</a></li> @@ -226,7 +230,9 @@ </dl> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./de/new_features_2_0.html"> de </a> | <a href="./en/new_features_2_0.html"> en </a> | <a href="./fr/new_features_2_0.html"> fr </a> | <a href="./ja/new_features_2_0.html"> ja </a> | <a href="./ko/new_features_2_0.html"> ko </a> | <a href="./ru/new_features_2_0.html"> ru </a></p> +</div><div id="footer"> <p class="apache">Поддержка осуществляется <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Модули</a> | <a href="./mod/directives.html">Директивы</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Глоссарий</a> | <a href="./sitemap.html">Карта сайта</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/platform/ebcdic.html.en b/docs/manual/platform/ebcdic.html.en index 2fbade8162..27a478fa53 100644 --- a/docs/manual/platform/ebcdic.html.en +++ b/docs/manual/platform/ebcdic.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>The Apache EBCDIC Port</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/platform/ebcdic.html"> en </a></p> +</div> + <div class="warning"><strong>Warning:</strong> This document has not been updated to take into account changes made in @@ -570,7 +574,9 @@ </table> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/platform/ebcdic.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/platform/index.html.en b/docs/manual/platform/index.html.en index 52fa3ff2da..f9b19aebfd 100644 --- a/docs/manual/platform/index.html.en +++ b/docs/manual/platform/index.html.en @@ -16,7 +16,11 @@ <img alt="" src="../images/feather.gif" /></div> <div class="up"><a href="../"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> -<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Platform Specific Notes</h1></div> +<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Platform Specific Notes</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/platform/"> en </a></p> +</div> +</div> <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#win">Microsoft Windows</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#other">Other Platforms</a></li> </ul></div> @@ -80,7 +84,9 @@ </dl> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/platform/"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/platform/netware.html.en b/docs/manual/platform/netware.html.en index cb207b51e1..db1c6a3753 100644 --- a/docs/manual/platform/netware.html.en +++ b/docs/manual/platform/netware.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>Using Apache With Novell NetWare</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/platform/netware.html"> en </a></p> +</div> + <p>This document explains how to install, configure and run Apache 2.0 under Novell NetWare 5.1 and above. If you find any bugs, @@ -621,7 +625,9 @@ </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/platform/netware.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/platform/perf-hp.html.en b/docs/manual/platform/perf-hp.html.en index d3cdd316ca..ac8e1f98af 100644 --- a/docs/manual/platform/perf-hp.html.en +++ b/docs/manual/platform/perf-hp.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>Running a High-Performance Web Server on HPUX</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/platform/perf-hp.html"> en </a></p> +</div> + <pre> Date: Wed, 05 Nov 1997 16:59:34 -0800 @@ -91,7 +95,9 @@ Subject: HP-UX tuning tips </div> </div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/platform/perf-hp.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/platform/win_compiling.html.en b/docs/manual/platform/win_compiling.html.en index 4d63725ace..2dab40d0f9 100644 --- a/docs/manual/platform/win_compiling.html.en +++ b/docs/manual/platform/win_compiling.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>Compiling Apache for Microsoft Windows</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/platform/win_compiling.html"> en </a></p> +</div> + <p>There are many important points before you begin compiling Apache. See <a href="windows.html">Using Apache with Microsoft @@ -411,7 +415,9 @@ nmake /f Makefile.win installd INSTDIR=<em>dir</em> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/platform/win_compiling.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/platform/windows.html.en b/docs/manual/platform/windows.html.en index 1c265c10c2..c2dec38df8 100644 --- a/docs/manual/platform/windows.html.en +++ b/docs/manual/platform/windows.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>Using Apache with Microsoft Windows</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/platform/windows.html"> en </a></p> +</div> + <p>This document explains how to install, configure and run Apache 2.0 under Microsoft Windows. If you find any bugs, or @@ -715,7 +719,9 @@ </p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/platform/windows.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/programs/ab.html.en b/docs/manual/programs/ab.html.en index 53236ec3c0..bdb2085bbf 100644 --- a/docs/manual/programs/ab.html.en +++ b/docs/manual/programs/ab.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>ab - Apache HTTP server benchmarking tool</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/programs/ab.html"> en </a></p> +</div> + <p><code>ab</code> is a tool for benchmarking your Apache Hypertext Transfer Protocol (HTTP) server. It is designed to give you an impression of how your current Apache installation performs. This especially shows @@ -184,7 +188,9 @@ in profile, which might indicate a performance problem; <em>i.e.</em>, you would measure the <code>ab</code> performance rather than the server's.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/programs/ab.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/programs/apachectl.html.en b/docs/manual/programs/apachectl.html.en index 63eb4e59bd..b26f80569d 100644 --- a/docs/manual/programs/apachectl.html.en +++ b/docs/manual/programs/apachectl.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>apachectl - Apache HTTP Server Control Interface</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/programs/apachectl.html"> en </a></p> +</div> + <p><code>apachectl</code> is a front end to the Apache HyperText Transfer Protocol (HTTP) server. It is designed to help the administrator control the functioning of the Apache @@ -138,7 +142,9 @@ available.</dd> </dl> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/programs/apachectl.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/programs/apxs.html.en b/docs/manual/programs/apxs.html.en index e21de9dd80..8af3842a19 100644 --- a/docs/manual/programs/apxs.html.en +++ b/docs/manual/programs/apxs.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>apxs - APache eXtenSion tool</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/programs/apxs.html"> en </a></p> +</div> + <p><code>apxs</code> is a tool for building and installing extension modules for the Apache HyperText Transfer Protocol (HTTP) server. This is achieved by building a dynamic shared object (DSO) from one or more source @@ -323,7 +327,9 @@ object files. Only C source files are compiled while remaining object files are used for the linking phase.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/programs/apxs.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/programs/dbmmanage.html.en b/docs/manual/programs/dbmmanage.html.en index ababb460a1..ed5d2b7375 100644 --- a/docs/manual/programs/dbmmanage.html.en +++ b/docs/manual/programs/dbmmanage.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>dbmmanage - Manage user authentication files in DBM format</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/programs/dbmmanage.html"> en </a></p> +</div> + <p><code>dbmmanage</code> is used to create and update the DBM format files used to store usernames and password for basic authentication of HTTP users. Resources available from the Apache HTTP server can be restricted to just @@ -158,7 +162,9 @@ <p>One can usually use the <code>file</code> program supplied with most Unix systems to see what format a DBM file is in.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/programs/dbmmanage.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/programs/htdigest.html.en b/docs/manual/programs/htdigest.html.en index 859d65a4ee..aea6d5c3df 100644 --- a/docs/manual/programs/htdigest.html.en +++ b/docs/manual/programs/htdigest.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>htdigest - manage user files for digest authentication</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/programs/htdigest.html"> en </a></p> +</div> + <p><code>htdigest</code> is used to create and update the flat-files used to store usernames, realm and password for digest authentication of HTTP users. Resources available from the Apache HTTP server can be restricted @@ -58,7 +62,9 @@ does exist, the password is changed.</dd> </dl> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/programs/htdigest.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/programs/httpd.html.en b/docs/manual/programs/httpd.html.en index 41433ec815..78b7a5a8fc 100644 --- a/docs/manual/programs/httpd.html.en +++ b/docs/manual/programs/httpd.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>httpd - Apache Hypertext Transfer Protocol Server</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/programs/httpd.html"> en </a></p> +</div> + <p><code>httpd</code> is the Apache HyperText Transfer Protocol (HTTP) server program. It is designed to be run as a standalone daemon process. When used like this it will create a pool of @@ -173,7 +177,9 @@ be read.</dd> </dl> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/programs/httpd.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/programs/index.html.en b/docs/manual/programs/index.html.en index 8e75afe08a..00ecbcf60c 100644 --- a/docs/manual/programs/index.html.en +++ b/docs/manual/programs/index.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="../"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Server and Supporting Programs</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/programs/"> en </a></p> +</div> + <p>This page documents all the executable programs included with the Apache HTTP Server.</p> </div> @@ -72,7 +76,9 @@ <dt><a href="other.html">Other Programs</a></dt> </dl> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/programs/"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/programs/logresolve.html.en b/docs/manual/programs/logresolve.html.en index 1bac47609d..84490efcda 100644 --- a/docs/manual/programs/logresolve.html.en +++ b/docs/manual/programs/logresolve.html.en @@ -19,6 +19,10 @@ <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>logresolve - Resolve IP-addresses to hostnames in Apache log files</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/programs/logresolve.html"> en </a></p> +</div> + <p><code>logresolve</code> is a post-processing program to resolve IP-addresses in Apache's access logfiles. To minimize impact on your nameserver, logresolve has its very own internal @@ -58,7 +62,9 @@ original address.</dd> </dl> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/programs/logresolve.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/programs/rotatelogs.html.en b/docs/manual/programs/rotatelogs.html.en index 968434bd16..25e716d856 100644 --- a/docs/manual/programs/rotatelogs.html.en +++ b/docs/manual/programs/rotatelogs.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>rotatelogs - Piped logging program to rotate Apache logs</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/programs/rotatelogs.html"> en </a></p> +</div> + <p><code>rotatelogs</code> is a simple program for use in conjunction with Apache's piped logfile feature. For example:</p> @@ -117,7 +121,9 @@ extensions.</p> </table> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/programs/rotatelogs.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/programs/suexec.html.en b/docs/manual/programs/suexec.html.en index 7c9b0eb2ae..ce12ec7834 100644 --- a/docs/manual/programs/suexec.html.en +++ b/docs/manual/programs/suexec.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>suexec - Switch user before executing external programs</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/programs/suexec.html"> en </a></p> +</div> + <p><code>suexec</code> is used by the Apache HTTP Server to switch to another user before executing CGI programs. In order to achieve this, it must run as <code>root</code>. Since the HTTP daemon normally doesn't @@ -47,7 +51,9 @@ changable only at compile time.</dd> </dl> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/programs/suexec.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/sections.html.en b/docs/manual/sections.html.en index 2d54762f70..6bcf2f23b2 100644 --- a/docs/manual/sections.html.en +++ b/docs/manual/sections.html.en @@ -16,7 +16,11 @@ <img alt="" src="./images/feather.gif" /></div> <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> -<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Configuration Sections</h1> <p>Directives in the <a href="configuring.html">configuration files</a> may apply to the +<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Configuration Sections</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/sections.html"> en </a> | <a href="./ja/sections.html"> ja </a></p> +</div> + <p>Directives in the <a href="configuring.html">configuration files</a> may apply to the entire server, or they may be restricted to apply only to particular directories, files, hosts, or URLs. This document describes how to use configuration section containers or <code>.htaccess</code> files @@ -436,7 +440,9 @@ Deny from badguy.example.com<br /> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/sections.html"> en </a> | <a href="./ja/sections.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/sections.html.ja.jis b/docs/manual/sections.html.ja.jis index e20e626f09..c7b2381bdf 100644 --- a/docs/manual/sections.html.ja.jis +++ b/docs/manual/sections.html.ja.jis @@ -16,7 +16,11 @@ <img alt="" src="./images/feather.gif" /></div> <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> -<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="./">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>$B%;%/%7%g%s$N@_Dj(B</h1> <p><a href="configuring.html">$B@_Dj%U%!%$%k(B</a>$BCf$N%G%#%l%/%F%#%V$O(B +<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="./">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>$B%;%/%7%g%s$N@_Dj(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/sections.html"> en </a> | <a href="./ja/sections.html"> ja </a></p> +</div> + <p><a href="configuring.html">$B@_Dj%U%!%$%k(B</a>$BCf$N%G%#%l%/%F%#%V$O(B $B%5!<%PA4BN$KE,MQ$5$l$?$j!"FCDj$N%G%#%l%/%H%j$d%U%!%$%k!"%[%9%H!"(BURL $B$K$N$_(B $BE,MQ$5$l$k$h$&$K@)8B$7$?$j$9$k$3$H$,$G$-$^$9!#$3$NJ8=q$O@_DjMQ$N%;%/%7%g%s$N(B $B%3%s%F%J$d(B <code>.htaccess</code> $B%U%!%$%k$r;H$C$FB>$N@_Dj%G%#%l%/%F%#%V$N(B @@ -446,7 +450,9 @@ Deny from badguy.example.com<br /> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/sections.html"> en </a> | <a href="./ja/sections.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">$B%b%8%e!<%k(B</a> | <a href="./mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">$BMQ8l(B</a> | <a href="./sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/server-wide.html.en b/docs/manual/server-wide.html.en index 7aac9b3fb7..cabc0fd763 100644 --- a/docs/manual/server-wide.html.en +++ b/docs/manual/server-wide.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Server-Wide Configuration</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/server-wide.html"> en </a> | <a href="./ja/server-wide.html"> ja </a></p> +</div> + <p>This document explains some of the directives provided by the <code class="module"><a href="./mod/core.html">core</a></code> server which are used to configure the basic operations of the server.</p> @@ -83,7 +87,9 @@ the basic operations of the server.</p> <p>The <code class="directive"><a href="./mod/mpm_netware.html#threadstacksize">ThreadStackSize</a></code> directive is used only on Netware to control the stack size.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/server-wide.html"> en </a> | <a href="./ja/server-wide.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/server-wide.html.ja.jis b/docs/manual/server-wide.html.ja.jis index 873d1db364..368e40ea5f 100644 --- a/docs/manual/server-wide.html.ja.jis +++ b/docs/manual/server-wide.html.ja.jis @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="./">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>$B%5!<%PA4BN$N@_Dj(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/server-wide.html"> en </a> | <a href="./ja/server-wide.html"> ja </a></p> +</div> + <p>$B$3$N%I%-%e%a%s%H$G$O(B<code class="module"><a href="./mod/core.html">core</a></code> $B%5!<%P$N%G%#%l%/%F%#%V$NCf$G!"(B $B4pK\F0:n$r@_Dj$9$k$?$a$N$b$N$r@bL@$7$^$9!#(B</p> @@ -83,7 +87,9 @@ <p><code class="directive"><a href="./mod/mpm_netware.html#threadstacksize">ThreadStackSize</a></code> $B$O(B Netware $B$G$N$_!"%9%?%C%/$NBg$-$5$r@)8f$9$k$?$a$K;H$o$l$^$9!#(B</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/server-wide.html"> en </a> | <a href="./ja/server-wide.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">$B%b%8%e!<%k(B</a> | <a href="./mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">$BMQ8l(B</a> | <a href="./sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/sitemap.html.de b/docs/manual/sitemap.html.de index 7304694308..1fddec1e7f 100644 --- a/docs/manual/sitemap.html.de +++ b/docs/manual/sitemap.html.de @@ -19,6 +19,9 @@ <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP-Server</a> > <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> > <a href="./">Version 2.1</a></div> <div id="page-content"><div id="preamble"><h1>Seitenindex</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./de/sitemap.html"> de </a> | <a href="./en/sitemap.html"> en </a> | <a href="./ja/sitemap.html"> ja </a></p> +</div> <p>Diese Seite verzeichnet die zur Zeit verfЭgbaren Dokumente der <a href="./">Dokumentation zum Apache HTTP Server Version 2.1</a>.</p> @@ -233,7 +236,9 @@ HPUX betreiben</a></li> <li>Seitenindex (dieses Dokument)</li> </ul> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./de/sitemap.html"> de </a> | <a href="./en/sitemap.html"> en </a> | <a href="./ja/sitemap.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Gepflegt durch das <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Module</a> | <a href="./mod/directives.html">Direktiven</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossar</a> | <a href="./sitemap.html">Seitenindex</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/sitemap.html.en b/docs/manual/sitemap.html.en index 2e2e1a9e98..abd186e7c9 100644 --- a/docs/manual/sitemap.html.en +++ b/docs/manual/sitemap.html.en @@ -19,6 +19,9 @@ <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.1</a></div> <div id="page-content"><div id="preamble"><h1>Sitemap</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./de/sitemap.html"> de </a> | <a href="./en/sitemap.html"> en </a> | <a href="./ja/sitemap.html"> ja </a></p> +</div> <p>This page lists the currently available documents of the <a href="./">Apache HTTP Server Version 2.1 Documentation</a>.</p> @@ -231,7 +234,9 @@ Server on HPUX</a></li> <li>Sitemap (this document)</li> </ul> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./de/sitemap.html"> de </a> | <a href="./en/sitemap.html"> en </a> | <a href="./ja/sitemap.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/sitemap.html.ja.jis b/docs/manual/sitemap.html.ja.jis index 03003cbf03..851d6cdbc2 100644 --- a/docs/manual/sitemap.html.ja.jis +++ b/docs/manual/sitemap.html.ja.jis @@ -19,6 +19,9 @@ <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="./">$B%P!<%8%g%s(B 2.1</a></div> <div id="page-content"><div id="preamble"><h1>Site Map</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./de/sitemap.html"> de </a> | <a href="./en/sitemap.html"> en </a> | <a href="./ja/sitemap.html"> ja </a></p> +</div> <p>$B$3$N%Z!<%8$O8=;~E@$GMxMQ2DG=$J(B <a href="./">Apache HTTP $B%5!<%P%P!<%8%g%s(B 2.1 $B$N%I%-%e%a%s%F!<%7%g%s(B</a> @@ -232,7 +235,9 @@ <li>$B%5%$%H%^%C%W(B ($B$3$NJ8=q(B)</li> </ul> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./de/sitemap.html"> de </a> | <a href="./en/sitemap.html"> en </a> | <a href="./ja/sitemap.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">$B%b%8%e!<%k(B</a> | <a href="./mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">$BMQ8l(B</a> | <a href="./sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/ssl/index.html.en b/docs/manual/ssl/index.html.en index ab1b27b2f7..43ebe336c2 100644 --- a/docs/manual/ssl/index.html.en +++ b/docs/manual/ssl/index.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="../"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Apache SSL/TLS Encryption</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/ssl/"> en </a> | <a href="../ja/ssl/"> ja </a></p> +</div> + <p>The Apache HTTP Server module <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> provides an interface to the <a href="http://www.openssl.org/">OpenSSL</a> library, which provides Strong Encryption using the Secure Sockets Layer and Transport Layer @@ -43,7 +47,9 @@ Ralf S. Engelschall's mod_ssl project.</p> provided by this module is provided in the <a href="../mod/mod_ssl.html">mod_ssl reference documentation</a>. </p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/ssl/"> en </a> | <a href="../ja/ssl/"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/ssl/index.html.ja.jis b/docs/manual/ssl/index.html.ja.jis index 7dd36e2b89..5ff2f32d35 100644 --- a/docs/manual/ssl/index.html.ja.jis +++ b/docs/manual/ssl/index.html.ja.jis @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>Apache $B$N(B SSL/TLS $B0E9f2=(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/ssl/"> en </a> | <a href="../ja/ssl/"> ja </a></p> +</div> + <p>Apache HTTP $B%5!<%P%b%8%e!<%k(B <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> $B$,(B <a href="http://www.openssl.org/">OpenSSL</a> $B%i%$%V%i%j$X$N%$%s%?!<%U%'!<%9$rDs6!$7$F$$$^$9$,!"$3$l$O(B @@ -45,7 +49,9 @@ Secure Sockts Layer $B$H(B Transport Layer Security $B>\$7$$J8=q$O!"(B<a href="../mod/mod_ssl.html">mod_ssl $B%j%U%!%l%s%9(B</a>$B$r$4Mw2<$5$$!#(B</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/ssl/"> en </a> | <a href="../ja/ssl/"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/ssl/ssl_compat.html.en b/docs/manual/ssl/ssl_compat.html.en index 176554336d..8fc87750e2 100644 --- a/docs/manual/ssl/ssl_compat.html.en +++ b/docs/manual/ssl/ssl_compat.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">SSL/TLS</a></div><div id="page-content"><div id="preamble"><h1>SSL/TLS Strong Encryption: Compatibility</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/ssl/ssl_compat.html"> en </a></p> +</div> + <blockquote> <p>All PCs are compatible. But some of them are more compatible than others.</p> @@ -220,7 +224,9 @@ are listed in <a href="#table3">Table 3</a>.</p> </table> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/ssl/ssl_compat.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/ssl/ssl_faq.html.en b/docs/manual/ssl/ssl_faq.html.en index 4f08cc1e4c..2c463ec065 100644 --- a/docs/manual/ssl/ssl_faq.html.en +++ b/docs/manual/ssl/ssl_faq.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">SSL/TLS</a></div><div id="page-content"><div id="preamble"><h1>SSL/TLS Strong Encryption: FAQ</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/ssl/ssl_faq.html"> en </a></p> +</div> + <blockquote> <p>The wise man doesn't give the right answers, he poses the right questions.</p> @@ -1013,7 +1017,9 @@ server" What's the reason?</a></h3> </ol> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/ssl/ssl_faq.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/ssl/ssl_howto.html.en b/docs/manual/ssl/ssl_howto.html.en index 02fe037768..4f53b6fbbe 100644 --- a/docs/manual/ssl/ssl_howto.html.en +++ b/docs/manual/ssl/ssl_howto.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">SSL/TLS</a></div><div id="page-content"><div id="preamble"><h1>SSL/TLS Strong Encryption: How-To</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/ssl/ssl_howto.html"> en </a></p> +</div> + <blockquote> <p>The solution of this problem is trivial and is left as an exercise for the reader.</p> @@ -270,7 +274,9 @@ Require valid-user </Directory></pre></div> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/ssl/ssl_howto.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/ssl/ssl_intro.html.en b/docs/manual/ssl/ssl_intro.html.en index 77888ab44e..0260c14e9b 100644 --- a/docs/manual/ssl/ssl_intro.html.en +++ b/docs/manual/ssl/ssl_intro.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">SSL/TLS</a></div><div id="page-content"><div id="preamble"><h1>SSL/TLS Strong Encryption: An Introduction</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/ssl/ssl_intro.html"> en </a></p> +</div> + <blockquote> <p>The nice thing about standards is that there are so many to choose from. And if you really don't like all the standards you just have to @@ -624,7 +628,9 @@ Version 3.0</q>, 1996. See <a href="http://www.netscape.com/eng/ssl3/draft302.tx 1999. See <a href="http://ietf.org/rfc/rfc2246.txt">http://ietf.org/rfc/rfc2246.txt</a>.</dd> </dl> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/ssl/ssl_intro.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/stopping.html.de b/docs/manual/stopping.html.de index 465a4ec52a..48ed41d3b3 100644 --- a/docs/manual/stopping.html.de +++ b/docs/manual/stopping.html.de @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP-Server</a> > <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Beenden und Neustarten</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./de/stopping.html"> de </a> | <a href="./en/stopping.html"> en </a> | <a href="./ja/stopping.html"> ja </a></p> +</div> + <p>Dieses Dokument umfasst das Beenden und Neustarten des Apache auf Unix-Дhnlichen Systemen. Anwender von Windows NT, 2000 und XP sollten <a href="platform/windows.html#winsvc">Betreiben @@ -232,7 +236,9 @@ pro Sekunde neu gestartet, wДhrend Clients das Angebot abgegrast haben, ohne kaputte Bilder oder leere Dokumente zu erhalten.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./de/stopping.html"> de </a> | <a href="./en/stopping.html"> en </a> | <a href="./ja/stopping.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Gepflegt durch das <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Module</a> | <a href="./mod/directives.html">Direktiven</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossar</a> | <a href="./sitemap.html">Seitenindex</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/stopping.html.en b/docs/manual/stopping.html.en index 4df8a0676a..3acdc8d6af 100644 --- a/docs/manual/stopping.html.en +++ b/docs/manual/stopping.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Stopping and Restarting</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./de/stopping.html"> de </a> | <a href="./en/stopping.html"> en </a> | <a href="./ja/stopping.html"> ja </a></p> +</div> + <p>This document covers stopping and restarting Apache on Unix-like systems. Windows NT, 2000 and XP users should see <a href="platform/windows.html#winsvc">Running Apache as a @@ -209,7 +213,9 @@ error. See above for a method of avoiding this.</div> second and clients successfully browsed the site without getting broken images or empty documents. </p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./de/stopping.html"> de </a> | <a href="./en/stopping.html"> en </a> | <a href="./ja/stopping.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/stopping.html.ja.jis b/docs/manual/stopping.html.ja.jis index ae81bd0723..e65779fc81 100644 --- a/docs/manual/stopping.html.ja.jis +++ b/docs/manual/stopping.html.ja.jis @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="./">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>$BDd;_$H:F5/F0(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./de/stopping.html"> de </a> | <a href="./en/stopping.html"> en </a> | <a href="./ja/stopping.html"> ja </a></p> +</div> + <p>$B$3$NJ8=q$G$O(B Unix $B$KN`;w$7$?%7%9%F%`$G$N(B Apache $B$NDd;_$H:F5/F0$K$D$$$F07$C$F$$$^$9!#(B Windows NT, 2000, XP $B%f!<%6$O(B<a href="platform/windows.html#winsvc">$B%5!<%S%9$H$7$F(B @@ -235,7 +239,9 @@ $B%/%i%$%"%s%H$O2u$l$?2hA|$d6u$N%I%-%e%a%s%H$r<u$1<h$k$3$H$J$/(B $B@5>o$K1\Mw$G$-$F$$$^$9!#(B</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./de/stopping.html"> de </a> | <a href="./en/stopping.html"> en </a> | <a href="./ja/stopping.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">$B%b%8%e!<%k(B</a> | <a href="./mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">$BMQ8l(B</a> | <a href="./sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/suexec.html.en b/docs/manual/suexec.html.en index 875cb1959e..e6950134eb 100644 --- a/docs/manual/suexec.html.en +++ b/docs/manual/suexec.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>suEXEC Support</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/suexec.html"> en </a> | <a href="./ja/suexec.html"> ja </a></p> +</div> + <p>The <strong>suEXEC</strong> feature provides Apache users the ability to run <strong>CGI</strong> and <strong>SSI</strong> programs @@ -572,7 +576,9 @@ </ul> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/suexec.html"> en </a> | <a href="./ja/suexec.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/suexec.html.ja.jis b/docs/manual/suexec.html.ja.jis index c13b2142b8..004ef83d61 100644 --- a/docs/manual/suexec.html.ja.jis +++ b/docs/manual/suexec.html.ja.jis @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="./">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>suEXEC $B%5%]!<%H(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/suexec.html"> en </a> | <a href="./ja/suexec.html"> ja </a></p> +</div> + <p><strong>suEXEC</strong> $B5!G=$K$h$j!"(BApache $B%f!<%6$O(B Web $B%5!<%P$r<B9T$7$F$$$k%f!<%6(B ID $B$H$O(B $B0[$J$k%f!<%6(B ID $B$G(B <strong>CGI</strong> $B%W%m%0%i%`$d(B <strong>SSI</strong> @@ -570,7 +574,9 @@ </li> </ul> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/suexec.html"> en </a> | <a href="./ja/suexec.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">$B%b%8%e!<%k(B</a> | <a href="./mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">$BMQ8l(B</a> | <a href="./sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/upgrading.html.de b/docs/manual/upgrading.html.de index 0f23877c29..08907be6c3 100644 --- a/docs/manual/upgrading.html.de +++ b/docs/manual/upgrading.html.de @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP-Server</a> > <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Upgrade von 1.3 auf 2.0</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./de/upgrading.html"> de </a> | <a href="./en/upgrading.html"> en </a> | <a href="./fr/upgrading.html"> fr </a> | <a href="./ja/upgrading.html"> ja </a> | <a href="./ko/upgrading.html"> ko </a> | <a href="./ru/upgrading.html"> ru </a></p> +</div> + <p>Dieses Dokument dient der UnterstЭtzung beim Upgrade. Es enthДlt die entscheidenden Informationen fЭr bisherige Apache-Nutzer. Diese sind als kurze Anmerkungen @@ -192,7 +196,9 @@ entwickelt wurden, werden <strong>nicht</strong> ohne Modifikationen mit der Version 2.0 des Apache zusammenarbeiten. Details sind in der <a href="developer/">Dokumentation fЭr Entwickler</a> beschrieben.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./de/upgrading.html"> de </a> | <a href="./en/upgrading.html"> en </a> | <a href="./fr/upgrading.html"> fr </a> | <a href="./ja/upgrading.html"> ja </a> | <a href="./ko/upgrading.html"> ko </a> | <a href="./ru/upgrading.html"> ru </a></p> +</div><div id="footer"> <p class="apache">Gepflegt durch das <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Module</a> | <a href="./mod/directives.html">Direktiven</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossar</a> | <a href="./sitemap.html">Seitenindex</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/upgrading.html.en b/docs/manual/upgrading.html.en index 16e783e343..8f3d6d8931 100644 --- a/docs/manual/upgrading.html.en +++ b/docs/manual/upgrading.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Upgrading to 2.0 from 1.3</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./de/upgrading.html"> de </a> | <a href="./en/upgrading.html"> en </a> | <a href="./fr/upgrading.html"> fr </a> | <a href="./ja/upgrading.html"> ja </a> | <a href="./ko/upgrading.html"> ko </a> | <a href="./ru/upgrading.html"> ru </a></p> +</div> + <p>In order to assist folks upgrading, we maintain a document describing information critical to existing Apache users. These are intended to be brief notes, and you should be able to find @@ -187,7 +191,9 @@ Details are provided in the <a href="developer/">developer documentation</a>.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./de/upgrading.html"> de </a> | <a href="./en/upgrading.html"> en </a> | <a href="./fr/upgrading.html"> fr </a> | <a href="./ja/upgrading.html"> ja </a> | <a href="./ko/upgrading.html"> ko </a> | <a href="./ru/upgrading.html"> ru </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/upgrading.html.ja.jis b/docs/manual/upgrading.html.ja.jis index 857e430cab..526f435db9 100644 --- a/docs/manual/upgrading.html.ja.jis +++ b/docs/manual/upgrading.html.ja.jis @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="./">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>1.3 $B$+$i(B 2.0 $B$X$N%"%C%W%0%l!<%I(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./de/upgrading.html"> de </a> | <a href="./en/upgrading.html"> en </a> | <a href="./fr/upgrading.html"> fr </a> | <a href="./ja/upgrading.html"> ja </a> | <a href="./ko/upgrading.html"> ko </a> | <a href="./ru/upgrading.html"> ru </a></p> +</div> + <p>$B%"%C%W%0%l!<%I$r4JC1$K$9$k$?$a$K!"4{B8$N(B Apache $B%f!<%6$K(B $BHs>o$K=EMW$J>pJs$r$3$NJ8=q$K$^$H$a$F$$$^$9!#$3$l$OC;$$(B $BCm0U=q$-$H$7$F=q$+$l$F$$$^$9!#$h$j>\$7$$>pJs$O(B @@ -188,7 +192,9 @@ Apache 1.3 $BMQ$N4{B8$N%b%8%e!<%k$O(B Apache 2.0 $B$G$O=$@5$J$7$G$O(B $BF0$-(B<strong>$B$^$;$s(B</strong>$B!#>\:Y$O(B <a href="developer/">$B3+H/<T8~$1J8=q(B</a> $B$K$"$j$^$9!#(B</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./de/upgrading.html"> de </a> | <a href="./en/upgrading.html"> en </a> | <a href="./fr/upgrading.html"> fr </a> | <a href="./ja/upgrading.html"> ja </a> | <a href="./ko/upgrading.html"> ko </a> | <a href="./ru/upgrading.html"> ru </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">$B%b%8%e!<%k(B</a> | <a href="./mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">$BMQ8l(B</a> | <a href="./sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/upgrading.html.ru.koi8-r b/docs/manual/upgrading.html.ru.koi8-r index 23fa06ab95..e7ee57cc34 100644 --- a/docs/manual/upgrading.html.ru.koi8-r +++ b/docs/manual/upgrading.html.ru.koi8-r @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP сервер</a> > <a href="http://httpd.apache.org/docs-project/">Документация</a> > <a href="./">Версия 2.1</a></div><div id="page-content"><div id="preamble"><h1>Переход от версии 1.3 к версии 2.0</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./de/upgrading.html"> de </a> | <a href="./en/upgrading.html"> en </a> | <a href="./fr/upgrading.html"> fr </a> | <a href="./ja/upgrading.html"> ja </a> | <a href="./ko/upgrading.html"> ko </a> | <a href="./ru/upgrading.html"> ru </a></p> +</div> + <p>Этот документ необходим для того, чтобы помочь пользователям перейти к использованию сервера версии 2.0. Здесь вы найдете лишь краткие замечания; более подробную информацию о нововведениях можно @@ -177,7 +181,9 @@ в них необходимые изменения. Более подробная информация по этому поводу доступна в <a href="developer/">документации для разработчиков</a>.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./de/upgrading.html"> de </a> | <a href="./en/upgrading.html"> en </a> | <a href="./fr/upgrading.html"> fr </a> | <a href="./ja/upgrading.html"> ja </a> | <a href="./ko/upgrading.html"> ko </a> | <a href="./ru/upgrading.html"> ru </a></p> +</div><div id="footer"> <p class="apache">Поддержка осуществляется <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Модули</a> | <a href="./mod/directives.html">Директивы</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Глоссарий</a> | <a href="./sitemap.html">Карта сайта</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/urlmapping.html.en b/docs/manual/urlmapping.html.en index 98cac60461..4754443202 100755 --- a/docs/manual/urlmapping.html.en +++ b/docs/manual/urlmapping.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Mapping URLs to Filesystem Locations</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/urlmapping.html"> en </a> | <a href="./ja/urlmapping.html"> ja </a></p> +</div> + <p>This document explains how Apache uses the URL of a request to determine the filesystem location from which to serve a file.</p> @@ -261,7 +265,9 @@ breaking out of the proxy server and requesting directly from <a href="custom-error.html">Custom error responses</a> document.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/urlmapping.html"> en </a> | <a href="./ja/urlmapping.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/urlmapping.html.ja.jis b/docs/manual/urlmapping.html.ja.jis index 2c7195342b..aeb4248bc3 100755 --- a/docs/manual/urlmapping.html.ja.jis +++ b/docs/manual/urlmapping.html.ja.jis @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="./images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="./">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>URL $B$+$i%U%!%$%k%7%9%F%`>e$N0LCV$X$N%^%C%W(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="./en/urlmapping.html"> en </a> | <a href="./ja/urlmapping.html"> ja </a></p> +</div> + <p>$B$3$NJ8=q$O(B Apache $B$,%j%/%(%9%H$N(B URL $B$+$iAw?.$9$k%U%!%$%k$N(B $B%U%!%$%k%7%9%F%`>e$N0LCV$r7hDj$9$kJ}K!$r@bL@$7$^$9!#(B</p> </div> @@ -260,7 +264,9 @@ ProxyPassReverse /foo/ http://internal.example.com/bar/ <a href="custom-error.html">$B%+%9%?%`%(%i!<%l%9%]%s%9(B</a> $B$G(B $B@bL@$5$l$F$$$k$h$&$K!"=@Fp$J@_Dj$r9T$J$&$3$H$,$G$-$^$9!#(B</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="./en/urlmapping.html"> en </a> | <a href="./ja/urlmapping.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="./mod/">$B%b%8%e!<%k(B</a> | <a href="./mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">$BMQ8l(B</a> | <a href="./sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/vhosts/details.html.en b/docs/manual/vhosts/details.html.en index 9e9e09f43c..00533646fd 100644 --- a/docs/manual/vhosts/details.html.en +++ b/docs/manual/vhosts/details.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Virtual Hosts</a></div><div id="page-content"><div id="preamble"><h1>An In-Depth Discussion of Virtual Host Matching</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/vhosts/details.html"> en </a></p> +</div> + <p>The virtual host code was completely rewritten in <strong>Apache 1.3</strong>. This document attempts to explain @@ -425,7 +429,9 @@ </ul> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/vhosts/details.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/vhosts/examples.html.en b/docs/manual/vhosts/examples.html.en index 6543dcdede..c192e93ad7 100644 --- a/docs/manual/vhosts/examples.html.en +++ b/docs/manual/vhosts/examples.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Virtual Hosts</a></div><div id="page-content"><div id="preamble"><h1>VirtualHost Examples</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/vhosts/examples.html"> en </a></p> +</div> + <p>This document attempts to answer the commonly-asked questions about setting up virtual hosts. These scenarios are those involving multiple @@ -616,7 +620,9 @@ with or without URL prefix.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/vhosts/examples.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/vhosts/fd-limits.html.en b/docs/manual/vhosts/fd-limits.html.en index fda3a091b7..957d581bbb 100644 --- a/docs/manual/vhosts/fd-limits.html.en +++ b/docs/manual/vhosts/fd-limits.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Virtual Hosts</a></div><div id="page-content"><div id="preamble"><h1>File Descriptor Limits</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/vhosts/fd-limits.html"> en </a> | <a href="../ja/vhosts/fd-limits.html"> ja </a></p> +</div> + <p>When using a large number of Virtual Hosts, Apache may run out of available file descriptors (sometimes called <cite>file @@ -110,7 +114,9 @@ generate one file for each virtual host that appears in your log file. Each file will be called <code>hostname.log</code>.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/vhosts/fd-limits.html"> en </a> | <a href="../ja/vhosts/fd-limits.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/vhosts/fd-limits.html.ja.jis b/docs/manual/vhosts/fd-limits.html.ja.jis index 82b86d5f57..727dea0bcd 100644 --- a/docs/manual/vhosts/fd-limits.html.ja.jis +++ b/docs/manual/vhosts/fd-limits.html.ja.jis @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>$B%U%!%$%k5-=R;R$N8B3&(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/vhosts/fd-limits.html"> en </a> | <a href="../ja/vhosts/fd-limits.html"> ja </a></p> +</div> + <p>$B$?$/$5$s$N%P!<%A%c%k%[%9%H$r1?MQ$9$k>l9g!"$b$7!"(B $B3F%P!<%A%c%k%[%9%H$4$H$K0[$J$k%m%0%U%!%$%k$,;XDj$7$F$"$k$H!"(B @@ -113,7 +117,9 @@ split-logfile < /logs/multiple_vhost_log $B$=$l$>$l$N%U%!%$%k$O(B <code>$B%[%9%HL>(B.log</code> $B$H$$$&L>A0$K$J$j$^$9!#(B</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/vhosts/fd-limits.html"> en </a> | <a href="../ja/vhosts/fd-limits.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/vhosts/index.html.de b/docs/manual/vhosts/index.html.de index 7ac08917c8..953305a5af 100644 --- a/docs/manual/vhosts/index.html.de +++ b/docs/manual/vhosts/index.html.de @@ -17,6 +17,10 @@ <div class="up"><a href="../"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP-Server</a> > <a href="http://httpd.apache.org/docs-project/">Dokumentation</a> > <a href="../">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Apache-Dokumentation zu virtuellen Hosts</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../de/vhosts/"> de </a> | <a href="../en/vhosts/"> en </a> | <a href="../ja/vhosts/"> ja </a></p> +</div> + <p>Der Begriff <cite>virtueller Host</cite> <span class="transnote">(<em>Anm.d.э.:</em> engl. 'virtual host')</span> bezieht sich auf die Praxis, mehr als ein Webangebot (z.B. <code>www.company1.com</code> und <code>www.company2.com</code>) @@ -88,7 +92,9 @@ fЭr weitere Befehlszeilenoptionen.)</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../de/vhosts/"> de </a> | <a href="../en/vhosts/"> en </a> | <a href="../ja/vhosts/"> ja </a></p> +</div><div id="footer"> <p class="apache">Gepflegt durch das <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Module</a> | <a href="../mod/directives.html">Direktiven</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossar</a> | <a href="../sitemap.html">Seitenindex</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/vhosts/index.html.en b/docs/manual/vhosts/index.html.en index 1a1dcd480b..3ec8b80870 100644 --- a/docs/manual/vhosts/index.html.en +++ b/docs/manual/vhosts/index.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="../"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a></div><div id="page-content"><div id="preamble"><h1>Apache Virtual Host documentation</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../de/vhosts/"> de </a> | <a href="../en/vhosts/"> en </a> | <a href="../ja/vhosts/"> ja </a></p> +</div> + <p>The term <cite>Virtual Host</cite> refers to the practice of running more than one web site (such as @@ -87,7 +91,9 @@ hosts</a></li><li><a href="ip-based.html">IP-based virtual hosts</a></li><li><a other command line options)</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../de/vhosts/"> de </a> | <a href="../en/vhosts/"> en </a> | <a href="../ja/vhosts/"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/vhosts/index.html.ja.jis b/docs/manual/vhosts/index.html.ja.jis index 5a7de17c26..499040bf3d 100644 --- a/docs/manual/vhosts/index.html.ja.jis +++ b/docs/manual/vhosts/index.html.ja.jis @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP $B%5!<%P(B</a> > <a href="http://httpd.apache.org/docs-project/">$B%I%-%e%a%s%F!<%7%g%s(B</a> > <a href="../">$B%P!<%8%g%s(B 2.1</a></div><div id="page-content"><div id="preamble"><h1>Apache $B%P!<%A%c%k%[%9%H@bL@=q(B</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../de/vhosts/"> de </a> | <a href="../en/vhosts/"> en </a> | <a href="../ja/vhosts/"> ja </a></p> +</div> + <p><cite>$B%P!<%A%c%k%[%9%H(B</cite>$B$H$$$&MQ8l$O!"(B1 $BBf$N%^%7%s>e$G(B (<code>www.company1.com</code> and <code>www.company2.com</code> $B$N$h$&$J(B) @@ -84,7 +88,9 @@ ($BB>$N%3%^%s%I%i%$%s$N%*%W%7%g%s$O(B <a href="../programs/httpd.html">httpd $B%W%m%0%i%`$N@bL@J8=q(B</a>$B$r8+$F$/$@$5$$(B)</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../de/vhosts/"> de </a> | <a href="../en/vhosts/"> en </a> | <a href="../ja/vhosts/"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">$B%b%8%e!<%k(B</a> | <a href="../mod/directives.html">$B%G%#%l%/%F%#%V(B</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">$BMQ8l(B</a> | <a href="../sitemap.html">$B%5%$%H%^%C%W(B</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/vhosts/ip-based.html.en b/docs/manual/vhosts/ip-based.html.en index a7dfa85da9..0c7abcae73 100644 --- a/docs/manual/vhosts/ip-based.html.en +++ b/docs/manual/vhosts/ip-based.html.en @@ -16,7 +16,11 @@ <img alt="" src="../images/feather.gif" /></div> <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> -<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Virtual Hosts</a></div><div id="page-content"><div id="preamble"><h1>Apache IP-based Virtual Host Support</h1></div> +<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Virtual Hosts</a></div><div id="page-content"><div id="preamble"><h1>Apache IP-based Virtual Host Support</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/vhosts/ip-based.html"> en </a></p> +</div> +</div> <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#requirements">System requirements</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#howto">How to set up Apache</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#multiple">Setting up multiple daemons</a></li> @@ -143,7 +147,9 @@ for details.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/vhosts/ip-based.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/vhosts/mass.html.en b/docs/manual/vhosts/mass.html.en index 94d2c892d4..33c2ea18cf 100644 --- a/docs/manual/vhosts/mass.html.en +++ b/docs/manual/vhosts/mass.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Virtual Hosts</a></div><div id="page-content"><div id="preamble"><h1>Dynamically configured mass virtual hosting</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/vhosts/mass.html"> en </a></p> +</div> + <p>This document describes how to efficiently serve an arbitrary number of virtual hosts with Apache 1.3. @@ -431,7 +435,9 @@ RewriteRule ^/(.*)$ %1/cgi-bin/$1 </code></p></div> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/vhosts/mass.html"> en </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file diff --git a/docs/manual/vhosts/name-based.html.en b/docs/manual/vhosts/name-based.html.en index b809df9b33..0c3e4b4dc6 100644 --- a/docs/manual/vhosts/name-based.html.en +++ b/docs/manual/vhosts/name-based.html.en @@ -17,6 +17,10 @@ <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.1</a> > <a href="./">Virtual Hosts</a></div><div id="page-content"><div id="preamble"><h1>Name-based Virtual Host Support</h1> +<div class="toplang"> +<p><span>Available Languages: </span><a href="../en/vhosts/name-based.html"> en </a> | <a href="../ja/vhosts/name-based.html"> ja </a></p> +</div> + <p>This document describes when and how to use name-based virtual hosts.</p> @@ -236,7 +240,9 @@ work with all browsers, new and old.</p> </div></div> -<div id="footer"> +<div class="bottomlang"> +<p><span>Available Languages: </span><a href="../en/vhosts/name-based.html"> en </a> | <a href="../ja/vhosts/name-based.html"> ja </a></p> +</div><div id="footer"> <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file |