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

« back to all changes in this revision

Viewing changes to doc-html/hand-cgi.html

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-07-07 13:18:35 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060707131835-zfp1vupanjj2e77y
Tags: 3.2.8-1ubuntu1
* Merge to Debian unstable.
* Remaining Ubuntu change: debian/{control,rules}: Drop python 2.3 package.

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="hand-psp.html" />
11
 
<link rel="parent" href="handlers.html" />
12
 
<link rel="next" href="app-changes.html" />
13
 
<meta http-equiv="Content-Type" content="text/html; charset=EUC-JP" />
14
 
<meta name='aesop' content='information' />
 
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="hand-psp.html">
 
11
<LINK REL="parent" href="handlers.html">
 
12
<LINK REL="next" HREF="node97.html">
 
13
<meta name='aesop' content='information'>
 
14
<META NAME="description" CONTENT="CGI Handler">
 
15
<META NAME="keywords" CONTENT="modpython">
 
16
<META NAME="resource-type" CONTENT="document">
 
17
<META NAME="distribution" CONTENT="global">
15
18
<title>6.3 CGI Handler</title>
16
19
</head>
17
20
<body>
18
21
<DIV CLASS="navigation">
19
 
<div id='top-navigation-panel' xml:id='top-navigation-panel'>
20
22
<table align="center" width="100%" cellpadding="0" cellspacing="2">
21
23
<tr>
22
 
<td class='online-navigation'><a rel="prev" title="6.2 PSP Handler"
23
 
  href="hand-psp.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="6. Standard Handlers"
26
 
  href="handlers.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="A. Changes from Previous"
29
 
  href="app-changes.html"><img src='next.png'
30
 
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
 
24
<td><a rel="prev" title="6.2 PSP Handler" 
 
25
  href="hand-psp.html"><img src='previous.gif'
 
26
  border='0' height='32'  alt='Previous Page' width='32'></A></td>
 
27
<td><a rel="parent" title="6. Standard Handlers" 
 
28
  href="handlers.html"><img src='up.gif'
 
29
  border='0' height='32'  alt='Up One Level' width='32'></A></td>
 
30
<td><a rel="next" title="A. Changes from Version" 
 
31
  HREF="node97.html"><img src='next.gif'
 
32
  border='0' height='32'  alt='Next Page' width='32'></A></td>
31
33
<td align="center" width="100%">Mod_python Manual</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>
 
34
<td><a rel="contents" title="Table of Contents" 
 
35
  href="contents.html"><img src='contents.gif'
 
36
  border='0' height='32'  alt='Contents' width='32'></A></td>
 
37
<td><img src='blank.gif'
 
38
  border='0' height='32'  alt='' width='32'></td>
 
39
<td><a rel="index" title="Index" 
 
40
  href="genindex.html"><img src='index.gif'
 
41
  border='0' height='32'  alt='Index' width='32'></A></td>
40
42
</tr></table>
41
 
<div class='online-navigation'>
42
43
<b class="navlabel">Previous:</b>
43
44
<a class="sectref" rel="prev" href="hand-psp.html">6.2 PSP Handler</A>
44
45
<b class="navlabel">Up:</b>
45
46
<a class="sectref" rel="parent" href="handlers.html">6. Standard Handlers</A>
46
47
<b class="navlabel">Next:</b>
47
 
<a class="sectref" rel="next" href="app-changes.html">A. Changes from Previous</A>
48
 
</div>
49
 
<hr /></div>
 
48
<a class="sectref" rel="next" HREF="node97.html">A. Changes from Version</A>
 
49
<br><hr>
50
50
</DIV>
51
51
<!--End of Navigation Panel-->
52
52
 
53
 
<H1><A NAME="SECTION008300000000000000000"></A><A NAME="hand-cgi"></A>
 
53
<H1><A NAME="SECTION008300000000000000000">&nbsp;</A>
54
54
<BR>
55
55
6.3 CGI Handler
56
56
</H1>
57
57
 
58
58
<P>
59
 
