]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Style fix. Almost all are detabs.
authorTakashi Sato <takashi@apache.org>
Sun, 25 May 2008 03:28:34 +0000 (03:28 +0000)
committerTakashi Sato <takashi@apache.org>
Sun, 25 May 2008 03:28:34 +0000 (03:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@659902 13f79535-47bb-0310-9956-ffa450edef68

26 files changed:
docs/manual/env.xml
docs/manual/filter.xml
docs/manual/howto/public_html.xml
docs/manual/howto/ssi.xml
docs/manual/logs.xml
docs/manual/mod/core.xml
docs/manual/mod/mod_auth_digest.xml
docs/manual/mod/mod_authn_anon.xml
docs/manual/mod/mod_dav.xml
docs/manual/mod/mod_mime.xml
docs/manual/mod/mod_proxy.xml
docs/manual/mod/mod_proxy_balancer.xml
docs/manual/mod/mod_proxy_ftp.xml
docs/manual/mod/mod_rewrite.xml
docs/manual/mod/mod_usertrack.xml
docs/manual/new_features_2_2.xml
docs/manual/programs/rotatelogs.xml
docs/manual/ssl/ssl_faq.xml
docs/manual/ssl/ssl_howto.xml
docs/manual/ssl/ssl_intro.xml
docs/manual/style/lang/pt-br.xml
docs/manual/vhosts/examples.xml
docs/manual/vhosts/fd-limits.xml
docs/manual/vhosts/ip-based.xml
docs/manual/vhosts/mass.xml
docs/manual/vhosts/name-based.xml

index 07321a21c99d8627bd7868644076e6a32622f1bf..5fc3fb03ff068348b643196ccc3a7105e954b6c9 100644 (file)
@@ -459,9 +459,9 @@ SetEnvIf Referer "^$" local_referal
 &lt;/Directory&gt;</pre></example>
 
         <p>For more information about this technique, see the
-       "<a href="http://www.serverwatch.com/tutorials/article.php/1132731"
-       >Keeping Your Images from Adorning Other Sites</a>"
-       tutorial on ServerWatch.</p>
+        "<a href="http://www.serverwatch.com/tutorials/article.php/1132731"
+        >Keeping Your Images from Adorning Other Sites</a>"
+        tutorial on ServerWatch.</p>
     </section>
   </section>
 </manualpage>
index 970c040087005f540b8e6e1972d31dd2206b5423..9c35c0c6bae97e052403d4141351bdbc19ab0784 100644 (file)
     <title>Filtering in Apache 2</title>
     <related>
       <modulelist>
-       <module>mod_filter</module>
+        <module>mod_filter</module>
         <module>mod_deflate</module>
         <module>mod_ext_filter</module>
         <module>mod_include</module>
-       <module>mod_charset_lite</module>
+        <module>mod_charset_lite</module>
       </modulelist>
       <directivelist>
         <directive module="mod_filter">FilterChain</directive>
index 6665d61b69d60aff95a7e944c3766da686385a4a..3efce8a8e0177a2e81840a6bf2e2fc0212f806c5 100644 (file)
@@ -37,7 +37,7 @@
     enabled. You can enable access when using <directive module="mod_userdir"
     >UserDir</directive> by uncommenting the line</p>
     <example>
-           #Include conf/extra/httpd-userdir.conf
+      #Include conf/extra/httpd-userdir.conf
     </example>
     <p>in the default config file, and adapting the <code
     >httpd-userdir.conf</code>
index 0d81976ce51e58e9cc4d2e3722ae43be00fb6664..9bdb21c71714a9cb6c60a1dd110714c39c2de196 100644 (file)
@@ -100,7 +100,7 @@ existing HTML documents.</p>
     the following directives:</p>
 <example>
         AddType text/html .shtml<br />
-       AddOutputFilter INCLUDES .shtml
+        AddOutputFilter INCLUDES .shtml
 </example>
 
     <p>One disadvantage to this approach is that if you wanted to
index ed88ab7fd92af38ac6443e92511414d7c4b80473..591baa9773eb69ff559fced6dc94511bdd75e5d4 100644 (file)
     directives to control access logging, including
     mod_log_referer, mod_log_agent, and the
     <code>TransferLog</code> directive. The <directive
-       module="mod_log_config">CustomLog</directive> directive now subsumes
-       the functionality of all the older directives.</p>
+    module="mod_log_config">CustomLog</directive> directive now subsumes
+    the functionality of all the older directives.</p>
 
     <p>The format of the access log is highly configurable. The format
     is specified using a format string that looks much like a C-style
       control characters "<code>\n</code>" for new-line and
       "<code>\t</code>" for tab.</p>
 
-      <p>The <directive        module="mod_log_config">CustomLog</directive>
-         directive sets up a new log file using the defined
-         <em>nickname</em>. The filename for the access log is relative to
-         the <directive module="core">ServerRoot</directive> unless it
-         begins with a slash.</p>
+      <p>The <directive module="mod_log_config">CustomLog</directive>
+      directive sets up a new log file using the defined
+      <em>nickname</em>. The filename for the access log is relative to
+      the <directive module="core">ServerRoot</directive> unless it
+      begins with a slash.</p>
 
       <p>The above configuration will write log entries in a format
       known as the Common Log Format (CLF). This standard format can
       information. The last two <directive
       module="mod_log_config">CustomLog</directive> lines show how
       to mimic the effects of the <code>ReferLog</code> and <code
-         >AgentLog</code> directives.</p>
+      >AgentLog</code> directives.</p>
 
       <example>
         LogFormat "%h %l %u %t \"%r\" %&gt;s %b" common<br />
 
       <p>This example also shows that it is not necessary to define a
       nickname with the <directive
-         module="mod_log_config">LogFormat</directive> directive. Instead,
+      module="mod_log_config">LogFormat</directive> directive. Instead,
       the log format can be specified directly in the <directive
-         module="mod_log_config">CustomLog</directive> directive.</p>
+      module="mod_log_config">CustomLog</directive> directive.</p>
     </section>
 
     <section id="conditional">
       meets certain conditions. This is usually accomplished with 
       <directive module="mod_setenvif">SetEnvIf</directive>. Then the
       <code>env=</code> clause of the <directive
-         module="mod_log_config">CustomLog</directive> directive is used to
-         include or exclude requests where the environment variable is
-         set. Some examples:</p>
+      module="mod_log_config">CustomLog</directive> directive is used to
+      include or exclude requests where the environment variable is
+      set. Some examples:</p>
 
       <example>
         # Mark requests from the loop-back interface<br />
       <p>On startup, Apache httpd saves the process id of the parent
       httpd process to the file <code>logs/httpd.pid</code>. This
       filename can be changed with the <directive
-         module="mpm_common">PidFile</directive> directive. The
+      module="mpm_common">PidFile</directive> directive. The
       process-id is for use by the administrator in restarting and
       terminating the daemon by sending signals to the parent
       process; on Windows, use the -k command line option instead.
index ac191af6e28a36c03d73f4b167b02a8584bceb48..1443bb8f8fca54dda960d0e41955b44cb35d12c6 100644 (file)
@@ -2628,7 +2628,7 @@ to name-virtual hosts</description>
 <usage>
     <p>The <directive>ServerAlias</directive> directive sets the
     alternate names for a host, for use with <a
-           href="../vhosts/name-based.html">name-based virtual hosts</a>. The
+    href="../vhosts/name-based.html">name-based virtual hosts</a>. The
     <directive>ServerAlias</directive> may include wildcards, if appropriate.</p>
 
     <example>
index 5ea71370c4e7d4e276cd30115eb4b7138c06e1bb..f08743685b3d128c52e23934c4027a91aa9a5c26 100644 (file)
@@ -61,8 +61,8 @@
         AuthType Digest<br />
         AuthName "private area"<br />
         AuthDigestDomain /private/ http://mirror.my.dom/private2/<br />
-       <br />
-       AuthDigestProvider file<br />
+        <br />
+        AuthDigestProvider file<br />
         AuthUserFile /web/auth/.digest_pw<br />
         Require valid-user<br />
       </indent>
index 4aeb14a6277f65aa5456fa6255bcad3f4b0bda46..4f26560bfa83e9aa382f49d35ce427a65a885af4 100644 (file)
@@ -87,7 +87,7 @@
         AuthType Basic<br />
         AuthBasicProvider file anon<br />
         AuthUserFile /path/to/your/.htpasswd<br />
-       <br />
+        <br />
         Anonymous_NoUserID off<br />
         Anonymous_MustGiveEmail on<br />
         Anonymous_VerifyEmail on<br />
index 4e377f22dc9e30ddb85b1c1f2ec71157c5efc08e..9894f4e0c32ae686d582b5835a009de1718beb69 100644 (file)
     <example><title>Full Example</title>
       DavLockDB /usr/local/apache2/var/DavLock<br />
       <br />
-       &lt;Directory /usr/local/apache2/htdocs/foo&gt;<br />
-       <indent>
-        Order Allow,Deny<br />
-        Allow from all<br />
-        Dav On<br />
-         <br />
-         AuthType Basic<br />
-         AuthName DAV<br />
-         AuthUserFile user.passwd<br />
-         <br />
-         &lt;LimitExcept GET POST OPTIONS&gt;<br />
-         <indent>
-           Require user admin<br />
-         </indent>
-         &lt;/LimitExcept&gt;<br />
-       </indent>
-       &lt;/Directory&gt;<br />
+      &lt;Directory /usr/local/apache2/htdocs/foo&gt;<br />
+      <indent>
+        Order Allow,Deny<br />
+        Allow from all<br />
+        Dav On<br />
+        <br />
+        AuthType Basic<br />
+        AuthName DAV<br />
+        AuthUserFile user.passwd<br />
+        <br />
+        &lt;LimitExcept GET POST OPTIONS&gt;<br />
+        <indent>
+          Require user admin<br />
+        </indent>
+        &lt;/LimitExcept&gt;<br />
+      </indent>
+      &lt;/Directory&gt;<br />
     </example>
 
    <p><module>mod_dav</module> is a descendent of Greg Stein's <a
index 685615b19d16ef33a2690f86d5b4bab066c95b7a..a17d33268d251265d61520833b480fd83a8674ea 100644 (file)
@@ -231,7 +231,7 @@ module="mod_mime_magic">MimeMagicFile</directive></seealso>
 
       <example>
         Content-Language: en, fr<br />
-       Content-Type: text/plain; charset=ISO-8859-1
+        Content-Type: text/plain; charset=ISO-8859-1
       </example>
 
       <p>The language specification is the two-letter abbreviation
index 05439f59a2158fde33151e9658222abcf53c543a..cbdebabac04b634fa684253b853bc4336ffb2ee1 100644 (file)
@@ -517,11 +517,11 @@ expressions</description>
 <name>BalancerMember</name>
 <description>Add a member to a load balancing group</description>
 <syntax>BalancerMember <var>url</var> [<var
-               >key=value [key=value ...]]</var></syntax>
+  >key=value [key=value ...]]</var></syntax>
 <contextlist><context>directory</context>
 </contextlist>
 <compatibility>BalancerMember is only available in Apache 2.2
