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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2006-03-20 19:05:14 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060320190514-7gcx7mdusfp5it8r
Tags: 3.1.4-0ubuntu1
* Merge with Debian a little bit harder, minimising our diffs a bit.
* New upstream release, containing no changes other than the security
  fix for CVE-2005-0088 and an externally-visible module version bump.
* Tweak configure.in with upstream fix to resolve FTBFS with bash 3.1.

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="dir-handlers-th.html" />
 
11
<link rel="prev" href="dir-handlers-syn.html" />
 
12
<link rel="parent" href="dir-handlers.html" />
 
13
<link rel="next" href="dir-handlers-th.html" />
 
14
<meta http-equiv="Content-Type" content="text/html; charset=EUC-JP" />
 
15
<meta name='aesop' content='information' />
4
16
<title>5.1.2 PythonPostReadRequestHandler</title>
5
 
<META NAME="description" CONTENT="5.1.2 PythonPostReadRequestHandler">
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-handlers-th.html">
14
 
<LINK REL="previous" href="dir-handlers-syn.html">
15
 
<LINK REL="up" href="dir-handlers.html">
16
 
<LINK REL="next" href="dir-handlers-th.html">
17
17
</head>
18
18
<body>
19
19
<DIV CLASS="navigation">
 
20
<div id='top-navigation-panel' xml:id='top-navigation-panel'>
20
21
<table align="center" width="100%" cellpadding="0" cellspacing="2">
21
22
<tr>
22
 
<td><A href="dir-handlers-syn.html"><img src="icons/previous.gif"
23
 
  border="0" height="32"
24
 
  alt="Previous Page" width="32"></A></td>
25
 
<td><A href="dir-handlers.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-th.html"><img src="icons/next.gif"
29
 
  border="0" height="32"
30
 
  alt="Next Page" width="32"></A></td>
 
23
<td class='online-navigation'><a rel="prev" title="5.1.1 Python*Handler Directive Syntax"
 
24
  href="dir-handlers-syn.html"><img src='previous.png'
 
25
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
 
26
<td class='online-navigation'><a rel="parent" title="5.1 Request Handlers"
 
27
  href="dir-handlers.html"><img src='up.png'
 
28
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
 
29
<td class='online-navigation'><a rel="next" title="5.1.3 PythonTransHandler"
 
30
  href="dir-handlers-th.html"><img src='next.png'
 
31
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
31
32
<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>
 
33
<td class='online-navigation'><a rel="contents" title="Table of Contents"
 
34
  href="contents.html"><img src='contents.png'
 
35
  border='0' height='32'  alt='Contents' width='32' /></A></td>
 
36
<td class='online-navigation'><img src='blank.png'
 
37
  border='0' height='32'  alt='' width='32' /></td>
 
38
<td class='online-navigation'><a rel="index" title="Index"
 
39
  href="genindex.html"><img src='index.png'
 
40
  border='0' height='32'  alt='Index' width='32' /></A></td>
41
41
</tr></table>
42
 
<b class="navlabel">Previous:</b> <a class="sectref" href="dir-handlers-syn.html">5.1.1 Python*Handler Directive Syntax</A>
43
 
<b class="navlabel">Up:</b> <a class="sectref" href="dir-handlers.html">5.1 Request Handlers</A>
44
 
<b class="navlabel">Next:</b> <a class="sectref" href="dir-handlers-th.html">5.1.3 PythonTransHandler</A>
45
 
<br><hr>
 
42
<div class='online-navigation'>
 
43
<b class="navlabel">Previous:</b>
 
44
<a class="sectref" rel="prev" href="dir-handlers-syn.html">5.1.1 Python*Handler Directive Syntax</A>
 
45
<b class="navlabel">Up:</b>
 
46
<a class="sectref" rel="parent" href="dir-handlers.html">5.1 Request Handlers</A>
 
47
<b class="navlabel">Next:</b>
 
48
<a class="sectref" rel="next" href="dir-handlers-th.html">5.1.3 PythonTransHandler</A>
 
49
</div>
 
50
<hr /></div>
46
51
</DIV>
47
52
<!--End of Navigation Panel-->
48
53
 
49
 
<H2><A NAME="SECTION007120000000000000000">&nbsp;</A>
50
 
<a name="l2h-223">&nbsp;</a>
 
54
<H2><A NAME="SECTION007120000000000000000"></A><A NAME="dir-handlers-prrh"></A>
 
55
<a id='l2h-226' xml:id='l2h-226'></a>
51
56
<BR>
52
57
5.1.2 PythonPostReadRequestHandler
53
58
</H2>
54
59
 
55
60
<P>
56
 
<b><em class="citetitle"><a
 
61
<strong><em class="citetitle"><a
57
62
 href="http://httpd.apache.org/docs-2.0/mod/directive-dict.html#Syntax"
58
63
 title="Syntax:"
