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

« back to all changes in this revision

Viewing changes to doc-html/handlers.html

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ozarowski
  • Date: 2007-02-21 18:24:29 UTC
  • mfrom: (1.1.8 feisty)
  • Revision ID: james.westby@ubuntu.com-20070221182429-9okop7e0qpi24l85
Tags: 3.2.10-4
* Added XS-Vcs-Svn field
* Removed "db_purge" part from libapache2-mod-python.postrm
  (dh_installdebconf is generating a rule that will not fail if debconf is
  already removed)
* Added initial Spanish debconf translation from Manuel Porras Peralta.
  (closes: #411235)
* Added initial Portuguese debconf translation from Pedro Ribeiro.
  (closes: #411742)
* Added initial Galician debconf translation from Jacobo Tarrio.
  (closes: #411831)

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
 
<title>6. Standard Handlers</title>
5
 
<META NAME="description" CONTENT="6. Standard Handlers">
 
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">
6
16
<META NAME="keywords" CONTENT="modpython">
7
17
<META NAME="resource-type" CONTENT="document">
8
18
<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="app-changes.html">
14
 
<LINK REL="previous" href="directives.html">
15
 
<LINK REL="up" HREF="modpython.html">
16
 
<LINK REL="next" href="hand-pub.html">
 
19
<title>6. Standard Handlers</title>
17
20
</head>
18
21
<body>
19
22
<DIV CLASS="navigation">
20
23
<table align="center" width="100%" cellpadding="0" cellspacing="2">
21
24
<tr>
22
 
<td><A href="dir-other-pp.html"><img src="icons/previous.gif"
23
 
  border="0" height="32"
24
 
  alt="Previous Page" width="32"></A></td>
25
 
<td><A HREF="modpython.html"><img src="icons/up.gif"
26
 
  border="0" height="32"
27
 
  alt="Up One Level" width="32"></A></td>
28
 
<td><A href="hand-pub.html"><img src="icons/next.gif"
29
 
  border="0" height="32"
30
 
  alt="Next Page" width="32"></A></td>
 
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>
31
34
<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>
 
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>
41
43
</tr></table>
42
 
<b class="navlabel">Previous:</b> <a class="sectref" href="dir-other-pp.html">5.4.11 PythonPath</A>
43
 
<b class="navlabel">Up:</b> <a class="sectref" HREF="modpython.html">Mod_python Manual</A>
44
 
<b class="navlabel">Next:</b> <a class="sectref" href="hand-pub.html">6.1 Publisher Handler</A>
 
44
<b class="navlabel">Previous:</b>
 
45
<a class="sectref" rel="prev" href="dir-other-pp.html">5.4.11 PythonPath</A>
 
46
<b class="navlabel">Up:</b>
 
47
<a class="sectref" rel="parent" HREF="modpython.html">Mod_python Manual</A>
 
48
<b class="navlabel">Next:</b>
 
49
<a class="sectref" rel="next" href="hand-pub.html">6.1 Publisher Handler</A>
45
50
<br><hr>
46
51
</DIV>
47
52
<!--End of Navigation Panel-->
67
72
<LI><A href="hand-pub-alg-args.html">6.1.2.2 Argument Matching and Invocation</a>
68
73
<LI><A href="hand-pub-alg-auth.html">6.1.2.3 Authentication</a>
69
74
</ul>
70
 
<LI><A href="node92.html">6.1.3 Form Data</a>
 
75
<LI><A href="node95.html">6.1.3 Form Data</a>
71
76
</ul>
72
77
<LI><A href="hand-psp.html">6.2 PSP Handler</a>
73
78
<LI><A href="hand-cgi.html">6.3 CGI Handler</a>
78
83
<p><hr>
79
84
<table align="center" width="100%" cellpadding="0" cellspacing="2">
80
85
<tr>
81
 
<td><A href="dir-other-pp.html"><img src="icons/previous.gif"
82
 
  border="0" height="32"
83
 
  alt="Previous Page" width="32"></A></td>
84
 
<td><A HREF="modpython.html"><img src="icons/up.gif"
85
 
  border="0" height="32"
86
 
  alt="Up One Level" width="32"></A></td>
87
 
<td><A href="hand-pub.html"><img src="icons/next.gif"
88
 
  border="0" height="32"
89
 
  alt="Next Page" width="32"></A></td>
 
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>
90
98
<td align="center" width="100%">Mod_python Manual</td>
91
 
<td><A href="contents.html"><img src="icons/contents.gif"
92
 
  border="0" height="32"
93
 
  alt="Contents" width="32"></A></td>
94
 
<td><img src="icons/blank.gif"
95
 
  border="0" height="32"
96
 
  alt="" width="32"></td>
97
 
<td><A href="genindex.html"><img src="icons/index.gif"
98
 
  border="0" height="32"
99
 
  alt="Index" width="32"></A></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>
100
109
</tr></table>
101
 
<b class="navlabel">Previous:</b> <a class="sectref" href="dir-other-pp.html">5.4.11 PythonPath</A>
102
 
<b class="navlabel">Up:</b> <a class="sectref" HREF="modpython.html">Mod_python Manual</A>
103
 
<b class="navlabel">Next:</b> <a class="sectref" href="hand-pub.html">6.1 Publisher Handler</A>
 
110
<b class="navlabel">Previous:</b>
 
111
<a class="sectref" rel="prev" href="dir-other-pp.html">5.4.11 PythonPath</A>
 
112
<b class="navlabel">Up:</b>
 
113
<a class="sectref" rel="parent" HREF="modpython.html">Mod_python Manual</A>
 
114
<b class="navlabel">Next:</b>
 
115
<a class="sectref" rel="next" href="hand-pub.html">6.1 Publisher Handler</A>
104
116
<hr>
105
 
<span class="release-info">Release 3.1.3, documentation updated on February 17, 2004.</span>
 
117
<span class="release-info">Release 3.2.10, documentation updated on July 19, 2006.</span>
106
118
</DIV>
107
119
<!--End of Navigation Panel-->
108
120