-       and later.</compatibility>
+  and later.</compatibility>
 <usage>
     <p>This directive adds a member to a load balancing group. It must be used
     within a <code>&lt;Proxy <var>balancer://</var>...&gt;</code> container
@@ -542,7 +542,7 @@ expressions</description>
 <contextlist><context>directory</context>
 </contextlist>
 <compatibility>ProxySet is only available in Apache 2.2
-       and later.</compatibility>
+  and later.</compatibility>
 <usage>
     <p>This directive is used as an alternate method of setting any of the
     parameters available to Proxy balancers and workers normally done via the
@@ -593,7 +593,7 @@ expressions</description>
 <name>ProxyPass</name>
 <description>Maps remote servers into the local server URL-space</description>
 <syntax>ProxyPass [<var>path</var>] !|<var>url</var> [<var>key=value</var>
-       <var>[key=value</var> ...]] [nocanon] [interpolate]</syntax>
+  <var>[key=value</var> ...]] [nocanon] [interpolate]</syntax>
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context>
 </contextlist>
@@ -776,8 +776,8 @@ expressions</description>
         <td>-</td>
         <td>Single letter value defining the initial status of
         this worker: 'D' is disabled, 'S' is stopped, 'I' is ignore-errors,
-       'H' is hot-standby and 'E' is in an error state. Status 
-       can be set (which is the default) by prepending with '+' or 
+        'H' is hot-standby and 'E' is in an error state. Status 
+        can be set (which is the default) by prepending with '+' or 
         cleared by prepending with '-'.
         Thus, a setting of 'S-E' sets this worker to Stopped and
         clears the in-error flag.
@@ -1277,7 +1277,7 @@ directly</description>
     <p>A <dfn>Hostname</dfn> is a fully qualified DNS domain name which can
     be resolved to one or more <var><a href="#ipaddr">IPAddrs</a></var> via the
     DNS domain name service. It represents a logical host (in contrast to
-       <var><a href="#domain">Domain</a></var>s, see above) and must be resolvable
+    <var><a href="#domain">Domain</a></var>s, see above) and must be resolvable
     to at least one <var><a href="#ipaddr">IPAddr</a></var> (or often to a list
     of hosts with different <var><a href="#ipaddr">IPAddr</a></var>s).</p>
 
index cec901779c2783a8bee64b0f0fad793ef75f1f4b..d706de1c53a993df6fcb04c10c6449f674623375 100644 (file)
 </section>
 
 <section id="example">
