the <code>html</code> extension to trigger the launch of the
<code>footer.pl</code> CGI script.</p>
- <example><code>
+ <example>
Action add-footer /cgi-bin/footer.pl<br/>
AddHandler add-footer .html
- </code></example>
+ </example>
<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>
- <example><code>
+ <example>
<Directory /web/htdocs/asis><br/>
SetHandler send-as-is<br/>
</Directory>
- </code></example>
+ </example>
</section>
</section>
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>
+
+ <example>
+ char *handler
+ </example>
<p>If you wish to have your module engage a handler, you need
only to set <code>r->handler</code> to the name of the