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

« back to all changes in this revision

Viewing changes to doc-html/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>6. Standard Handlers</title>
 
5
<META NAME="description" CONTENT="6. Standard 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="app-changes.html">
 
14
<LINK REL="previous" href="directives.html">
 
15
<LINK REL="up" HREF="modpython.html">
 
16
<LINK REL="next" href="hand-pub.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="dir-other-pp.html"><img src="icons/previous.gif"
 
23
  border="0" height="32"
 
24
  alt="Previous Page" width="32"></A></td>
 
25
<td><A HREF="modpython.html"><img src="icons/up.gif"
 
26
  border="0" height="32"
 
27
  alt="Up One Level" width="32"></A></td>
 
28
<td><A href="hand-pub.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="dir-other-pp.html">5.4.11 PythonPath</A>
 
43
<b class="navlabel">Up:</b> <a class="sectref" HREF="modpython.html">Mod_python Manual</A>
 
44
<b class="navlabel">Next:</b> <a class="sectref" href="hand-pub.html">6.1 Publisher Handler</A>
 
45
<br><hr>
 
46
</DIV>
 
47
<!--End of Navigation Panel-->
 
48
 
 
49
<H1><A NAME="SECTION008000000000000000000">&nbsp;</A>
 
50
<BR>
 
51
6. Standard 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="hand-pub.html">6.1 Publisher Handler</a>
 
62
<UL>
 
63
<LI><A href="hand-pub-intro.html">6.1.1 Introduction</a>
 
64
<LI><A href="hand-pub-alg.html">6.1.2 The Publishing Algorithm</a>
 
65
<UL>
 
66
<LI><A href="hand-pub-alg-trav.html">6.1.2.1 Traversal</a>
 
67
<LI><A href="hand-pub-alg-args.html">6.1.2.2 Argument Matching and Invocation</a>
 
68
<LI><A href="hand-pub-alg-auth.html">6.1.2.3 Authentication</a>
 
69
</ul>
 
70
<LI><A href="node92.html">6.1.3 Form Data</a>
 
71
</ul>
 
72
<LI><A href="hand-psp.html">6.2 PSP Handler</a>
 
73
<LI><A href="hand-cgi.html">6.3 CGI Handler</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="dir-other-pp.html"><img src="icons/previous.gif"
 
82
  border="0" height="32"
 
83
  alt="Previous Page" width="32"></A></td>
 
84
<td><A HREF="modpython.html"><img src="icons/up.gif"
 
85
  border="0" height="32"
 
86
  alt="Up One Level" width="32"></A></td>
 
87
<td><A href="hand-pub.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="dir-other-pp.html">5.4.11 PythonPath</A>
 
102
<b class="navlabel">Up:</b> <a class="sectref" HREF="modpython.html">Mod_python Manual</A>
 
103
<b class="navlabel">Next:</b> <a class="sectref" href="hand-pub.html">6.1 Publisher Handler</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>