-       <title>Example of a balancer configuration</title>
-       <p>Before we dive into the technical details, here's an example of
-       how you might use <module>mod_proxy_balancer</module> to provide
-       load balancing between two back-end servers:
-       </p>
-
-       <example>
-       &lt;Proxy balancer://mycluster&gt;<br />
-               BalancerMember http://192.168.1.50:80<br />
-               BalancerMember http://192.168.1.51:80<br />
-       &lt;/Proxy&gt;<br />
-       ProxyPass /test balancer://mycluster/
-       </example>
+    <title>Example of a balancer configuration</title>
+    <p>Before we dive into the technical details, here's an example of
+    how you might use <module>mod_proxy_balancer</module> to provide
+    load balancing between two back-end servers:
+    </p>
+
+    <example>
+    &lt;Proxy balancer://mycluster&gt;<br />
+        BalancerMember http://192.168.1.50:80<br />
+        BalancerMember http://192.168.1.51:80<br />
+    &lt;/Proxy&gt;<br />
+    ProxyPass /test balancer://mycluster/
+    </example>
 </section>
 
 <section id="requests">
index 5005ce7ecf36425bf4ea44a48c5edf685d9d9c1f..49b04966b50a7516e2a91bbda59c4b2cbc3169cd 100644 (file)
@@ -57,7 +57,7 @@
       <example>
 <pre>application/octet-stream   bin dms lha lzh exe class tgz taz</pre>
       </example>
-       <p>Alternatively you may prefer to default everything to binary:</p>
+    <p>Alternatively you may prefer to default everything to binary:</p>
       <example>
 <pre>DefaultType application/octet-stream</pre>
       </example>
@@ -74,8 +74,8 @@
     </section> <!-- /type -->
 
     <section id="ftpnonget"><title>How can I do FTP upload?</title>
-       <p>Currently, only GET is supported for FTP in mod_proxy.  You can
-       of course use HTTP upload (POST or PUT) through an Apache proxy.</p>
+    <p>Currently, only GET is supported for FTP in mod_proxy.  You can
+    of course use HTTP upload (POST or PUT) through an Apache proxy.</p>
     </section>
 
     <section id="percent2fhck"><title>How can I access FTP files outside
index a5a80344281239a5220b941b4f347fce474460c8..c995ab82f25c9b6c93c6db8f1f7b2f60fb64c24e 100644 (file)
@@ -487,16 +487,16 @@ while (&lt;STDIN&gt;) {
 
           <ol>
             <li>``<em>Keep it simple, stupid</em>'' (KISS).
-           If this program hangs, it will cause Apache to hang 
-           when trying to use the relevant rewrite rule.</li>
+            If this program hangs, it will cause Apache to hang 
+            when trying to use the relevant rewrite rule.</li>
 
             <li>A common mistake is to use buffered I/O on
             <code>stdout</code>. Avoid this, as it will cause a deadloop!
             ``<code>$|=1</code>'' is used above, to prevent this.</li>
 
             <li>The <directive
-           module="mod_rewrite">RewriteLock</directive> directive can 
-           be used to define a lockfile which mod_rewrite can use to synchronize 
+            module="mod_rewrite">RewriteLock</directive> directive can 
+            be used to define a lockfile which mod_rewrite can use to synchronize 
             communication with the mapping program. By default no such
             synchronization takes place.</li>
           </ol>
@@ -625,8 +625,8 @@ Result:
               has to be re-injected into the Apache kernel. 
               This is not the serious overhead it may seem to be - 
               this re-injection is completely internal to the 
-             Apache server (and the same procedure is used by 
-             many other operations within Apache).</p> 
+              Apache server (and the same procedure is used by 
+              many other operations within Apache).</p> 
 </note>
 
 </usage>
@@ -661,7 +661,7 @@ Result:
           (0 &lt;= N &lt;= 9), which provide access to the grouped
           parts (in parentheses) of the pattern, from the
           <code>RewriteRule</code> which is subject to the current 
-         set of <code>RewriteCond</code> conditions..
+          set of <code>RewriteCond</code> conditions..
         </li>
         <li>
           <strong>RewriteCond backreferences</strong>: These are
@@ -674,7 +674,7 @@ Result:
         <li>
           <strong>RewriteMap expansions</strong>: These are
           expansions of the form <strong><code
-         >${mapname:key|default}</code></strong>.
+          >${mapname:key|default}</code></strong>.
           See <a href="#mapfunc">the documentation for
           RewriteMap</a> for more details.
         </li>
@@ -691,11 +691,11 @@ Result:
            <column width=".3"/></columnspec>
             <tr>
               <th>HTTP headers:</th> <th>connection &amp; request:</th> <th></th>
-           </tr>
+            </tr>
 
             <tr>
-             <td>
-                HTTP_USER_AGENT<br />
+              <td>
+                 HTTP_USER_AGENT<br />
                  HTTP_REFERER<br />
                  HTTP_COOKIE<br />
                  HTTP_FORWARDED<br />
@@ -716,17 +716,17 @@ Result:
                  QUERY_STRING<br />
                  AUTH_TYPE<br />
               </td>
-             
-             <td></td>
+
+              <td></td>
             </tr>
 
             <tr>
               <th>server internals:</th> <th>date and time:</th> <th>specials:</th>
-           </tr>
+            </tr>
 
             <tr>
-             <td>
-                DOCUMENT_ROOT<br />
+              <td>
+                 DOCUMENT_ROOT<br />
                  SERVER_ADMIN<br />
                  SERVER_NAME<br />
                  SERVER_ADDR<br />
@@ -764,7 +764,7 @@ Result:
                 Most are documented elsewhere in the Manual or in
                 the CGI specification. Those that are special to
                 mod_rewrite include those below.</p>
-       <note>
+        <note>
                 <dl>
                   <dt><code>IS_SUBREQ</code></dt>
 
@@ -830,8 +830,8 @@ Result:
 
         <li>
         <code>%{ENV:variable}</code>, where <em>variable</em> can be
-       any environment variable, is also available. 
-       This is looked-up via internal
+        any environment variable, is also available. 
+        This is looked-up via internal
         Apache structures and (if not found there) via
         <code>getenv()</code> from the Apache server process.</li>
 
@@ -846,8 +846,8 @@ Result:
 
         <li>
         <code>%{HTTP:header}</code>, where <em>header</em> can be
-       any HTTP MIME-header name, can always be used to obtain the
-       value of a header sent in the HTTP request.
+        any HTTP MIME-header name, can always be used to obtain the
+        value of a header sent in the HTTP request.
         Example: <code>%{HTTP:Proxy-Connection}</code> is
         the value of the HTTP header
         ``<code>Proxy-Connection:</code>''.
@@ -863,21 +863,21 @@ Result:
         <li>
         <code>%{LA-U:variable}</code> can be used for look-aheads which perform
         an internal (URL-based) sub-request to determine the final
-       value of <em>variable</em>. This can be used to access
+        value of <em>variable</em>. This can be used to access
         variable for rewriting which is not available at the current 
-       stage, but will be set in a later phase.
-       <p>For instance, to rewrite according to the
+        stage, but will be set in a later phase.
+        <p>For instance, to rewrite according to the
         <code>REMOTE_USER</code> variable from within the
         per-server context (<code>httpd.conf</code> file) you must
         use <code>%{LA-U:REMOTE_USER}</code> - this
         variable is set by the authorization phases, which come
-       <em>after</em> the URL translation phase (during which mod_rewrite
-       operates).</p>
-       <p>On the other hand, because mod_rewrite implements
+        <em>after</em> the URL translation phase (during which mod_rewrite
+        operates).</p>
+        <p>On the other hand, because mod_rewrite implements
         its per-directory context (<code>.htaccess</code> file) via
         the Fixup phase of the API and because the authorization
         phases come <em>before</em> this phase, you just can use
-       <code>%{REMOTE_USER}</code> in that context.</p></li>
+        <code>%{REMOTE_USER}</code> in that context.</p></li>
 
         <li>
         <code>%{LA-F:variable}</code> can be used to perform an internal
@@ -908,7 +908,7 @@ Result:
 
           <ul>
             <li>'<strong>&lt;CondPattern</strong>' (lexicographically 
-           precedes)<br />
+            precedes)<br />
             Treats the <em>CondPattern</em> as a plain string and
             compares it lexicographically to <em>TestString</em>. True if
             <em>TestString</em> lexicographically precedes
