~ubuntu-branches/ubuntu/dapper/libapache2-mod-python/dapper-security

« back to all changes in this revision

Viewing changes to doc-html/pyapi-mpconn.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>4.5.4 Connection Object (mp_conn)&nbsp;</title>
 
5
<META NAME="description" CONTENT="4.5.4 Connection Object (mp_conn)&nbsp;">
 
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="pyapi-mpfilt.html">
 
14
<LINK REL="previous" href="pyapi-mprequest.html">
 
15
<LINK REL="up" href="module-apache.html">
 
16
<LINK REL="next" href="pyapi-mpconn-meth.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="pyapi-mprequest-mem.html"><img src="icons/previous.gif"
 
23
  border="0" height="32"
 
24
  alt="Previous Page" width="32"></A></td>
 
25
<td><A href="module-apache.html"><img src="icons/up.gif"
 
26
  border="0" height="32"
 
27
  alt="Up One Level" width="32"></A></td>
 
28
<td><A href="pyapi-mpconn-meth.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="pyapi-mprequest-mem.html">4.5.3.2 Request Members</A>
 
43
<b class="navlabel">Up:</b> <a class="sectref" href="module-apache.html">4.5 apache - Access</A>
 
44
<b class="navlabel">Next:</b> <a class="sectref" href="pyapi-mpconn-meth.html">4.5.4.1 Connection Methods</A>
 
45
<br><hr>
 
46
</DIV>
 
47
<!--End of Navigation Panel-->
 
48
 
 
49
<H2><A NAME="SECTION006540000000000000000">&nbsp;</A>
 
50
<BR>
 
51
4.5.4 Connection Object (mp_conn)<a name="l2h-112">&nbsp;</a>
 
52
</H2>
 
53
 
 
54
<P>
 
55
The connection object is a Python mapping to the Apache conn_rec
 
56
structure.
 
57
 
 
58
<P>
 
59
 
 
60
<p><hr>
 
61
<!--Table of Child-Links-->
 
62
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></a>
 
63
 
 
64
<UL CLASS="ChildLinks">
 
65
<LI><A href="pyapi-mpconn-meth.html">4.5.4.1 Connection Methods</a>
 
66
<LI><A href="pyapi-mpconn-mem.html">4.5.4.2 Connection Members</a>
 
67
</ul>
 
68
<!--End of Table of Child-Links-->
 
69
 
 
70
<DIV CLASS="navigation">
 
71
<p><hr>
 
72
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
73
<tr>
 
74
<td><A href="pyapi-mprequest-mem.html"><img src="icons/previous.gif"
 
75
  border="0" height="32"
 
76
  alt="Previous Page" width="32"></A></td>
 
77
<td><A href="module-apache.html"><img src="icons/up.gif"
 
78
  border="0" height="32"
 
79
  alt="Up One Level" width="32"></A></td>
 
80
<td><A href="pyapi-mpconn-meth.html"><img src="icons/next.gif"
 
81
  border="0" height="32"
 
82
  alt="Next Page" width="32"></A></td>
 
83
<td align="center" width="100%">Mod_python Manual</td>
 
84
<td><A href="contents.html"><img src="icons/contents.gif"
 
85
  border="0" height="32"
 
86
  alt="Contents" width="32"></A></td>
 
87
<td><img src="icons/blank.gif"
 
88
  border="0" height="32"
 
89
  alt="" width="32"></td>
 
90
<td><A href="genindex.html"><img src="icons/index.gif"
 
91
  border="0" height="32"
 
92
  alt="Index" width="32"></A></td>
 
93
</tr></table>
 
94
<b class="navlabel">Previous:</b> <a class="sectref" href="pyapi-mprequest-mem.html">4.5.3.2 Request Members</A>
 
95
<b class="navlabel">Up:</b> <a class="sectref" href="module-apache.html">4.5 apache - Access</A>
 
96
<b class="navlabel">Next:</b> <a class="sectref" href="pyapi-mpconn-meth.html">4.5.4.1 Connection Methods</A>
 
97
<hr>
 
98
<span class="release-info">Release 3.1.3, documentation updated on February 17, 2004.</span>
 
99
</DIV>
 
100
<!--End of Navigation Panel-->
 
101
 
 
102
</BODY>
 
103
</HTML>