Commit 80dd895f authored by Andre Malo's avatar Andre Malo
Browse files

update transformation


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1242910 13f79535-47bb-0310-9956-ffa450edef68
parent 1df51152
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
.el .ne 3
.IP "\\$1" \\$2
..
.TH "HTTPD" 8 "2010-09-12" "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\&.  
@@ -88,7 +88,7 @@ Dump a list of loaded Static and Shared Modules\&.
-S
Show the settings as parsed from the config file (currently only shows the virtualhost settings)\&.  
.TP
-T (Availabe in 2\&.3\&.8 and later)
-T (Available in 2\&.3\&.8 and later)
Skip document root check at startup/restart\&.  
.TP
-t
@@ -109,10 +109,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\&.  
+1 −0
Original line number Diff line number Diff line
@@ -246,6 +246,7 @@ imapbase mod/mod_imagemap.html#imapbase
imapdefault	mod/mod_imagemap.html#imapdefault
imapmenu	mod/mod_imagemap.html#imapmenu
include	mod/core.html#include
includeoptional	mod/core.html#includeoptional
indexheadinsert	mod/mod_autoindex.html#indexheadinsert
indexignore	mod/mod_autoindex.html#indexignore
indexignorereset	mod/mod_autoindex.html#indexignorereset
+6 −1
Original line number Diff line number Diff line
@@ -888,7 +888,7 @@ through</td></tr>
<table class="directive">
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Maps remote servers into the local server URL-space</td></tr>
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ProxyPass [<var>path</var>] !|<var>url</var> [<var>key=value</var>
  <var>[key=value</var> ...]] [nocanon] [interpolate]</code></td></tr>
  <var>[key=value</var> ...]] [nocanon] [interpolate] [noquery]</code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory</td></tr>
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy</td></tr>
@@ -1303,6 +1303,11 @@ through</td></tr>
    so you may still have to resort to <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>
    for complex rules.</p>

    <p>Normally, mod_proxy will include the query string when
    generating the <var>SCRIPT_FILENAME</var> environment variable.
    The optional <var>noquery</var> keyword (available in
    httpd 2.4.1 and later) prevents this.</p>

    <p>When used inside a <code class="directive"><a href="../mod/core.html#location">&lt;Location&gt;</a></code> section, the first argument is omitted and the local
    directory is obtained from the <code class="directive"><a href="../mod/core.html#location">&lt;Location&gt;</a></code>. The same will occur inside a
    <code class="directive"><a href="../mod/core.html#locationmatch">&lt;LocationMatch&gt;</a></code> section,
+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: 1226563:1238726 (outdated) -->
<!-- English Revision: 1226563:1242351 (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: 344971:1238726 (outdated) -->
<!-- English Revision: 344971:1242351 (outdated) -->

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