]> granicus.if.org Git - apache/commitdiff
Finish committing the transformations that I accidentally started in
authorJoshua Slive <slive@apache.org>
Tue, 3 May 2005 19:12:51 +0000 (19:12 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 3 May 2005 19:12:51 +0000 (19:12 +0000)
the last commit.

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

17 files changed:
docs/man/apachectl.8
docs/manual/logs.html.en
docs/manual/logs.xml.ja
docs/manual/logs.xml.ko
docs/manual/logs.xml.meta
docs/manual/mod/core.html.en
docs/manual/mod/core.xml.de
docs/manual/mod/core.xml.ja
docs/manual/mod/core.xml.meta
docs/manual/programs/apachectl.html.en
docs/manual/programs/apachectl.xml.ko
docs/manual/upgrading.html.en
docs/manual/upgrading.xml.de
docs/manual/upgrading.xml.ja
docs/manual/upgrading.xml.ko
docs/manual/upgrading.xml.pt-br
docs/manual/upgrading.xml.ru

index 48ec3ef9ad3e4737c96fbe6c0442a86812c53035..a4865d2bd312ff5aa6ea7e02a2dbb5c8a0d298c5 100644 (file)
@@ -19,7 +19,7 @@
 .el .ne 3
 .IP "\\$1" \\$2
 ..
-.TH "APACHECTL" 8 "2003-11-25" "Apache HTTP Server" "apachectl"
+.TH "APACHECTL" 8 "2005-05-03" "Apache HTTP Server" "apachectl"
 
 .SH NAME
 apachectl \- Apache HTTP Server Control Interface
@@ -83,10 +83,10 @@ configtest
 Run a configuration file syntax test\&. It parses the configuration files and either reports Syntax Ok or detailed information about the particular syntax error\&. This is equivalent to apachectl -t\&.  
  
 .PP
-The following additional option is available, but deprecated\&.
+The following option was available in earlier versions but has been removed\&.
  
  
 .TP
 startssl
-This is equivalent to apachectl -k start -DSSL\&. We recommend that you use that command explicitly, or you adjust your httpd\&.conf to remove the <IfDefine> section so that SSL will always be available\&.  
+To start httpd with SSL support, you should edit your configuration file to include the relevant directives and then use the normal apachectl start\&.  
  
index a84ed7b5a75084f7c66e36a507a057c071d9518c..acfaee16c4fd922ab45c1c7116fbf437cd5dc80d 100644 (file)
         (<code>%t</code>)</dt>
 
         <dd>
-          The time that the server finished processing the request.
+          The time that the request was received.
           The format is: 
 
           <p class="indent">
index 00b9e5b58b022d8a7241841e7072675ed2f23d9f..e47fc9946a649d847a5b3e9aa686997ac836add4 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 151408 -->
+<!-- English Revision: 151408:165671 (outdated) -->
 
 <!--
  Copyright 2002-2005 The Apache Software Foundation or its licensors,
index ffc93ff56feb5f8d2cffb7abf74533db9e1087e3..77eef925cd598682954dc2599cf7e53d05018654 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 105989:151408 (outdated) -->
+<!-- English Revision: 105989:165671 (outdated) -->
 
 <!--
  Copyright 2003-2005 The Apache Software Foundation or its licensors,
index fad92b8a75fc60007903ecded255a9e33821ec56..675e92b994c22f3cb78137688651065928fcde18 100644 (file)
@@ -7,7 +7,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>ja</variant>
+    <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
   </variants>
 </metafile>
index 3e3373dc05aa781feb40f5c03d58f00d68c5c911..613ccfbec0de6603731b4f74adfe797612eab68a 100644 (file)
@@ -948,9 +948,10 @@ in case of an error</td></tr>
     or a message. Apache will sometimes offer additional information
     regarding the problem/error.</p>
 
-    <p>URLs can begin with a slash (/) for local URLs, or be a full
-    URL which the client can resolve. Alternatively, a message can
-    be provided to be displayed by the browser. Examples:</p>
+    <p>URLs can begin with a slash (/) for local web-paths (relative
+    to the <code class="directive"><a href="#documentroot">DocumentRoot</a></code>), or be a
+    full URL which the client can resolve. Alternatively, a message
+    can be provided to be displayed by the browser. Examples:</p>
 
     <div class="example"><p><code>
       ErrorDocument 500 http://foo.example.com/cgi-bin/tester<br />
@@ -998,6 +999,14 @@ in case of an error</td></tr>
     error rather than masking it.  More information is available in
     Microsoft Knowledge Base article <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;Q294807">Q294807</a>.</p>
 
+    <p>Although most error messages can be overriden, there are certain
+    circumstances where the internal messages are used regardless of the
+    setting of <code class="directive"><a href="#errordocument">ErrorDocument</a></code>.  In
+    particular, if a malformed request is detected, normal request processing
+    will be immediately halted and the internal error message returned.
+    This is necessary to guard against security problems caused by
+    bad requests.</p>
+
     <p>Prior to version 2.0, messages were indicated by prefixing
     them with a single unmatched double quote character.</p>
 
index 13c289d28076358fede20135fcd1222e5bc39ef7..5c7835da0f1715d6557f568dfe100681bdc47327 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 161140 -->
+<!-- English Revision: 161140:167959 (outdated) -->
 
 <!--
  Copyright 2003-2005 The Apache Software Foundation or its licensors,
index 3cdcd94d556e655023d515328f9e70d7a4e6eb36..ef8c1b1208f92cd4fb598044494bf9e55acf65a1 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 161140 -->
+<!-- English Revision: 161140:167959 (outdated) -->
 
 <!--
  Copyright 2003-2005 The Apache Software Foundation or its licensors,
index 15f5ff3381bdaeb6747e7e17e1bf42ceb8861c28..b6a4b3c0354f83df12fccabb8a49d934b57a321d 100644 (file)
@@ -6,8 +6,8 @@
   <relpath>..</relpath>
 
   <variants>
-    <variant>de</variant>
+    <variant outdated="yes">de</variant>
     <variant>en</variant>
-    <variant>ja</variant>
+    <variant outdated="yes">ja</variant>
   </variants>
 </metafile>
index 033b170c310e0b04648f9d582768fead66ea9048..dac194ed9c9286b539b5ab58b5c79c629a1d6351 100644 (file)
@@ -129,16 +129,15 @@ equivalent to <code>apachectl -t</code>.</dd>
 
 </dl>
 
-<p>The following additional option is available, but deprecated.</p>
+<p>The following option was available in earlier versions but has been removed.</p>
 
 <dl>
 
 <dt><code>startssl</code></dt>
 
-<dd>This is equivalent to <code>apachectl -k start -DSSL</code>.  We
-recommend that you use that command explicitly, or you adjust your
-<code>httpd.conf</code> to remove the <code class="directive"><a href="../mod/core.html#ifdefine">&lt;IfDefine&gt;</a></code> section so that SSL will always be
-available.</dd>
+<dd>To start <code class="program"><a href="../programs/httpd.html">httpd</a></code> with SSL support, you should edit
+your configuration file to include the relevant directives and then
+use the normal <code>apachectl start</code>.</dd>
 
 </dl>
 
index d954955134f3f8fca45a3cde85d353671c0eebf2..30ee0a789a51c1f41ce548fd4cafd27d008ef666 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:151408 (outdated) -->
+<!-- English Revision: 105989:167936 (outdated) -->
 
 <!--
  Copyright 2004-2005 The Apache Software Foundation or its licensors,
index d514521969fb3e97d3420e93a65f9fa0e44d9e78..ec1ab09b1a4496222b0d405680abe4e77012044d 100644 (file)
       the <code>conf/extra/</code> directive of the installed
       server.</li>
 
+      <li>The <code class="program"><a href="./programs/apachectl.html">apachectl</a></code> option
+      <code>startssl</code> is no longer available.  To enable ssl
+      support, you should edit <code>httpd.conf</code> to include the
+      relevant <code class="module"><a href="./mod/mod_ssl.html">mod_ssl</a></code> directives and then use
+      <code>apachectl start</code> to start the server.  An example
+      configuration to activate <code class="module"><a href="./mod/mod_ssl.html">mod_ssl</a></code> has been included
+      in <code>conf/extra/httpd-ssl.conf</code>.</li>
+
       <li>The default setting of <code class="directive"><a href="./mod/core.html#usecanonicalname">UseCanonicalName</a></code> is now
       <code>Off</code>.  If you did not have this directive in your
       config file, you can add <code>UseCanonicalName On</code> to
index bd7ec26d0b0352169cf1477a7c4a69361ada1752..b69bc5d8d07446e7fa54869c32ccfb63dd3fe449 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.de.xsl"?>
-<!-- English Revision: 151408:160702 (outdated) -->
+<!-- English Revision: 151408:167912 (outdated) -->
 
 <!--
  Copyright 2002-2005 The Apache Software Foundation or its licensors,
index dd3951bd63a2ed57707ba0e5e117605fb7db1adc..aa2aa8214710659bd34b9195450229c699f188c7 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='iso-2022-jp' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 151408:160702 (outdated) -->
+<!-- English Revision: 151408:167912 (outdated) -->
 
 <!--
  Copyright 2002-2005 The Apache Software Foundation or its licensors,
index 799301563c7f23efc62c20e8a53b2d96439cdf4e..2eda8e7c18615dcc5852baf146fe97869c88983d 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 151408:160702 (outdated) -->
+<!-- English Revision: 151408:167912 (outdated) -->
 
 <!--
  Copyright 2003-2005 The Apache Software Foundation or its licensors,
index d164f5dd3f224a0679efb8fe022caf7366872610..3b28557c8b7e2ad7f309527f5594edf18d909ae0 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.pt-br.xsl"?>
-<!-- English Revision: 151408:160702 (outdated) -->
+<!-- English Revision: 151408:167912 (outdated) -->
 
 <!--
  Copyright 2005 The Apache Software Foundation or its licensors,
index 437ab2c988bcc44538be42112bfa49fda5f3e0e3..4588aec28159db6c10de729b1e3b454db995db5a 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='KOI8-R' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ru.xsl"?>
-<!-- English Revision: 96997:160702 (outdated) -->
+<!-- English Revision: 96997:167912 (outdated) -->
 
 <!--
  Copyright 2002-2005 The Apache Software Foundation or its licensors,