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

« back to all changes in this revision

Viewing changes to doc-html/dir-conn-ch.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="prev" href="dir-conn.html" />
 
11
<link rel="parent" href="dir-conn.html" />
 
12
<link rel="next" href="dir-other.html" />
 
13
<meta http-equiv="Content-Type" content="text/html; charset=EUC-JP" />
 
14
<meta name='aesop' content='information' />
4
15
<title>5.3.1 PythonConnectionHandler</title>
5
 
<META NAME="description" CONTENT="5.3.1 PythonConnectionHandler">
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="previous" href="dir-conn.html">
14
 
<LINK REL="up" href="dir-conn.html">
15
 
<LINK REL="next" href="dir-other.html">
16
16
</head>
17
17
<body>
18
18
<DIV CLASS="navigation">
 
19
<div id='top-navigation-panel' xml:id='top-navigation-panel'>
19
20
<table align="center" width="100%" cellpadding="0" cellspacing="2">
20
21
<tr>
21
 
<td><A href="dir-conn.html"><img src="icons/previous.gif"
22
 
  border="0" height="32"
23
 
  alt="Previous Page" width="32"></A></td>
24
 
<td><A href="dir-conn.html"><img src="icons/up.gif"
25
 
  border="0" height="32"
26
 
  alt="Up One Level" width="32"></A></td>
27
 
<td><A href="dir-other.html"><img src="icons/next.gif"
28
 
  border="0" height="32"
29
 
  alt="Next Page" width="32"></A></td>
 
22
<td class='online-navigation'><a rel="prev" title="5.3 Connection Handler"
 
23
  href="dir-conn.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="5.3 Connection Handler"
 
26
  href="dir-conn.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="5.4 Other Directives"
 
29
  href="dir-other.html"><img src='next.png'
 
30
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
30
31
<td align="center" width="100%">Mod_python Manual</td>
31
 
<td><A href="contents.html"><img src="icons/contents.gif"
32
 
  border="0" height="32"
33
 
  alt="Contents" width="32"></A></td>
34
 
<td><img src="icons/blank.gif"
35
 
  border="0" height="32"
36
 
  alt="" width="32"></td>
37
 
<td><A href="genindex.html"><img src="icons/index.gif"
38
 
  border="0" height="32"
39
 
  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>
40
40
</tr></table>
41
 
<b class="navlabel">Previous:</b> <a class="sectref" href="dir-conn.html">5.3 Connection Handler</A>
42
 
<b class="navlabel">Up:</b> <a class="sectref" href="dir-conn.html">5.3 Connection Handler</A>
43
 
<b class="navlabel">Next:</b> <a class="sectref" href="dir-other.html">5.4 Other Directives</A>
44
 
<br><hr>
 
41
<div class='online-navigation'>
 
42
<b class="navlabel">Previous:</b>
 
43
<a class="sectref" rel="prev" href="dir-conn.html">5.3 Connection Handler</A>
 
44
<b class="navlabel">Up:</b>
 
45
<a class="sectref" rel="parent" href="dir-conn.html">5.3 Connection Handler</A>
 
46
<b class="navlabel">Next:</b>
 
47
<a class="sectref" rel="next" href="dir-other.html">5.4 Other Directives</A>
 
48
</div>
 
49
<hr /></div>
45
50
</DIV>
46
51
<!--End of Navigation Panel-->
47
52
 
48
 
<H2><A NAME="SECTION007310000000000000000">&nbsp;</A>
49
 
<a name="l2h-238">&nbsp;</a>
 
53
<H2><A NAME="SECTION007310000000000000000"></A><A NAME="dir-conn-ch"></A>
 
54
<a id='l2h-241' xml:id='l2h-241'></a>
50
55
<BR>
51
56
5.3.1 PythonConnectionHandler
52
57
</H2>
53
58
 
54
59
<P>
55
 
<b><em class="citetitle"><a
 
60
<strong><em class="citetitle"><a
56
61
 href="http://httpd.apache.org/docs-2.0/mod/directive-dict.html#Syntax"