59
 
 >Syntax:</a></em></b>
60
 
<i>Python*Handler Syntax</i>
 
64
 >Syntax:</a></em></strong>
 
65
<em>Python*Handler Syntax</em>
61
66
<BR><em class="citetitle"><a
62
67
 href="http://httpd.apache.org/docs-2.0/mod/directive-dict.html#Context"
63
68
 title="Context:"
90
95
interpreter. And because this phase happens before any identification
91
96
of the type of content being requested is done (i.e. is this a python
92
97
program or a gif?), the python routine specified with this handler
93
 
will be called for <i>ALL</i> requests on this server (not just python
 
98
will be called for <em>ALL</em> requests on this server (not just python
94
99
programs), which is an important consideration if performance is a
95
100
priority.
96
101
</div>
97
102
 
98
103
<P>
99
 
<a name="l2h-224">&nbsp;</a>The handlers below are documented in order in
 
104
<a id='l2h-227' xml:id='l2h-227'></a> The handlers below are documented in order in
100
105
which phases are processed by Apache.
101
106
 
102
107
<P>
103
108
 
104
109
<DIV CLASS="navigation">
105
 
<p><hr>
 
110
<div class='online-navigation'>
 
111
<p></p><hr />
106
112
<table align="center" width="100%" cellpadding="0" cellspacing="2">
107
113
<tr>
108
 
<td><A href="dir-handlers-syn.html"><img src="icons/previous.gif"
109
 
  border="0" height="32"
110
 
  alt="Previous Page" width="32"></A></td>
111
 
<td><A href="dir-handlers.html"><img src="icons/up.gif"
112
 
  border="0" height="32"
113
 
  alt="Up One Level" width="32"></A></td>
114
 
<td><A href="dir-handlers-th.html"><img src="icons/next.gif"
115
 
  border="0" height="32"
116
 
  alt="Next Page" width="32"></A></td>
 
114
<td class='online-navigation'><a rel="prev" title="5.1.1 Python*Handler Directive Syntax"
 
115
  href="dir-handlers-syn.html"><img src='previous.png'
 
116
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
 
117
<td class='online-navigation'><a rel="parent" title="5.1 Request Handlers"
 
118
  href="dir-handlers.html"><img src='up.png'
 
119
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
 
120
<td class='online-navigation'><a rel="next" title="5.1.3 PythonTransHandler"
 
121
  href="dir-handlers-th.html"><img src='next.png'
 
122
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
117
123
<td align="center" width="100%">Mod_python Manual</td>
118
 
<td><A href="contents.html"><img src="icons/contents.gif"
119
 
  border="0" height="32"
120
 
  alt="Contents" width="32"></A></td>
121
 
<td><img src="icons/blank.gif"
122
 
  border="0" height="32"
123
 
  alt="" width="32"></td>
124
 
<td><A href="genindex.html"><img src="icons/index.gif"
125
 
  border="0" height="32"
126
 
  alt="Index" width="32"></A></td>
 
124
<td class='online-navigation'><a rel="contents" title="Table of Contents"
 
125
  href="contents.html"><img src='contents.png'
 
126
  border='0' height='32'  alt='Contents' width='32' /></A></td>
 
127
<td class='online-navigation'><img src='blank.png'
 
128
  border='0' height='32'  alt='' width='32' /></td>
 
129
<td class='online-navigation'><a rel="index" title="Index"
 
130
  href="genindex.html"><img src='index.png'
 
131
  border='0' height='32'  alt='Index' width='32' /></A></td>
127
132
</tr></table>
128
 
<b class="navlabel">Previous:</b> <a class="sectref" href="dir-handlers-syn.html">5.1.1 Python*Handler Directive Syntax</A>
129
 
<b class="navlabel">Up:</b> <a class="sectref" href="dir-handlers.html">5.1 Request Handlers</A>
130
 
<b class="navlabel">Next:</b> <a class="sectref" href="dir-handlers-th.html">5.1.3 PythonTransHandler</A>
131
 
<hr>
132
 
<span class="release-info">Release 3.1.3, documentation updated on February 17, 2004.</span>
 
133
<div class='online-navigation'>
 
134
<b class="navlabel">Previous:</b>
 
135
<a class="sectref" rel="prev" href="dir-handlers-syn.html">5.1.1 Python*Handler Directive Syntax</A>
 
136
<b class="navlabel">Up:</b>
 
137
<a class="sectref" rel="parent" href="dir-handlers.html">5.1 Request Handlers</A>
 
138
<b class="navlabel">Next:</b>
 
139
<a class="sectref" rel="next" href="dir-handlers-th.html">5.1.3 PythonTransHandler</A>
 
140
</div>
 
141
</div>
 
142
<hr />
 
143
<span class="release-info">Release 3.1.3, documentation updated on January 29, 2005.</span>
133
144
</DIV>
134
145
<!--End of Navigation Panel-->
135
146