Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 12aef6395c3678c929b08cd723fc1673 > files > 78

mod_python-2.7.6-1mdk.i586.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Mod_python Manual</title>
<META NAME="description" CONTENT="Mod_python Manual">
<META NAME="keywords" CONTENT="modpython">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="STYLESHEET" href="modpython.css">
<LINK REL="next" href="front.html">
</head>
<body>
<DIV CLASS="navigation">
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td><img src="icons/blank.gif"
  border="0" height="32"
  alt="" width="32"></td>
<td><img src="icons/blank.gif"
  border="0" height="32"
  alt="" width="32"></td>
<td><A href="front.html"><img src="icons/next.gif"
  border="0" height="32"
  alt="Next Page" width="32"></A></td>
<td align="center" width="100%">Mod_python Manual</td>
<td><A href="contents.html"><img src="icons/contents.gif"
  border="0" height="32"
  alt="Contents" width="32"></A></td>
<td><img src="icons/blank.gif"
  border="0" height="32"
  alt="" width="32"></td>
<td><A href="genindex.html"><img src="icons/index.gif"
  border="0" height="32"
  alt="Index" width="32"></A></td>
</tr></table>
<b class="navlabel">Next:</b> <a class="sectref" href="front.html">Front Matter</A>
<br><hr>
</DIV>
<!--End of Navigation Panel-->

<P>

<div class="titlepage">
<center>
<h1>Mod_python Manual</h1>
<p><b><font size='+2'>Gregory Trubetskoy</font></b></p>
<p>
	E-mail: <span class="email">grisha@modpython.org</span>
</p>
<p><strong>Release 2.7.6</strong><br>
<strong>August 04, 2001</strong></p>
<p>
</center>
</div>

<P>

<p><hr>
<!--Table of Child-Links-->


<UL CLASS="ChildLinks">
<LI><A NAME="tex2html5"
  href="front.html">Front Matter</A>
<LI><A NAME="tex2html6"
  href="contents.html">Contents</A>
<LI><A NAME="tex2html7"
  href="introduction.html">1. Introduction</A>
<UL>
<LI><A NAME="tex2html8"
  href="intr-performance.html">1.1 Performance</A>
<LI><A NAME="tex2html9"
  href="intr-flexibility.html">1.2 Flexibility</A>
<LI><A NAME="tex2html10"
  href="intr-history.html">1.3 History</A>
</UL>
<LI><A NAME="tex2html11"
  href="installation.html">2. Installation</A>
<UL>
<LI><A NAME="tex2html12"
  href="inst-prerequisites.html">2.1 Prerequisites</A>
<LI><A NAME="tex2html13"
  href="inst-compiling.html">2.2 Compiling</A>
<UL>
<LI><A NAME="tex2html14"
  href="inst-configure.html">2.2.1 Running ./configure</A>
<LI><A NAME="tex2html15"
  href="inst-make.html">2.2.2 Running make</A>
</UL>
<LI><A NAME="tex2html16"
  href="inst-installing.html">2.3 Installing</A>
<UL>
<LI><A NAME="tex2html17"
  href="inst-makeinstall.html">2.3.1 Running make install</A>
<LI><A NAME="tex2html18"
  href="inst-apacheconfig.html">2.3.2 Configuring Apache</A>
</UL>
<LI><A NAME="tex2html19"
  href="inst-testing.html">2.4 Testing</A>
<LI><A NAME="tex2html20"
  href="inst-trouble.html">2.5 Troubleshooting</A>
</UL>
<LI><A NAME="tex2html21"
  href="tutorial.html">3. Tutorial</A>
<UL>
<LI><A NAME="tex2html22"
  href="tut-overview.html">3.1 Quick Overview of how Apache Handles Requests</A>
<LI><A NAME="tex2html23"
  href="tut-what-it-do.html">3.2 So what Exactly does Mod-python do?</A>