@@ -955,9 +955,9 @@ Result:
             <li>'<strong>-x</strong>' (has e<strong>x</strong>ecutable
             permissions)<br />
             Treats the <em>TestString</em> as a pathname and tests
-           whether or not it exists, and has executable permissions. 
-           These permissions are determined according to 
-           the underlying OS.</li>
+            whether or not it exists, and has executable permissions. 
+            These permissions are determined according to 
+            the underlying OS.</li>
 
             <li>'<strong>-F</strong>' (is existing file, via
             subrequest)<br />
@@ -983,7 +983,7 @@ Result:
 </note>
         </li>
 
-       <li>You can also set special flags for
+        <li>You can also set special flags for
       <em>CondPattern</em> by appending
         <strong><code>[</code><em>flags</em><code>]</code></strong>
       as the third argument to the <code>RewriteCond</code>
@@ -994,7 +994,7 @@ Result:
         <li>'<strong><code>nocase|NC</code></strong>'
         (<strong>n</strong>o <strong>c</strong>ase)<br />
         This makes the test case-insensitive - differences 
-       between 'A-Z' and 'a-z' are ignored, both in the
+        between 'A-Z' and 'a-z' are ignored, both in the
         expanded <em>TestString</em> and the <em>CondPattern</em>.
         This flag is effective only for comparisons between
         <em>TestString</em> and <em>CondPattern</em>. It has no
@@ -1051,14 +1051,14 @@ RewriteRule  ^/$                 /homepage.std.html  [L]
 </example>
 
         <p>Explanation: If you use a browser which identifies itself 
-       as 'Mozilla' (including Netscape Navigator, Mozilla etc), then you
+        as 'Mozilla' (including Netscape Navigator, Mozilla etc), then you
         get the max homepage (which could include frames, or other special
-       features).
+        features).
         If you use the Lynx browser (which is terminal-based), then
-       you get the min homepage (which could be a version designed for 
-       easy, text-only browsing).
-       If neither of these conditions apply (you use any other browser,
-       or your browser identifies itself as something non-standard), you get
+        you get the min homepage (which could be a version designed for 
+        easy, text-only browsing).
+        If neither of these conditions apply (you use any other browser,
+        or your browser identifies itself as something non-standard), you get
         the std (standard) homepage.</p>
 
 </usage>
@@ -1102,8 +1102,8 @@ RewriteRule  ^/$                 /homepage.std.html  [L]
       the <a href="../rewrite/rewrite_intro.html#regex">mod_rewrite
       Introduction</a>.</p>
 
-      <p>In mod_rewrite, the NOT character     
-       ('<code>!</code>') is also available as a possible pattern 
+      <p>In mod_rewrite, the NOT character
+      ('<code>!</code>') is also available as a possible pattern 
       prefix. This enables you to negate a pattern; to say, for instance:
       ``<em>if the current URL does <strong>NOT</strong> match this
       pattern</em>''. This can be used for exceptional cases, where
@@ -1184,7 +1184,7 @@ cannot use <code>$N</code> in the substitution string!
       </ol>
 
       <p>Back-references are identifiers of the form 
-             <code>$</code><strong>N</strong>
+      <code>$</code><strong>N</strong>
       (<strong>N</strong>=0..9), which will be replaced
       by the contents of the <strong>N</strong>th group of the
       matched <em>Pattern</em>. The server-variables are the same
@@ -1273,17 +1273,17 @@ cannot use <code>$N</code> in the substitution string!
         <code>%N</code>) which will be expanded. You can use this
         flag more than once, to set more than one variable. The
         variables can later be dereferenced in many situations, most commonly