<a id='l2h-254' xml:id='l2h-254'></a>
 
59
<a name="l2h-266">&nbsp;</a>
60
60
 
61
61
<P>
62
62
CGI handler is a handler that emulates the CGI environment under mod_python. 
116
116
 
117
117
 
118
118
<DIV CLASS="navigation">
119
 
<div class='online-navigation'>
120
 
<p></p><hr />
 
119
<p><hr>
121
120
<table align="center" width="100%" cellpadding="0" cellspacing="2">
122
121
<tr>
123
 
<td class='online-navigation'><a rel="prev" title="6.2 PSP Handler"
124
 
  href="hand-psp.html"><img src='previous.png'
125
 
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
126
 
<td class='online-navigation'><a rel="parent" title="6. Standard Handlers"
127
 
  href="handlers.html"><img src='up.png'
128
 
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
129
 
<td class='online-navigation'><a rel="next" title="A. Changes from Previous"
130
 
  href="app-changes.html"><img src='next.png'
131
 
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
 
122
<td><a rel="prev" title="6.2 PSP Handler" 
 
123
  rel="prev" title="6.2 PSP Handler" 
 
124
  href="hand-psp.html"><img src='previous.gif'
 
125
  border='0' height='32'  alt='Previous Page' width='32'></A></td>
 
126
<td><a rel="parent" title="6. Standard Handlers" 
 
127
  rel="parent" title="6. Standard Handlers" 
 
128
  href="handlers.html"><img src='up.gif'
 
129
  border='0' height='32'  alt='Up One Level' width='32'></A></td>
 
130
<td><a rel="next" title="A. Changes from Version" 
 
131
  rel="next" title="A. Changes from Version" 
 
132
  HREF="node97.html"><img src='next.gif'
 
133
  border='0' height='32'  alt='Next Page' width='32'></A></td>
132
134
<td align="center" width="100%">Mod_python Manual</td>
133
 
<td class='online-navigation'><a rel="contents" title="Table of Contents"
134
 
  href="contents.html"><img src='contents.png'
135
 
  border='0' height='32'  alt='Contents' width='32' /></A></td>
136
 
<td class='online-navigation'><img src='blank.png'
137
 
  border='0' height='32'  alt='' width='32' /></td>
138
 
<td class='online-navigation'><a rel="index" title="Index"
139
 
  href="genindex.html"><img src='index.png'
140
 
  border='0' height='32'  alt='Index' width='32' /></A></td>
 
135
<td><a rel="contents" title="Table of Contents" 
 
136
  rel="contents" title="Table of Contents" 
 
137
  href="contents.html"><img src='contents.gif'
 
138
  border='0' height='32'  alt='Contents' width='32'></A></td>
 
139
<td><img src='blank.gif'
 
140
  border='0' height='32'  alt='' width='32'></td>
 
141
<td><a rel="index" title="Index" 
 
142
  rel="index" title="Index" 
 
143
  href="genindex.html"><img src='index.gif'
 
144
  border='0' height='32'  alt='Index' width='32'></A></td>
141
145
</tr></table>
142
 
<div class='online-navigation'>
143
146
<b class="navlabel">Previous:</b>
144
147
<a class="sectref" rel="prev" href="hand-psp.html">6.2 PSP Handler</A>
145
148
<b class="navlabel">Up:</b>
146
149
<a class="sectref" rel="parent" href="handlers.html">6. Standard Handlers</A>
147
150
<b class="navlabel">Next:</b>
148
 
<a class="sectref" rel="next" href="app-changes.html">A. Changes from Previous</A>
149
 
</div>
150
 
</div>
151
 
<hr />
152
 
<span class="release-info">Release 3.1.3, documentation updated on January 29, 2005.</span>
 
151
<a class="sectref" rel="next" HREF="node97.html">A. Changes from Version</A>
 
152
<hr>
 
153
<span class="release-info">Release 3.2.8, documentation updated on February 19, 2006.</span>
153
154
</DIV>
154
155
<!--End of Navigation Panel-->
155
156