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

« back to all changes in this revision

Viewing changes to doc-html/handlers.html

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski
  • Date: 2007-04-12 20:52:05 UTC
  • mfrom: (1.2.4 upstream) (1.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20070412205205-j4qlsw3o4tl615iq
Tags: 3.3.1-1
* New upstream release
* Remove configure and mod_python.h files in clean rule to make the diff.gz
  file smaller
* Current Python version in libapache2-mod-pythonX.Y package name (Provides:
  field) filled in automatically.
* Added XS-Vcs-Browser field

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
2
<html>
3
3
<head>
4
 
<link rel="STYLESHEET" href="modpython.css" type='text/css'>
5
 
<link rel="first" href="modpython.html" title='Mod_python Manual'>
6
 
<link rel='contents' href='contents.html' title="Contents">
7
 
<link rel='index' href='genindex.html' title='Index'>
8
 
<link rel='last' href='about.html' title='About this document...'>
9
 
<link rel='help' href='about.html' title='About this document...'>
10
 
<LINK REL="next" HREF="node98.html">
11
 
<LINK REL="prev" href="directives.html">
12
 
<LINK REL="parent" HREF="modpython.html">
13
 
<LINK REL="next" href="hand-pub.html">
14
 
<meta name='aesop' content='information'>
15
 
<META NAME="description" CONTENT=". Standard Handlers">
16
 
<META NAME="keywords" CONTENT="modpython">
17
 
<META NAME="resource-type" CONTENT="document">
18
 
<META NAME="distribution" CONTENT="global">
19
 
<title>6. Standard Handlers</title>
 
4
<link rel="STYLESHEET" href="modpython.css" type='text/css' />
 
5
<link rel="first" href="modpython.html" title='Mod_python Manual' />
 
6
<link rel='contents' href='contents.html' title="Contents" />
 
7
<link rel='index' href='genindex.html' title='Index' />
 
8
<link rel='last' href='about.html' title='About this document...' />
 
9
<link rel='help' href='about.html' title='About this document...' />
 
10
<link rel="next" href="security.html" />
 
11
<link rel="prev" href="ssi.html" />
 
12
<link rel="parent" href="modpython.html" />
 
13
<link rel="next" href="hand-pub.html" />
 
14
<meta name='aesop' content='information' />
 
15
<title>7. Standard Handlers</title>
20
16
</head>
21
17
<body>
22
18
<DIV CLASS="navigation">
 
19
<div id='top-navigation-panel' xml:id='top-navigation-panel'>
23
20
<table align="center" width="100%" cellpadding="0" cellspacing="2">
24
21
<tr>
25
 
<td><a rel="prev" title="5.4.11 PythonPath" 
26
 
  href="dir-other-pp.html"><img src='previous.gif'
27
 
  border='0' height='32'  alt='Previous Page' width='32'></A></td>
28
 
<td><a rel="parent" title="Mod_python Manual" 
29
 
  HREF="modpython.html"><img src='up.gif'
30
 
  border='0' height='32'  alt='Up One Level' width='32'></A></td>
31
 
<td><a rel="next" title="6.1 Publisher Handler" 
32
 
  href="hand-pub.html"><img src='next.gif'
33
 
  border='0' height='32'  alt='Next Page' width='32'></A></td>
 
22
<td class='online-navigation'><a rel="prev" title="6.6 Enabling INCLUDES Filter"
 
23
  href="ssi-output-filter.html"><img src='previous.png'
 
24
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
 
25
<td class='online-navigation'><a rel="parent" title="Mod_python Manual"
 
26
  href="modpython.html"><img src='up.png'
 
27
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
 
28
<td class='online-navigation'><a rel="next" title="7.1 Publisher Handler"
 
29
  href="hand-pub.html"><img src='next.png'
 
30
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
34
31
<td align="center" width="100%">Mod_python Manual</td>
35
 
<td><a rel="contents" title="Table of Contents" 
36
 
  href="contents.html"><img src='contents.gif'
37
 
  border='0' height='32'  alt='Contents' width='32'></A></td>
38
 
<td><img src='blank.gif'
39
 
  border='0' height='32'  alt='' width='32'></td>
40
 
<td><a rel="index" title="Index" 
41
 
  href="genindex.html"><img src='index.gif'
42
 
  border='0' height='32'  alt='Index' width='32'></A></td>
 
32
<td class='online-navigation'><a rel="contents" title="Table of Contents"
 
33
  href="contents.html"><img src='contents.png'
 
34
  border='0' height='32'  alt='Contents' width='32' /></A></td>
 
35
<td class='online-navigation'><img src='blank.png'
 
36
  border='0' height='32'  alt='' width='32' /></td>
 
37
<td class='online-navigation'><a rel="index" title="Index"
 
38
  href="genindex.html"><img src='index.png'
 
39
  border='0' height='32'  alt='Index' width='32' /></A></td>
43
40
</tr></table>
 
41
<div class='online-navigation'>
44
42
<b class="navlabel">Previous:</b>
45
 
<a class="sectref" rel="prev" href="dir-other-pp.html">5.4.11 PythonPath</A>
 
43
<a class="sectref" rel="prev" href="ssi-output-filter.html">6.6 Enabling INCLUDES Filter</A>
46
44
<b class="navlabel">Up:</b>
47
 
<a class="sectref" rel="parent" HREF="modpython.html">Mod_python Manual</A>
 
45
<a class="sectref" rel="parent" href="modpython.html">Mod_python Manual</A>
48
46
<b class="navlabel">Next:</b>
49
 
<a class="sectref" rel="next" href="hand-pub.html">6.1 Publisher Handler</A>
50
 
<br><hr>
 
47
<a class="sectref" rel="next" href="hand-pub.html">7.1 Publisher Handler</A>
 
48
</div>
 
49
<hr /></div>
51
50
</DIV>
52
51
<!--End of Navigation Panel-->
53
52
 
54
 
<H1><A NAME="SECTION008000000000000000000">&nbsp;</A>
 
53
<H1><A NAME="SECTION009000000000000000000"></A><A NAME="handlers"></A>
55
54
<BR>
56
 
6. Standard Handlers
 
55
7. Standard Handlers
57
56
</H1>
58
57
 
59
58
<P>
60
59
 
61
 
<p><hr>
 
60
<p><br /></p><hr class='online-navigation' />
 
61
<div class='online-navigation'>
62
62
<!--Table of Child-Links-->
63
63
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></a>
64
64
 
65
65
<UL CLASS="ChildLinks">
66
 
<LI><A href="hand-pub.html">6.1 Publisher Handler</a>
67
 
<UL>
68
 
<LI><A href="hand-pub-intro.html">6.1.1 Introduction</a>
69
 
<LI><A href="hand-pub-alg.html">6.1.2 The Publishing Algorithm</a>
70
 
<UL>
71
 
<LI><A href="hand-pub-alg-trav.html">6.1.2.1 Traversal</a>
72
 
<LI><A href="hand-pub-alg-args.html">6.1.2.2 Argument Matching and Invocation</a>
73
 
<LI><A href="hand-pub-alg-auth.html">6.1.2.3 Authentication</a>
74
 
</ul>
75
 
<LI><A href="node95.html">6.1.3 Form Data</a>
76
 
</ul>
77
 
<LI><A href="hand-psp.html">6.2 PSP Handler</a>
78
 
<LI><A href="hand-cgi.html">6.3 CGI Handler</a>
 
66
<LI><A href="hand-pub.html">7.1 Publisher Handler</a>
 
67
<UL>
 
68
<LI><A href="hand-pub-intro.html">7.1.1 Introduction</a>
 
69
<LI><A href="hand-pub-alg.html">7.1.2 The Publishing Algorithm</a>
 
70
<UL>
 
71
<LI><A href="hand-pub-alg-trav.html">7.1.2.1 Traversal</a>
 
72
<LI><A href="hand-pub-alg-args.html">7.1.2.2 Argument Matching and Invocation</a>
 
73
<LI><A href="hand-pub-alg-auth.html">7.1.2.3 Authentication</a>
 
74
</ul>
 
75
<LI><A href="node103.html">7.1.3 Form Data</a>
 
76
</ul>
 
77
<LI><A href="hand-psp.html">7.2 PSP Handler</a>
 
78
<LI><A href="hand-cgi.html">7.3 CGI Handler</a>
79
79
</ul>
80
80
<!--End of Table of Child-Links-->
 
81
</div>
81
82
 
82
83
<DIV CLASS="navigation">
83
 
<p><hr>
 
84
<div class='online-navigation'>
 
85
<p></p><hr />
84
86
<table align="center" width="100%" cellpadding="0" cellspacing="2">
85
87
<tr>
86
 
<td><a rel="prev" title="5.4.11 PythonPath" 
87
 
  rel="prev" title="5.4.11 PythonPath" 
88
 
  href="dir-other-pp.html"><img src='previous.gif'
89
 
  border='0' height='32'  alt='Previous Page' width='32'></A></td>
90
 
<td><a rel="parent" title="Mod_python Manual" 
91
 
  rel="parent" title="Mod_python Manual" 
92
 
  HREF="modpython.html"><img src='up.gif'
93
 
  border='0' height='32'  alt='Up One Level' width='32'></A></td>
94
 
<td><a rel="next" title="6.1 Publisher Handler" 
95
 
  rel="next" title="6.1 Publisher Handler" 
96
 
  href="hand-pub.html"><img src='next.gif'
97
 
  border='0' height='32'  alt='Next Page' width='32'></A></td>
 
88
<td class='online-navigation'><a rel="prev" title="6.6 Enabling INCLUDES Filter"
 
89
  href="ssi-output-filter.html"><img src='previous.png'
 
90
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
 
91
<td class='online-navigation'><a rel="parent" title="Mod_python Manual"
 
92
  href="modpython.html"><img src='up.png'
 
93
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
 
94
<td class='online-navigation'><a rel="next" title="7.1 Publisher Handler"
 
95
  href="hand-pub.html"><img src='next.png'
 
96
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
98
97
<td align="center" width="100%">Mod_python Manual</td>
99
 
<td><a rel="contents" title="Table of Contents" 
100
 
  rel="contents" title="Table of Contents" 
101
 
  href="contents.html"><img src='contents.gif'
102
 
  border='0' height='32'  alt='Contents' width='32'></A></td>
103
 
<td><img src='blank.gif'
104
 
  border='0' height='32'  alt='' width='32'></td>
105
 
<td><a rel="index" title="Index" 
106
 
  rel="index" title="Index" 
107
 
  href="genindex.html"><img src='index.gif'
108
 
  border='0' height='32'  alt='Index' width='32'></A></td>
 
98
<td class='online-navigation'><a rel="contents" title="Table of Contents"
 
99
  href="contents.html"><img src='contents.png'
 
100
  border='0' height='32'  alt='Contents' width='32' /></A></td>
 
101
<td class='online-navigation'><img src='blank.png'
 
102
  border='0' height='32'  alt='' width='32' /></td>
 
103
<td class='online-navigation'><a rel="index" title="Index"
 
104
  href="genindex.html"><img src='index.png'
 
105
  border='0' height='32'  alt='Index' width='32' /></A></td>
109
106
</tr></table>
 
107
<div class='online-navigation'>
110
108
<b class="navlabel">Previous:</b>
111
 
<a class="sectref" rel="prev" href="dir-other-pp.html">5.4.11 PythonPath</A>
 
109
<a class="sectref" rel="prev" href="ssi-output-filter.html">6.6 Enabling INCLUDES Filter</A>
112
110
<b class="navlabel">Up:</b>
113
 
<a class="sectref" rel="parent" HREF="modpython.html">Mod_python Manual</A>
 
111
<a class="sectref" rel="parent" href="modpython.html">Mod_python Manual</A>
114
112
<b class="navlabel">Next:</b>
115
 
<a class="sectref" rel="next" href="hand-pub.html">6.1 Publisher Handler</A>
116
 
<hr>
117
 
<span class="release-info">Release 3.2.10, documentation updated on July 19, 2006.</span>
 
113
<a class="sectref" rel="next" href="hand-pub.html">7.1 Publisher Handler</A>
 
114
</div>
 
115
</div>
 
116
<hr />
 
117
<span class="release-info">Release 3.3.1, documentation updated on January 29, 2007.</span>
118
118
</DIV>
119
119
<!--End of Navigation Panel-->
120
120