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

« back to all changes in this revision

Viewing changes to doc-html/pyapi-mpsrv-meth.html

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski, Piotr Ozarowski
  • Date: 2006-10-12 17:14:47 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061012171447-ji7e0w38nl37kknp
Tags: 3.2.10-2
[ Piotr Ozarowski ]
* Dependencies updated:
  + replaced apache2-common with apache2.2-common (closes: #391790)
  + bumped apache2-threaded-dev version (see above),
  + bumped python-central version (dh_python removed from debian/rules),
  + bumped debhelper version (see above),
  + added po-debconf to Build-Depends (lintian error).
* Removed deprecated dh_installmanpages from debian/rules
  (there are no manpages to install).
* Updated Dutch debconf translation from Vincent Zweije. (closes: #388834)
* Updated Czech debconf translation from Miroslav Kure. (closes: #384752)
* Updated Japanese debconf translation from Hideki Yamane. (closes: #391811)

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
<P>
60
60
<dl><dt><table cellpadding="0" cellspacing="0"><tr valign="baseline">
61
 
  <td><nobr><b><a name="l2h-159"><tt class="method">get_config</tt></a></b>(</nobr></td>
 
61
  <td><nobr><b><a name="l2h-165"><tt class="method">get_config</tt></a></b>(</nobr></td>
62
62
  <td>)</td></tr></table>
63
63
<dd>
64
64
  Similar to <code>req.get_config()</code>, but returns a config pointed to
67
67
 
68
68
<P>
69
69
<dl><dt><table cellpadding="0" cellspacing="0"><tr valign="baseline">
70
 
  <td><nobr><b><a name="l2h-160"><tt class="method">register_cleanup</tt></a></b>(</nobr></td>
 
70
  <td><nobr><b><a name="l2h-166"><tt class="method">get_options</tt></a></b>(</nobr></td>
 
71
  <td>)</td></tr></table>
 
72
<dd>
 
73
  Similar to <code>req.get_options()</code>, but returns a table object holding
 
74
  only the mod_python options defined at global scope within the Apache
 
75
  configuration. That is, outside of the context of any VirtualHost, Location,
 
76
  Directory or Files directives.
 
77
</dl>
 
78
 
 
79
<P>
 
80
<dl><dt><table cellpadding="0" cellspacing="0"><tr valign="baseline">
 
81
  <td><nobr><b><a name="l2h-167"><tt class="method">register_cleanup</tt></a></b>(</nobr></td>
71
82
  <td><var>request, callable</var><big>[</big><var>, data</var><big>]</big>)</td></tr></table>
72
83
<dd>
73
84
  Registers a cleanup. Very similar to <tt class="function">req.register_cleanup()</tt>, except
112
123
<b class="navlabel">Next:</b>
113
124
<a class="sectref" rel="next" href="pyapi-mpsrv-mem.html">4.5.6.2 Server Members</A>
114
125
<hr>
115
 
<span class="release-info">Release 3.2.8, documentation updated on February 19, 2006.</span>
 
126
<span class="release-info">Release 3.2.10, documentation updated on July 19, 2006.</span>
116
127
</DIV>
117
128
<!--End of Navigation Panel-->
118
129