diff xml/en/docs/http/request_processing.xml @ 121:49443032011c

Unified <section> syntax for "article" and "module" documents.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 20 Oct 2011 20:27:51 +0000
parents e9948ec6286b
children 7db449e89e92
line wrap: on
line diff
--- a/xml/en/docs/http/request_processing.xml	Thu Oct 20 15:31:16 2011 +0000
+++ b/xml/en/docs/http/request_processing.xml	Thu Oct 20 20:27:51 2011 +0000
@@ -7,7 +7,7 @@
          editor="Brian Mercer">
 
 
-<section title="Name-based virtual servers">
+<section name="Name-based virtual servers">
 
 <para>
 nginx first decides which <i>server</i> should process the request.
@@ -69,8 +69,8 @@
 </section>
 
 
-<section name="how_to_prevent_undefined_server_names"
-        title="How to prevent processing requests with undefined server names">
+<section id="how_to_prevent_undefined_server_names"
+        name="How to prevent processing requests with undefined server names">
 
 <para>
 If you do not want to process requests without the <header>Host</header>
@@ -97,8 +97,8 @@
 </section>
 
 
-<section name="mixed_name_ip_based_servers"
-        title="Mixed name-based and IP-based virtual servers">
+<section id="mixed_name_ip_based_servers"
+        name="Mixed name-based and IP-based virtual servers">
 
 <para>
 Let&rsquo;s look at a more complex configuration
@@ -167,8 +167,8 @@
 </section>
 
 
-<section name="simple_php_site_configuration"
-        title="A simple PHP site configuration">
+<section id="simple_php_site_configuration"
+        name="A simple PHP site configuration">
 
 <para>
 Now let&rsquo;s look at how nginx chooses a <i>location</i> to process a request