Commit fb206dbd authored by Andre Malo's avatar Andre Malo
Browse files

update transformation


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1242946 13f79535-47bb-0310-9956-ffa450edef68
parent 477fdd4b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
.el .ne 3
.IP "\\$1" \\$2
..
.TH "HTTPD" 8 "2010-09-28" "Apache HTTP Server" "httpd"
.TH "HTTPD" 8 "2012-02-10" "Apache HTTP Server" "httpd"

.SH NAME
httpd \- Apache Hypertext Transfer Protocol Server
@@ -56,7 +56,7 @@ Set the initial value for the ServerRoot directive to \fIserverroot\fR\&. This c
Uses the directives in the file \fIconfig\fR on startup\&. If \fIconfig\fR does not begin with a /, then it is taken to be a path relative to the ServerRoot\&. The default is conf/httpd\&.conf\&.  
.TP
-k start|restart|graceful|stop|graceful-stop
Signals httpd to start, restart, or stop\&. See Stopping Apache for more information\&.  
Signals httpd to start, restart, or stop\&. See Stopping Apache httpd for more information\&.  
.TP
-C \fIdirective\fR
Process the configuration \fIdirective\fR before reading config files\&.  
@@ -112,10 +112,10 @@ The following arguments are available only on the Windows platform:
 
.TP
-k install|config|uninstall
Install Apache as a Windows NT service; change startup options for the Apache service; and uninstall the Apache service\&.  
Install Apache httpd as a Windows NT service; change startup options for the Apache httpd service; and uninstall the Apache httpd service\&.  
.TP
-n \fIname\fR
The \fIname\fR of the Apache service to signal\&.  
The \fIname\fR of the Apache httpd service to signal\&.  
.TP
-w
Keep the console window open on error so that the error message can be read\&.  
+2 −2
Original line number Diff line number Diff line
@@ -1415,11 +1415,11 @@ reverse proxy. This directive rewrites the <code>path</code> string in
<var>public-path</var>.
</p><p>
In the example given with 
<code class="directive"><a href="#proxypassreverse">ProxyPassReverse</a></code>, the directive:
<code class="directive"><a href="#proxypassreverse">ProxyPassReverse</a></code>, the directive:</p>
    <div class="example"><p><code>
      ProxyPassReverseCookiePath  /  /mirror/foo/
    </code></p></div>
will rewrite a cookie with backend path <code>/</code> (or
<p>will rewrite a cookie with backend path <code>/</code> (or
<code>/example</code> or, in fact, anything) to <code>/mirror/foo/</code>.
</p>

+4 −0
Original line number Diff line number Diff line
@@ -25,6 +25,10 @@
<a href="../fr/mod/mod_proxy.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
<a href="../ja/mod/mod_proxy.html" title="Japanese">&nbsp;ja&nbsp;</a></p>
</div>
<div class="outofdate">この日本語訳はすでに古くなっている
            可能性があります。
            最近更新された内容を見るには英語版をご覧下さい。
        </div>
<table class="module"><tr><th><a href="module-dict.html#Description">説明:</a></th><td>HTTP/1.1 プロキシ/ゲートウェイサーバ</td></tr>
<tr><th><a href="module-dict.html#Status">ステータス:</a></th><td>Extension</td></tr>
<tr><th><a href="module-dict.html#ModuleIdentifier">モジュール識別子:</a></th><td>proxy_module</td></tr>
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
<!-- English Revision: 1212798:1212598 (outdated) -->
<!-- English Revision: 1212798:1242938 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->

+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
<!-- English Revision: 1212598 -->
<!-- English Revision: 1212598:1242938 (outdated) -->

<!--
 Licensed to the Apache Software Foundation (ASF) under one or more
Loading