-       from within XSSI (via <code>&lt;!--#echo
+        from within XSSI (via <code>&lt;!--#echo
         var="VAR"--&gt;</code>) or CGI (<code>$ENV{'VAR'}</code>). 
-       You can also dereference the variable in a later RewriteCond pattern, using
+        You can also dereference the variable in a later RewriteCond pattern, using
         <code>%{ENV:VAR}</code>. Use this to strip 
         information from URLs, while maintaining a record of that information.</dd>
 
         <dt>'<code>forbidden|F</code>' (force URL
         to be forbidden)</dt><dd>
         This forces the current URL to be forbidden - it immediately 
-       sends back a HTTP response of 403 (FORBIDDEN). 
-       Use this flag in conjunction with
+        sends back a HTTP response of 403 (FORBIDDEN). 
+        Use this flag in conjunction with
         appropriate RewriteConds to conditionally block some
         URLs.</dd>
 
@@ -1299,8 +1299,8 @@ cannot use <code>$N</code> in the substitution string!
          Force the Content-handler of the target file to be
         <em>Content-handler</em>. For instance, this can be used to
         simulate the <module>mod_alias</module> directive
-       <directive module="mod_alias">ScriptAlias</directive>, 
-       which internally forces all files
+        <directive module="mod_alias">ScriptAlias</directive>, 
+        which internally forces all files
         inside the mapped directory to have a handler of
         ``<code>cgi-script</code>''.</dd>
 
@@ -1369,7 +1369,7 @@ cannot use <code>$N</code> in the substitution string!
           exclude some rules.</p>
           <p>To decide whether or not to use this rule: if you
           prefix URLs with CGI-scripts, to force them to be
-         processed by the CGI-script, it's likely that you 
+          processed by the CGI-script, it's likely that you 
           will run into problems (or significant overhead) on
           sub-requests. In these cases, use this flag.</p>
         </dd>
@@ -1378,8 +1378,8 @@ cannot use <code>$N</code> in the substitution string!
           '<code>proxy|P</code>' (force
           proxy)</dt><dd>
           This flag forces the substitution part to be internally
-         sent as a proxy request and immediately (rewrite 
-         processing stops here) put through the <a
+          sent as a proxy request and immediately (rewrite 
+          processing stops here) put through the <a
           href="mod_proxy.html">proxy module</a>. You must make
           sure that the substitution string is a valid URI
           (typically starting with
@@ -1418,7 +1418,7 @@ cannot use <code>$N</code> in the substitution string!
 </example>
           If you omit the <code>PT</code> flag,
           <code>mod_rewrite</code> will rewrite 
-         <code>uri=/abc/...</code> to
+          <code>uri=/abc/...</code> to
           <code>filename=/def/...</code> as a full API-compliant
           URI-to-filename translator should do. Then
           <code>mod_alias</code> will try to do a
index bc6bfc180905c27cccdb106a617b45f1ff8933f1..093a168971b57c8f830514270b60b43251d8a0a6 100644 (file)
@@ -136,7 +136,6 @@ time late in the year "37".
     should still use your actual domain, as you would with any other top
     level domain (for example <code>.foo.co.uk</code>).
     </note> 
-           
 </usage>
 </directivesynopsis>
 
index 875189e77ab212aeaa22319888ebe36667960919..c5cd76fd9ef6879b00f0a052a36542cef5dc1a50 100644 (file)
@@ -90,7 +90,6 @@
           ordering problems in the 2.0 architecture.</dd>
 
       <dt>Large File Support</dt>
-
       <dd>httpd is now built with support for files larger than 2GB on
           modern 32-bit Unix systems.  Support for handling &gt;2GB request
           bodies has also been added.</dd>
           timeout was reached.</dd>
 
       <dt>SQL Database Support</dt>
-      <dd><p><module>mod_dbd</module>, together with the apr_dbd framework,
+      <dd><module>mod_dbd</module>, together with the apr_dbd framework,
           brings direct SQL support to modules that need it.  Supports
-          connection pooling in threaded MPMs.</p>
-         </dd>
+          connection pooling in threaded MPMs.</dd>
 
     </dl>
   </section>
index 25f855edf7601f03d47e41e895ec8a4afbfac26d..68214dff0efb4e71f3d2c14796638e5e1330d38d 100644 (file)
@@ -103,7 +103,7 @@ an offset.</dd>
 <example>
      CustomLog "|bin/rotatelogs /var/logs/logfile 86400" common
 </example>
-        
+
      <p>This creates the files /var/logs/logfile.nnnn where nnnn  is
      the system time at which the log nominally starts (this time
      will always be a multiple of the rotation time, so  you  can
@@ -113,7 +113,7 @@ an offset.</dd>
 <example>
      CustomLog "|bin/rotatelogs -l /var/logs/logfile.%Y.%m.%d 86400" common
 </example>
-        
+
      <p>This creates the files /var/logs/logfile.yyyy.mm.dd where
      yyyy is the year, mm is the month, and dd is the day of the month.
      Logging will switch to a new file every day at midnight, local time.</p>
index 64d18891d3cfdbfeeef1da959aee7071a6d96b7b..14ed06cb957caf4bcbbb28703679332d46e99051 100644 (file)
@@ -111,7 +111,7 @@ generate temporary 512 bit RSA private key" when I start Apache?</a></li>
 </ul>
 
 <section id="mutex"><title>Why do I get permission errors related to 
-       SSLMutex when I start Apache?</title>
+        SSLMutex when I start Apache?</title>
     <p>Errors such as ``<code>mod_ssl: Child could not open
     SSLMutex lockfile /opt/apache/logs/ssl_mutex.18332 (System error follows)
     [...] System: Permission denied (errno: 13)</code>'' are usually
@@ -123,8 +123,8 @@ generate temporary 512 bit RSA private key" when I start Apache?</a></li>
 </section>
 
 <section id="entropy"><title>Why does mod_ssl stop with the error
-       "Failed to generate temporary 512 bit RSA private key" when I start 
-       Apache?</title>
+        "Failed to generate temporary 512 bit RSA private key" when I start 
+        Apache?</title>
     <p>Cryptographic software needs a source of unpredictable data
     to work correctly. Many open source operating systems provide
     a "randomness device" that serves this purpose (usually named
@@ -160,7 +160,7 @@ relative hyperlinks?</a></li>
 </ul>
 
 <section id="parallel"><title>Is it possible to provide HTTP and HTTPS 
-       from the same server?</title>
+        from the same server?</title>
     <p>Yes. HTTP and HTTPS use different server ports (HTTP binds to 
     port 80, HTTPS to port 443), so there is no direct conflict between 
     them. You can either run two separate server instances bound to 
@@ -327,24 +327,24 @@ Certificate for testing purposes?</title>
     </li>
     <li>Run the following command, to create <code>server.key</code> and
         <code>server.crt</code> files:<br />
-       <code><strong>$ openssl req -new -x509 -nodes -out server.crt 
-                       -keyout server.key</strong></code><br />
-       These can be used as follows in your <code>httpd.conf</code> 
-       file:
+        <code><strong>$ openssl req -new -x509 -nodes -out server.crt 
+                        -keyout server.key</strong></code><br />
+        These can be used as follows in your <code>httpd.conf</code> 
+        file:
         <pre>
              SSLCertificateFile    /path/to/this/server.crt
              SSLCertificateKeyFile /path/to/this/server.key
-       </pre>
+        </pre>
     </li>
     <li>It is important that you are aware that this 
-       <code>server.key</code> does <em>not</em> have any passphrase.
-       To add a passphrase to the key, you should run the following 
-       command, and enter &amp; verify the passphrase as requested.<br />
-       <p><code><strong>$ openssl rsa -des3 -in server.key -out 
-       server.key.new</strong></code><br />
-       <code><strong>$ mv server.key.new server.key</strong></code><br /></p>
-       Please backup the <code>server.key</code> file, and the passphrase 
-       you entered, in a secure location.
+        <code>server.key</code> does <em>not</em> have any passphrase.
+        To add a passphrase to the key, you should run the following 
+        command, and enter &amp; verify the passphrase as requested.<br />
+        <p><code><strong>$ openssl rsa -des3 -in server.key -out 
+        server.key.new</strong></code><br />
+        <code><strong>$ mv server.key.new server.key</strong></code><br /></p>
+        Please backup the <code>server.key</code> file, and the passphrase 
+        you entered, in a secure location.
     </li>
     </ol>
 </section>
@@ -481,7 +481,7 @@ Certificate for testing purposes?</title>
        with the RSA key you just created (output will be PEM formatted):<br />
        <br />
        <code><strong>$ openssl req -new -x509 -nodes -sha1 -days 365 
-                      -key server.key -out server.crt</strong></code><br />
+                       -key server.key -out server.crt</strong></code><br />
        <br />
        This signs the server CSR and results in a <code>server.crt</code> file.<br />
        You can see the details of this Certificate using:<br />
@@ -924,16 +924,16 @@ for my core dump?</a></li>
     <dl>
     <dt>Answers in the User Manual's F.A.Q. List (this)</dt>
     <dd><a href="http://httpd.apache.org/docs/&httpd.docs;/ssl/ssl_faq.html">
-       http://httpd.apache.org/docs/&httpd.docs;/ssl/ssl_faq.html</a><br />
-       First check the F.A.Q. (this text). If your problem is a common
-       one, it may have been answered several times before, and been included
-       in this doc.
+        http://httpd.apache.org/docs/&httpd.docs;/ssl/ssl_faq.html</a><br />
+        First check the F.A.Q. (this text). If your problem is a common
+        one, it may have been answered several times before, and been included
+        in this doc.
     </dd>
     <dt>Postings from the modssl-users Support Mailing List
         <a href="http://www.modssl.org/support/"
         >http://www.modssl.org/support/</a></dt>
     <dd>Search for your problem in the archives of the modssl-users mailing list. 
-       You're probably not the first person to have had this problem!
+        You're probably not the first person to have had this problem!
     </dd>
     </dl>
 </section>
@@ -941,16 +941,16 @@ for my core dump?</a></li>
 <section id="contact"><title>What support contacts are available in case 
 of mod_ssl problems?</title>
  <p>The following lists all support possibilities for mod_ssl, in order of
-        preference. Please go through these possibilities 
-        <em>in this order</em> - don't just pick the one you like the look of. </p>
+         preference. Please go through these possibilities 
+         <em>in this order</em> - don't just pick the one you like the look of. </p>
     <ol>
     <li><em>Send a Problem Report to the modssl-users Support Mailing List</em><br />
         <a href="mailto:modssl-users@modssl.org">
         modssl-users@modssl.org</a><br />
         This is the preferred way of submitting your problem report, because this way,
-       others can see the problem, and learn from any answers. You must subscribe to 
+        others can see the problem, and learn from any answers. You must subscribe to 
         the list first, but you can then easily discuss your problem with both the 
-       author and the whole mod_ssl user community.
+        author and the whole mod_ssl user community.
         </li>
 
     <li><em>Send a Problem Report to the Apache httpd Users Support Mailing List</em><br />
@@ -962,11 +962,11 @@ of mod_ssl problems?</title>
     </li>
 
     <li><em>Write a Problem Report in the Bug Database</em><br />
-       <a href="http://httpd.apache.org/bug_report.html">
-       http://httpd.apache.org/bug_report.html</a><br />
+        <a href="http://httpd.apache.org/bug_report.html">
+        http://httpd.apache.org/bug_report.html</a><br />
         This is the last way of submitting your problem report. You should only
-       do this if you've already posted to the mailing lists, and had no success.
-       Please follow the instructions on the above page <em>carefully</em>.
+        do this if you've already posted to the mailing lists, and had no success.
+        Please follow the instructions on the above page <em>carefully</em>.
     </li>
     </ol>
 </section>
@@ -1029,8 +1029,8 @@ the reason for my core dump?</title>
 
     <li>Start the server and try to reproduce the core-dump. For this you may
         want to use a directive like ``<code>CoreDumpDirectory /tmp</code>'' to
-       make sure that the core-dump file can be written. This should result
-       in a <code>/tmp/core</code> or <code>/tmp/httpd.core</code> file. If you
+        make sure that the core-dump file can be written. This should result
+        in a <code>/tmp/core</code> or <code>/tmp/httpd.core</code> file. If you
         don't get one of these, try running your server under a non-root UID. 
         Many modern kernels do not allow a process to dump core after it has
         done a <code>setuid()</code> (unless it does an <code>exec()</code>) for
@@ -1041,7 +1041,7 @@ the reason for my core dump?</title>
 
     <li>Analyze the core-dump. For this, run <code>gdb /path/to/httpd
         /tmp/httpd.core</code> or a similar command. In GDB, all you 
-       have to do then is to enter <code>bt</code>, and voila, you get the
+        have to do then is to enter <code>bt</code>, and voila, you get the
         backtrace. For other debuggers consult your local debugger manual. 
     </li>
     </ol>
index 87c9a0235a591e8891e370ee2b0c96b5a13b8e6e..df90aa08d4cfd65c404a81d7acb350c23ff8b465 100644 (file)
@@ -159,10 +159,11 @@ Intranet website, for clients coming from the Internet?</a></li>
 
 <section id="arbitraryclients">
 <title>How can I force clients to authenticate using certificates for a
-       particular URL, but still allow arbitrary clients to access the rest of the server?</title>
+  particular URL, but still allow arbitrary clients to access the rest of the server?</title>
 
-<p>To force clients to authenticate using certificates for a particular URL,
-       you can use the per-directory reconfiguration features of <module>mod_ssl</module>:</p>
+    <p>To force clients to authenticate using certificates for a particular URL,
+    you can use the per-directory reconfiguration features of
+    <module>mod_ssl</module>:</p>
 
     <example><title>httpd.conf</title>
     SSLVerifyClient none<br />
@@ -177,7 +178,7 @@ Intranet website, for clients coming from the Internet?</a></li>
 
 <section id="certauthenticate">
 <title>How can I allow only clients who have certificates to access a
-       particular URL, but allow all clients to access the rest of the server?</title>
+  particular URL, but allow all clients to access the rest of the server?</title>
 
     <p>The key to doing this is checking that part of the client certificate
     matches what you expect. Usually this means checking all or part of the
index ec1f49336568e33320efeecc16173ebcd7f0892d..554cf22ec3ad37c2512c96ad740504ce69409cd8 100644 (file)
@@ -356,7 +356,7 @@ dUHzICxBVC1lnHyYGjDuAMhe396lYAn8bCld1/L4NMGBCQ==
         they also manage them -- that is, they determine for how long
         certificates remain valid, they renew them, and they keep lists of
         certificates that were issued in the past but are no longer valid
-           (Certificate Revocation Lists, or CRLs).</p> 
+        (Certificate Revocation Lists, or CRLs).</p> 
 
         <p>For example, if Alice is entitled to a certificate as an 
         employee of a company, but has now left
index 93b0c2064311ed1aaf593b4ff70db01915843035..9ee1395e91a2263c0b1ef2ac4529bde179624111 100644 (file)
         <message id="glossary">Gloss&#225;rio</message>
         <message id="sitemap">Mapa do site</message>
 
-        <!-- footer line -->   
+        <!-- footer line -->
         <message id="before-license">Licenciado sob a</message>
         <message id="after-license"></message>
         <message id="langavail">L&#237;nguas Dispon&#237;veis</message>
index 99a685fb534e99f7dfedb44fb2bdb90bc12bd3f4..4e1b366d177cfe239afca917145fd1fbc2730321 100644 (file)
 
             <example>
             NameVirtualHost 172.20.30.40<br />
-                                               <br />
+            <br />
             &lt;VirtualHost 172.20.30.40&gt;<br />
-                       # etc ...
+             # etc ...
             </example>
 
            <p>However, it is additionally useful to use <code>*</code>
     configuration will not work for, in fact, is when you are serving
     different content based on differing IP addresses or ports.</p>
 
-       </section>
+  </section>
 
-       <section id="twoips"><title>Name-based hosts on more than one
+  <section id="twoips"><title>Name-based hosts on more than one
     IP address.</title>
 
-       <note>
-                 <title>Note</title><p>Any of the
-          techniques discussed here can be extended to any number of IP
-          addresses.</p>
+    <note>
+      <title>Note</title>
+      <p>Any of the techniques discussed here can be extended to any
+      number of IP addresses.</p>
     </note>
 
     <p>The server has two IP addresses. On one (<code>172.20.30.40</code>), we
     <title>Server configuration</title>
 
     Listen 80<br />
-               <br />
+    <br />
     # This is the "main" server running on 172.20.30.40<br />
     ServerName server.domain.com<br />
     DocumentRoot /www/mainserver<br />
-               <br />
+    <br />
     # This is the other address<br />
     NameVirtualHost 172.20.30.50<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.50&gt;<br />
     <indent>
         DocumentRoot /www/example1<br />
         ServerName www.example.com<br />
-                       <br />
+        <br />
         # Other directives here ...<br />
-                               <br />
+        <br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.50&gt;<br />
     <indent>
         DocumentRoot /www/example2<br />
         ServerName www.example.org<br />
-                               <br />
+        <br />
         # Other directives here ...<br />
-                               <br />
+        <br />
     </indent>
     &lt;/VirtualHost&gt;
     </example>
     unknown hostname, or no <code>Host:</code> header, will be served from
     <code>www.example.com</code>.</p>
 
-       </section>
+  </section>
 
-       <section id="intraextra"><title>Serving the same content on
+  <section id="intraextra"><title>Serving the same content on
     different IP addresses (such as an internal and external
     address).</title>
 
 
     NameVirtualHost 192.168.1.1<br />
     NameVirtualHost 172.20.30.40<br />
-               <br />
+    <br />
     &lt;VirtualHost 192.168.1.1 172.20.30.40&gt;<br />
     <indent>
         DocumentRoot /www/server1<br />
           respond the same on all addresses.</p>
     </note>
 
-       </section>
+  </section>
 
-       <section id="port"><title>Running different sites on different
+  <section id="port"><title>Running different sites on different
     ports.</title>
 
     <p>You have multiple domains going to the same IP and also want to
 
     Listen 80<br />
     Listen 8080<br />
-               <br />
+    <br />
     NameVirtualHost 172.20.30.40:80<br />
     NameVirtualHost 172.20.30.40:8080<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40:80&gt;<br />
     <indent>
         ServerName www.example.com<br />
         DocumentRoot /www/domain-80<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40:8080&gt;<br />
     <indent>
         ServerName www.example.com<br />
         DocumentRoot /www/domain-8080<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40:80&gt;<br />
     <indent>
         ServerName www.example.org<br />
         DocumentRoot /www/otherdomain-80<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40:8080&gt;<br />
     <indent>
         ServerName www.example.org<br />
     &lt;/VirtualHost&gt;
     </example>
 
-       </section>
+  </section>
 
-       <section id="ip"><title>IP-based virtual hosting</title>
+  <section id="ip"><title>IP-based virtual hosting</title>
 
     <p>The server has two IP addresses (<code>172.20.30.40</code> and
     <code>172.20.30.50</code>) which resolve to the names
     <title>Server configuration</title>
 
     Listen 80<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40&gt;<br />
     <indent>
         DocumentRoot /www/example1<br />
         ServerName www.example.com<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.50&gt;<br />
     <indent>
         DocumentRoot /www/example2<br />
     <code>localhost</code>, for example) will go to the main server, if
     there is one.</p>
 
-       </section>
+  </section>
 
-       <section id="ipport"><title>Mixed port-based and ip-based virtual
-       hosts</title>
+  <section id="ipport"><title>Mixed port-based and ip-based virtual
+  hosts</title>
 
     <p>The server machine has two IP addresses (<code>172.20.30.40</code> and
     <code>172.20.30.50</code>) which resolve to the names
     Listen 172.20.30.40:8080<br />
     Listen 172.20.30.50:80<br />
     Listen 172.20.30.50:8080<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40:80&gt;<br />
     <indent>
         DocumentRoot /www/example1-80<br />
         ServerName www.example.com<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40:8080&gt;<br />
     <indent>
         DocumentRoot /www/example1-8080<br />
         ServerName www.example.com<br />
-               </indent>
+    </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.50:80&gt;<br />
     <indent>
         DocumentRoot /www/example2-80<br />
         ServerName www.example.org<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.50:8080&gt;<br />
     <indent>
         DocumentRoot /www/example2-8080<br />
     &lt;/VirtualHost&gt;
     </example>
 
-       </section>
+  </section>
 
-       <section id="mixed"><title>Mixed name-based and IP-based
+  <section id="mixed"><title>Mixed name-based and IP-based
     vhosts</title>
 
     <p>On some of my addresses, I want to do name-based virtual hosts, and
     <title>Server configuration</title>
 
     Listen 80<br />
-               <br />
+    <br />
     NameVirtualHost 172.20.30.40<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40&gt;<br />
     <indent>
         DocumentRoot /www/example1<br />
         ServerName www.example.com<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40&gt;<br />
     <indent>
         DocumentRoot /www/example2<br />
         ServerName www.example.org<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40&gt;<br />
     <indent>
         DocumentRoot /www/example3<br />
         ServerName www.example3.net<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     # IP-based<br />
     &lt;VirtualHost 172.20.30.50&gt;<br />
     <indent>
         ServerName www.example4.edu<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.60&gt;<br />
     <indent>
         DocumentRoot /www/example5<br />
     &lt;/VirtualHost&gt;
     </example>
 
-       </section>
+  </section>
 
     <section id="proxy"><title>Using <code>Virtual_host</code> and
     mod_proxy together</title>
 
     </section>
 
-       <section id="default"><title>Using <code>_default_</code>
+  <section id="default"><title>Using <code>_default_</code>
     vhosts</title>
 
-       <section id="defaultallports"><title><code>_default_</code> vhosts
+    <section id="defaultallports"><title><code>_default_</code> vhosts
     for all ports</title>
 
     <p>Catching <em>every</em> request to any unspecified IP address and
         # ...<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost _default_:*&gt;<br />
     <indent>
         DocumentRoot /www/default<br />
     served from the main server.</p>
     </section>
 
-       </section>
+  </section>
 
-       <section id="migrate"><title>Migrating a name-based vhost to an
+  <section id="migrate"><title>Migrating a name-based vhost to an
     IP-based vhost</title>
 
     <p>The name-based vhost with the hostname
     Listen 80<br />
     ServerName www.example.com<br />
     DocumentRoot /www/example1<br />
-               <br />
+    <br />
     NameVirtualHost 172.20.30.40<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40 172.20.30.50&gt;<br />
     <indent>
         DocumentRoot /www/example2<br />
         # ...<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40&gt;<br />
     <indent>
         DocumentRoot /www/example3<br />
     IP-based vhost) and through the old address (as a name-based
     vhost).</p>
 
-       </section>
+  </section>
 
-       <section id="serverpath"><title>Using the <code>ServerPath</code>
-       directive</title>
+  <section id="serverpath"><title>Using the <code>ServerPath</code>
+  directive</title>
 
     <p>We have a server with two name-based vhosts. In order to match the
     correct virtual host a client must send the correct <code>Host:</code>
     <title>Server configuration</title>
 
     NameVirtualHost 172.20.30.40<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40&gt;<br />
     <indent>
         # primary vhost<br />
         # ...<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40&gt;<br />
     DocumentRoot /www/subdomain/sub1<br />
     <indent>
         # ...<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40&gt;<br />
     <indent>
         DocumentRoot /www/subdomain/sub2<br />
     <code>Host:</code> header can use both URL variants, <em>i.e.</em>,
     with or without URL prefix.</p>
 
-       </section>
+  </section>
 
 </manualpage>
index 1bb819ba04736efb20b6ad73f3ad55b57299d243..a0f2f341b993aa82a4f16f81de143e0316e1717d 100644 (file)
@@ -54,7 +54,7 @@
       below 256. (Solaris 2)</li>
     </ol>
 
-       <p>In the event of problems you can:</p>
+    <p>In the event of problems you can:</p>
 
     <ul>
       <li>Reduce the number of log files; don't specify log files
index 45c7e0e9178795038b18299f9b61a7b828746249..7b54a12b4909fdb15916cefc21de7f09a0c4807a 100644 (file)
 </section>
 
 <section id="single"><title>Setting up a single daemon
-       with virtual hosts</title>
+  with virtual hosts</title>
 
     <p>For this case, a single <program>httpd</program> will service
     requests for the main server and all the virtual hosts. The <directive
     ErrorLog /groups/smallco/logs/error_log<br />
     TransferLog /groups/smallco/logs/access_log<br />
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost www.baygroup.org&gt;<br />
     ServerAdmin webmaster@mail.baygroup.org<br />
     DocumentRoot /groups/baygroup/www<br />
     ErrorLog /groups/baygroup/logs/error_log<br />
     TransferLog /groups/baygroup/logs/access_log<br />
     &lt;/VirtualHost&gt;
-               </example>
+    </example>
 
     <p>It is recommended that you use an IP address instead of a
     hostname (see <a href="../dns-caveats.html">DNS caveats</a>).</p>
index 2b820694d2cd4b01c147eed1e3c295b336463824..c9b7f4a000e933fe71ad862a9c528bf3e34b357e 100644 (file)
@@ -189,7 +189,7 @@ ScriptAlias  /cgi-bin/  /www/std-cgi/<br />
 </section>
 
 <section id="combinations"><title>Using Multiple Virtual
-       Hosting Systems on the Same Server</title>
+  Hosting Systems on the Same Server</title>
 
     <p>With more complicated setups, you can use Apache's normal
     <code>&lt;VirtualHost&gt;</code> directives to control the
@@ -242,15 +242,15 @@ LogFormat "%V %h %l %u %t \"%r\" %s %b" vcommon<br />
 </example>
 
 <note>
-       <title>Note</title>
-       <p>If the first VirtualHost block does <em>not</em> include a
-       <directive module="core">ServerName</directive> directive, the reverse
-       DNS of the relevant IP will be used instead. 
-       If this is not the server name you
-       wish to use, a bogus entry (<code>ServerName
-       none.example.com</code>) can be added to get around this
-       behaviour.</p>
-</note>        
+    <title>Note</title>
+    <p>If the first VirtualHost block does <em>not</em> include a
+    <directive module="core">ServerName</directive> directive, the reverse
+    DNS of the relevant IP will be used instead. 
+    If this is not the server name you
+    wish to use, a bogus entry (<code>ServerName
+    none.example.com</code>) can be added to get around this
+    behaviour.</p>
+</note>
 
 </section>
 
index ae5a432ae8528586f10a8ab21ab7a7eda95dfd46..b6918a3bc52f0010af7880abed1df361d6cf5100 100644 (file)
     </modulelist>
 
     <directivelist>
-       <directive module="core">DocumentRoot</directive>
-       <directive module="core">NameVirtualHost</directive>
-       <directive module="core">ServerAlias</directive>
-       <directive module="core">ServerName</directive>
-       <directive module="core">ServerPath</directive>
-       <directive module="core" type="section">VirtualHost</directive>
+        <directive module="core">DocumentRoot</directive>
+        <directive module="core">NameVirtualHost</directive>
+        <directive module="core">ServerAlias</directive>
+        <directive module="core">ServerName</directive>
+        <directive module="core">ServerPath</directive>
+        <directive module="core" type="section">VirtualHost</directive>
     </directivelist>
 </related>
 
     automatically make the server listen to that IP address. See
     <a href="../bind.html">Setting which addresses and ports Apache uses</a>
     for more details. In addition, any IP address specified here must be
-    associated with a network interface        on the server.</p>
+    associated with a network interface on the server.</p>
 
     <p>The next step is to create a <directive type="section"
     module="core">VirtualHost</directive> block for
     <directive type="section" module="core">VirtualHost</directive> directive
     must match a defined <directive
     module="core">NameVirtualHost</directive> directive. (In this usual case,
-    this will be "*:80").  Inside each <directive type="section"       
+    this will be "*:80").  Inside each <directive type="section"
     module="core">VirtualHost</directive> block, you will need at minimum a
     <directive module="core">ServerName</directive> directive to designate
     which host is served and a <directive module="core">DocumentRoot</directive>
     the <em>main server</em> will <strong>never</strong> be used when an IP
     address matches the <directive module="core">NameVirtualHost</directive> 
     directive. If you would like to have a special configuration for requests 
-    that do not        match any particular virtual host, simply put that configuration
+    that do not match any particular virtual host, simply put that configuration
     in a <directive type="section" module="core">VirtualHost</directive>
     container and list it first in the configuration file.</p>