]> granicus.if.org Git - apache/commitdiff
Update transformation.
authorDavid Shane Holden <dpejesh@apache.org>
Sun, 8 Sep 2002 23:01:12 +0000 (23:01 +0000)
committerDavid Shane Holden <dpejesh@apache.org>
Sun, 8 Sep 2002 23:01:12 +0000 (23:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96718 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/handler.html.en

index e6771dd2dec896656f7bcda8b9a6433778a0bc9b..9c85416b8b9ae02ff37daa0c3eb53cb1b7c2210d 100644 (file)
       the <code>html</code> extension to trigger the launch of the
       <code>footer.pl</code> CGI script.</p>
       
-      <div class="example"><p><code><code>
+      <div class="example"><p><code>
         Action add-footer /cgi-bin/footer.pl<br />
         AddHandler add-footer .html
-      </code></code></p></div>
+      </code></p></div>
 
       <p>Then the CGI script is responsible for sending the
       originally requested document (pointed to by the
       the <code>send-as-is</code> handler, regardless of their
       filename extensions.</p>
 
-      <div class="example"><p><code><code>
+      <div class="example"><p><code>
         &lt;Directory /web/htdocs/asis&gt;<br />
         SetHandler send-as-is<br />
         &lt;/Directory&gt;
-      </code></code></p></div>
+      </code></p></div>
       
     
   </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div><div class="section"><h2><a name="programmer" id="programmer">Programmer's Note</a></h2>
     been made to the <a href="developer/API.html">Apache API</a> that
     you may wish to make use of. Specifically, a new record has
     been added to the <code>request_rec</code> structure:</p>
-<pre>
-    char *handler
-</pre>
+
+    <div class="example"><p><code>
+      char *handler
+    </code></p></div>
 
     <p>If you wish to have your module engage a handler, you need
     only to set <code>r-&gt;handler</code> to the name of the