57
62
 title="Syntax:"
58
 
 >Syntax:</a></em></b>
 
63
 >Syntax:</a></em></strong>
59
64
PythonConnectionHandler handler
60
65
<BR><em class="citetitle"><a
61
66
 href="http://httpd.apache.org/docs-2.0/mod/directive-dict.html#Context"
81
86
<P>
82
87
 
83
88
<DIV CLASS="navigation">
84
 
<p><hr>
 
89
<div class='online-navigation'>
 
90
<p></p><hr />
85
91
<table align="center" width="100%" cellpadding="0" cellspacing="2">
86
92
<tr>
87
 
<td><A href="dir-conn.html"><img src="icons/previous.gif"
88
 
  border="0" height="32"
89
 
  alt="Previous Page" width="32"></A></td>
90
 
<td><A href="dir-conn.html"><img src="icons/up.gif"
91
 
  border="0" height="32"
92
 
  alt="Up One Level" width="32"></A></td>
93
 
<td><A href="dir-other.html"><img src="icons/next.gif"
94
 
  border="0" height="32"
95
 
  alt="Next Page" width="32"></A></td>
 
93
<td class='online-navigation'><a rel="prev" title="5.3 Connection Handler"
 
94
  href="dir-conn.html"><img src='previous.png'
 
95
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
 
96
<td class='online-navigation'><a rel="parent" title="5.3 Connection Handler"
 
97
  href="dir-conn.html"><img src='up.png'
 
98
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
 
99
<td class='online-navigation'><a rel="next" title="5.4 Other Directives"
 
100
  href="dir-other.html"><img src='next.png'
 
101
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
96
102
<td align="center" width="100%">Mod_python Manual</td>
97
 
<td><A href="contents.html"><img src="icons/contents.gif"
98
 
  border="0" height="32"
99
 
  alt="Contents" width="32"></A></td>
100
 
<td><img src="icons/blank.gif"
101
 
  border="0" height="32"
102
 
  alt="" width="32"></td>
103
 
<td><A href="genindex.html"><img src="icons/index.gif"
104
 
  border="0" height="32"
105
 
  alt="Index" width="32"></A></td>
 
103
<td class='online-navigation'><a rel="contents" title="Table of Contents"
 
104
  href="contents.html"><img src='contents.png'
 
105
  border='0' height='32'  alt='Contents' width='32' /></A></td>
 
106
<td class='online-navigation'><img src='blank.png'
 
107
  border='0' height='32'  alt='' width='32' /></td>
 
108
<td class='online-navigation'><a rel="index" title="Index"
 
109
  href="genindex.html"><img src='index.png'
 
110
  border='0' height='32'  alt='Index' width='32' /></A></td>
106
111
</tr></table>
107
 
<b class="navlabel">Previous:</b> <a class="sectref" href="dir-conn.html">5.3 Connection Handler</A>
108
 
<b class="navlabel">Up:</b> <a class="sectref" href="dir-conn.html">5.3 Connection Handler</A>
109
 
<b class="navlabel">Next:</b> <a class="sectref" href="dir-other.html">5.4 Other Directives</A>
110
 
<hr>
111
 
<span class="release-info">Release 3.1.3, documentation updated on February 17, 2004.</span>
 
112
<div class='online-navigation'>
 
113
<b class="navlabel">Previous:</b>
 
114
<a class="sectref" rel="prev" href="dir-conn.html">5.3 Connection Handler</A>
 
115
<b class="navlabel">Up:</b>
 
116
<a class="sectref" rel="parent" href="dir-conn.html">5.3 Connection Handler</A>
 
117
<b class="navlabel">Next:</b>
 
118
<a class="sectref" rel="next" href="dir-other.html">5.4 Other Directives</A>
 
119
</div>
 
120
</div>
 
121
<hr />
 
122
<span class="release-info">Release 3.1.3, documentation updated on January 29, 2005.</span>
112
123
</DIV>
113
124
<!--End of Navigation Panel-->
114
125