~ubuntu-branches/ubuntu/warty/libapache2-mod-python/warty

« back to all changes in this revision

Viewing changes to doc-html/dir-handlers.html

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2004-09-06 20:27:57 UTC
  • Revision ID: james.westby@ubuntu.com-20040906202757-yzpyu1bcabgpjtiu
Tags: upstream-3.1.3
ImportĀ upstreamĀ versionĀ 3.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<title>5.1 Request Handlers</title>
 
5
<META NAME="description" CONTENT="5.1 Request Handlers">
 
6
<META NAME="keywords" CONTENT="modpython">
 
7
<META NAME="resource-type" CONTENT="document">
 
8
<META NAME="distribution" CONTENT="global">
 
9
<link rel="STYLESHEET" href="modpython.css">
 
10
<link rel="first" href="modpython.html">
 
11
<link rel="contents" href="contents.html" title="Contents">
 
12
<link rel="index" href="genindex.html" title="Index">
 
13
<LINK REL="next" href="dir-filter.html">
 
14
<LINK REL="previous" href="directives.html">
 
15
<LINK REL="up" href="directives.html">
 
16
<LINK REL="next" href="dir-handlers-syn.html">
 
17
</head>
 
18
<body>
 
19
<DIV CLASS="navigation">
 
20
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
21
<tr>
 
22
<td><A href="directives.html"><img src="icons/previous.gif"
 
23
  border="0" height="32"
 
24
  alt="Previous Page" width="32"></A></td>
 
25
<td><A href="directives.html"><img src="icons/up.gif"
 
26
  border="0" height="32"
 
27
  alt="Up One Level" width="32"></A></td>
 
28
<td><A href="dir-handlers-syn.html"><img src="icons/next.gif"
 
29
  border="0" height="32"
 
30
  alt="Next Page" width="32"></A></td>
 
31
<td align="center" width="100%">Mod_python Manual</td>
 
32
<td><A href="contents.html"><img src="icons/contents.gif"
 
33
  border="0" height="32"
 
34
  alt="Contents" width="32"></A></td>
 
35
<td><img src="icons/blank.gif"
 
36
  border="0" height="32"
 
37
  alt="" width="32"></td>
 
38
<td><A href="genindex.html"><img src="icons/index.gif"
 
39
  border="0" height="32"
 
40
  alt="Index" width="32"></A></td>
 
41
</tr></table>
 
42
<b class="navlabel">Previous:</b> <a class="sectref" href="directives.html">5. Apache Configuration Directives</A>
 
43
<b class="navlabel">Up:</b> <a class="sectref" href="directives.html">5. Apache Configuration Directives</A>
 
44
<b class="navlabel">Next:</b> <a class="sectref" href="dir-handlers-syn.html">5.1.1 Python*Handler Directive Syntax</A>
 
45
<br><hr>
 
46
</DIV>
 
47
<!--End of Navigation Panel-->
 
48
 
 
49
<H1><A NAME="SECTION007100000000000000000">&nbsp;</A>
 
50
<BR>
 
51
5.1 Request Handlers
 
52
</H1>
 
53
 
 
54
<P>
 
55
 
 
56
<p><hr>
 
57
<!--Table of Child-Links-->
 
58
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></a>
 
59
 
 
60
<UL CLASS="ChildLinks">
 
61
<LI><A href="dir-handlers-syn.html">5.1.1 Python*Handler Directive Syntax</a>
 
62
<LI><A href="dir-handlers-prrh.html">5.1.2 PythonPostReadRequestHandler</a>
 
63
<LI><A href="dir-handlers-th.html">5.1.3 PythonTransHandler</a>
 
64
<LI><A href="dir-handlers-hph.html">5.1.4 PythonHeaderParserHandler</a>
 
65
<LI><A href="dir-handlers-pih.html">5.1.5 PythonInitHandler</a>
 
66
<LI><A href="dir-handlers-ach.html">5.1.6 PythonAccessHandler</a>
 
67
<LI><A href="dir-handlers-auh.html">5.1.7 PythonAuthenHandler</a>
 
68
<LI><A href="dir-handlers-auzh.html">5.1.8 PythonAuthzHandler</a>
 
69
<LI><A href="dir-handlers-tph.html">5.1.9 PythonTypeHandler</a>
 
70
<LI><A href="dir-handlers-fuh.html">5.1.10 PythonFixupHandler</a>
 
71
<LI><A href="dir-handlers-ph.html">5.1.11 PythonHandler</a>
 
72
<LI><A href="dir-handlers-plh.html">5.1.12 PythonLogHandler</a>
 
73
<LI><A href="dir-handlers-pch.html">5.1.13 PythonCleanupHandler</a>
 
74
</ul>
 
75
<!--End of Table of Child-Links-->
 
76
 
 
77
<DIV CLASS="navigation">
 
78
<p><hr>
 
79
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
80
<tr>
 
81
<td><A href="directives.html"><img src="icons/previous.gif"
 
82
  border="0" height="32"
 
83
  alt="Previous Page" width="32"></A></td>
 
84
<td><A href="directives.html"><img src="icons/up.gif"
 
85
  border="0" height="32"
 
86
  alt="Up One Level" width="32"></A></td>
 
87
<td><A href="dir-handlers-syn.html"><img src="icons/next.gif"
 
88
  border="0" height="32"
 
89
  alt="Next Page" width="32"></A></td>
 
90
<td align="center" width="100%">Mod_python Manual</td>
 
91
<td><A href="contents.html"><img src="icons/contents.gif"
 
92
  border="0" height="32"
 
93
  alt="Contents" width="32"></A></td>
 
94
<td><img src="icons/blank.gif"
 
95
  border="0" height="32"
 
96
  alt="" width="32"></td>
 
97
<td><A href="genindex.html"><img src="icons/index.gif"
 
98
  border="0" height="32"
 
99
  alt="Index" width="32"></A></td>
 
100
</tr></table>
 
101
<b class="navlabel">Previous:</b> <a class="sectref" href="directives.html">5. Apache Configuration Directives</A>
 
102
<b class="navlabel">Up:</b> <a class="sectref" href="directives.html">5. Apache Configuration Directives</A>
 
103
<b class="navlabel">Next:</b> <a class="sectref" href="dir-handlers-syn.html">5.1.1 Python*Handler Directive Syntax</A>
 
104
<hr>
 
105
<span class="release-info">Release 3.1.3, documentation updated on February 17, 2004.</span>
 
106
</DIV>
 
107
<!--End of Navigation Panel-->
 
108
 
 
109
</BODY>
 
110
</HTML>