<LI><A NAME="tex2html24"
  href="tut-more-complicated.html">3.3 Now something More Complicated - Authentication</A>
<LI><A NAME="tex2html25"
  href="tut-pub.html">3.4 Publisher Handler Makes it Easy</A>
</UL>
<LI><A NAME="tex2html26"
  href="pythonapi.html">4. Python API</A>
<UL>
<LI><A NAME="tex2html27"
  href="pyapi-interps.html">4.1 Multiple Interpreters</A>
<LI><A NAME="tex2html28"
  href="pyapi-handler.html">4.2 Overview of a Handler</A>
<LI><A NAME="tex2html29"
  href="module-apache.html">4.3 <tt class="module">apache</tt> - Access to Apache Internals.</A>
<UL>
<LI><A NAME="tex2html30"
  href="pyapi-mptable.html">4.3.1 Table Object (mp_table)<a name='l2h-20'>&nbsp;</a></A>
<LI><A NAME="tex2html31"
  href="pyapi-mprequest.html">4.3.2 Request Object<a name='l2h-22'>&nbsp;</a></A>
<LI><A NAME="tex2html32"
  href="pyapi-mpconn.html">4.3.3 Connection Object (mp_conn)<a name='l2h-79'>&nbsp;</a></A>
<LI><A NAME="tex2html33"
  href="pyapi-mpserver.html">4.3.4 Server Object (mp_server)<a name='l2h-98'>&nbsp;</a></A>
<LI><A NAME="tex2html34"
  href="pyapi-debug.html">4.3.5 Debugging</A>
<LI><A NAME="tex2html35"
  href="pyapi-callback.html">4.3.6 Internal Callback Object<a name='l2h-119'>&nbsp;</a></A>
</UL>
<LI><A NAME="tex2html36"
  href="pyapi-util.html">4.4 <tt class="module">util</tt> - Miscellaneous Utilities</A>
<UL>
<LI><A NAME="tex2html37"
  href="pyapi-util-fstor.html">4.4.1 FieldStorage class</A>
<LI><A NAME="tex2html38"
  href="pyapi-util-funcs.html">4.4.2 Other functions</A>
</UL>
</UL>
<LI><A NAME="tex2html39"
  href="directives.html">5. Apache Configuration Directives</A>
<UL>
<LI><A NAME="tex2html40"
  href="dir-handlers.html">5.1 Handlers</A>
<UL>
<LI><A NAME="tex2html41"
  href="dir-handlers-syn.html">5.1.1 Python*Handler Directive Syntax</A>
<LI><A NAME="tex2html42"
  href="dir-handlers-prrh.html">5.1.2 PythonPostReadRequestHandler</A>
<LI><A NAME="tex2html43"
  href="dir-handlers-th.html">5.1.3 PythonTransHandler</A>
<LI><A NAME="tex2html44"
  href="dir-handlers-hph.html">5.1.4 PythonHeaderParserHandler</A>
<LI><A NAME="tex2html45"
  href="dir-handlers-ach.html">5.1.5 PythonAccessHandler</A>
<LI><A NAME="tex2html46"
  href="dir-handlers-auh.html">5.1.6 PythonAuthenHandler</A>
<LI><A NAME="tex2html47"
  href="dir-handlers-tph.html">5.1.7 PythonTypeHandler</A>
<LI><A NAME="tex2html48"
  href="dir-handlers-fuh.html">5.1.8 PythonFixupHandler</A>
<LI><A NAME="tex2html49"
  href="dir-handlers-ph.html">5.1.9 PythonHandler</A>
<LI><A NAME="tex2html50"
  href="dir-handlers-pih.html">5.1.10 PythonInitHandler</A>
<LI><A NAME="tex2html51"
  href="dir-handlers-plh.html">5.1.11 PythonLogHandler</A>
<LI><A NAME="tex2html52"
  href="dir-handlers-pch.html">5.1.12 PythonCleanupHandler</A>
</UL>
<LI><A NAME="tex2html53"
  href="dir-other.html">5.2 Other Directives</A>
<UL>
<LI><A NAME="tex2html54"
  href="dir-other-epd.html">5.2.1 PythonEnablePdb</A>
<LI><A NAME="tex2html55"
  href="dir-other-pd.html">5.2.2 PythonDebug</A>
<LI><A NAME="tex2html56"
  HREF="node58.html">5.2.3 PythonImport</A>
<LI><A NAME="tex2html57"
  href="dir-other-ipd.html">5.2.4 PythonInterpPerDirectory</A>
<LI><A NAME="tex2html58"
  href="dir-other-ipdv.html">5.2.5 PythonInterpPerDirective</A>
<LI><A NAME="tex2html59"
  href="dir-other-pi.html">5.2.6 PythonInterpreter</A>
<LI><A NAME="tex2html60"
  href="dir-other-phm.html">5.2.7 PythonHandlerModule</A>
<LI><A NAME="tex2html61"
  href="dir-other-par.html">5.2.8 PythonAutoReload</A>
<LI><A NAME="tex2html62"
  href="dir-other-pomz.html">5.2.9 PythonOptimize</A>
<LI><A NAME="tex2html63"
  href="dir-other-po.html">5.2.10 PythonOption</A>
<LI><A NAME="tex2html64"
  href="dir-other-pp.html">5.2.11 PythonPath</A>
</UL>
</UL>
<LI><A NAME="tex2html65"
  href="handlers.html">6. Standard Handlers</A>
<UL>
<LI><A NAME="tex2html66"
  href="hand-pub.html">6.1 Publisher Handler</A>
<UL>
<LI><A NAME="tex2html67"
  href="hand-pub-intro.html">6.1.1 Introduction</A>
<LI><A NAME="tex2html68"
  href="hand-pub-alg.html">6.1.2 The Publishing Algorithm</A>
<LI><A NAME="tex2html69"
  HREF="node74.html">6.1.3 Form Data</A>
</UL>
<LI><A NAME="tex2html70"
  href="hand-cgi.html">6.2 CGI Handler</A>
<LI><A NAME="tex2html71"
  href="hand-httpdapy.html">6.3 Httpdapy handler</A>
<LI><A NAME="tex2html72"
  href="hand-z.html">6.4 ZHandler</A>
</UL>
<LI><A NAME="tex2html73"
  href="app-wininst.html">A. Windows Installation</A>
<LI><A NAME="tex2html74"
  href="app-vnsinst.html">B. VMS installation</A>
<LI><A NAME="tex2html75"
  href="genindex.html">Index</A>
<LI><A NAME="tex2html76"
  href="about.html">About this document ...</A>
</UL>
<!--End of Table of Child-Links-->

<DIV CLASS="navigation">
<p><hr>
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td><img src="icons/blank.gif"
  border="0" height="32"
  alt="" width="32"></td>
<td><img src="icons/blank.gif"
  border="0" height="32"
  alt="" width="32"></td>
<td><A href="front.html"><img src="icons/next.gif"
  border="0" height="32"
  alt="Next Page" width="32"></A></td>
<td align="center" width="100%">Mod_python Manual</td>
<td><A href="contents.html"><img src="icons/contents.gif"
  border="0" height="32"
  alt="Contents" width="32"></A></td>
<td><img src="icons/blank.gif"
  border="0" height="32"
  alt="" width="32"></td>
<td><A href="genindex.html"><img src="icons/index.gif"
  border="0" height="32"
  alt="Index" width="32"></A></td>
</tr></table>
<b class="navlabel">Next:</b> <a class="sectref" href="front.html">Front Matter</A>
<hr>
<span class="release-info">Release 2.7.6, documentation updated on August 04, 2001.</span>
</DIV>
<!--End of Navigation Panel-->

</BODY>
</HTML>