|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /var/www/manual/mod/mod_python/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <link rel="STYLESHEET" href="modpython.css" type='text/css'> <link rel="first" href="modpython.html" title='Mod_python Manual'> <link rel='contents' href='contents.html' title="Contents"> <link rel='index' href='genindex.html' title='Index'> <link rel='last' href='about.html' title='About this document...'> <link rel='help' href='about.html' title='About this document...'> <LINK REL="prev" href="pyapi-mpsrv-meth.html"> <LINK REL="parent" href="pyapi-mpserver.html"> <LINK REL="next" href="pyapi-util.html"> <meta name='aesop' content='information'> <META NAME="description" CONTENT="Server Members"> <META NAME="keywords" CONTENT="modpython"> <META NAME="resource-type" CONTENT="document"> <META NAME="distribution" CONTENT="global"> <title>4.5.6.2 Server Members</title> </head> <body> <DIV CLASS="navigation"> <table align="center" width="100%" cellpadding="0" cellspacing="2"> <tr> <td><a rel="prev" title="4.5.6.1 Server Methods" href="pyapi-mpsrv-meth.html"><img src='previous.gif' border='0' height='32' alt='Previous Page' width='32'></A></td> <td><a rel="parent" title="4.5.6 Server Object (mp_server) " href="pyapi-mpserver.html"><img src='up.gif' border='0' height='32' alt='Up One Level' width='32'></A></td> <td><a rel="next" title="4.6 util - Miscellaneous" href="pyapi-util.html"><img src='next.gif' border='0' height='32' alt='Next Page' width='32'></A></td> <td align="center" width="100%">Mod_python Manual</td> <td><a rel="contents" title="Table of Contents" href="contents.html"><img src='contents.gif' border='0' height='32' alt='Contents' width='32'></A></td> <td><img src='blank.gif' border='0' height='32' alt='' width='32'></td> <td><a rel="index" title="Index" href="genindex.html"><img src='index.gif' border='0' height='32' alt='Index' width='32'></A></td> </tr></table> <b class="navlabel">Previous:</b> <a class="sectref" rel="prev" href="pyapi-mpsrv-meth.html">4.5.6.1 Server Methods</A> <b class="navlabel">Up:</b> <a class="sectref" rel="parent" href="pyapi-mpserver.html">4.5.6 Server Object (mp_server) </A> <b class="navlabel">Next:</b> <a class="sectref" rel="next" href="pyapi-util.html">4.6 util - Miscellaneous</A> <br><hr> </DIV> <!--End of Navigation Panel--> <H3><A NAME="SECTION006562000000000000000"> </A> <BR> 4.5.6.2 Server Members </H3> <P> <dl><dt><b><a name="l2h-161"><tt class="member">defn_name</tt></a></b> <dd> String. The name of the configuration file where the server definition was found. <i>(Read-Only</i>) </dl> <P> <dl><dt><b><a name="l2h-162"><tt class="member">defn_line_number</tt></a></b> <dd> Integer. Line number in the config file where the server definition is found. <i>(Read-Only</i>) </dl> <P> <dl><dt><b><a name="l2h-163"><tt class="member">server_admin</tt></a></b> <dd> Value of the <code>ServerAdmin</code> directive. <i>(Read-Only</i>) </dl> <P> <dl><dt><b><a name="l2h-164"><tt class="member">server_hostname</tt></a></b> <dd> Value of the <code>ServerName</code> directive. Same as CGI <a class="envvar" name="l2h-180">SERVER_NAME</a>.<i>(Read-Only</i>) </dl> <P> <dl><dt><b><a name="l2h-165"><tt class="member">names</tt></a></b> <dd> Tuple. List of normal server names specified in the <code>ServerAlias</code> directive. This list does not include wildcarded names, which are listed separately in <code>wild_names</code>. <i>(Read-Only)</i> </dl> <P> <dl><dt><b><a name="l2h-166"><tt class="member">wild_names</tt></a></b> <dd> Tuple. List of wildcarded server names specified in the <code>ServerAlias</code> directive. <i>(Read-Only)</i> </dl> <P> <dl><dt><b><a name="l2h-167"><tt class="member">port</tt></a></b> <dd> Integer. TCP/IP port number. Same as CGI <a class="envvar" name="l2h-181">SERVER_PORT</a>. <i>This member appears to be 0 on Apache 2.0, look at req.connection.local_addr instead</i> <i>(Read-Only</i>) </dl> <P> <dl><dt><b><a name="l2h-168"><tt class="member">error_fname</tt></a></b> <dd> The name of the error log file for this server, if any. <i>(Read-Only</i>) </dl> <P> <dl><dt><b><a name="l2h-169"><tt class="member">loglevel</tt></a></b> <dd> Integer. Logging level. <i>(Read-Only</i>) </dl> <P> <dl><dt><b><a name="l2h-170"><tt class="member">is_virtual</tt></a></b> <dd> Boolean. True if this is a virtual server. <i>(Read-Only</i>) </dl> <P> <dl><dt><b><a name="l2h-171"><tt class="member">timeout</tt></a></b> <dd> Integer. Value of the <code>Timeout</code> directive. <i>(Read-Only</i>) </dl> <P> <dl><dt><b><a name="l2h-172"><tt class="member">keep_alive_timeout</tt></a></b> <dd> Integer. Keepalive timeout. <i>(Read-Only</i>) </dl> <P> <dl><dt><b><a name="l2h-173"><tt class="member">keep_alive_max</tt></a></b> <dd> Maximum number of requests per keepalive. <i>(Read-Only</i>) </dl> <P> <dl><dt><b><a name="l2h-174"><tt class="member">keep_alive</tt></a></b> <dd> Use persistent connections? <i>(Read-Only</i>) </dl> <P> <dl><dt><b><a name="l2h-175"><tt class="member">path</tt></a></b> <dd> String. Path for <code>ServerPath</code> <i>(Read-Only</i>) </dl> <P> <dl><dt><b><a name="l2h-176"><tt class="member">pathlen</tt></a></b> <dd> Integer. Path length. <i>(Read-Only</i>) </dl> <P> <dl><dt><b><a name="l2h-177"><tt class="member">limit_req_line</tt></a></b> <dd> Integer. Limit on size of the HTTP request line. <i>(Read-Only</i>) </dl> <P> <dl><dt><b><a name="l2h-178"><tt class="member">limit_req_fieldsize</tt></a></b> <dd> Integer. Limit on size of any request header field. <i>(Read-Only</i>) </dl> <P> <dl><dt><b><a name="l2h-179"><tt class="member">limit_req_fields</tt></a></b> <dd> Integer. Limit on number of request header fields. <i>(Read-Only</i>) </dl> <P> <DIV CLASS="navigation"> <p><hr> <table align="center" width="100%" cellpadding="0" cellspacing="2"> <tr> <td><a rel="prev" title="4.5.6.1 Server Methods" rel="prev" title="4.5.6.1 Server Methods" href="pyapi-mpsrv-meth.html"><img src='previous.gif' border='0' height='32' alt='Previous Page' width='32'></A></td> <td><a rel="parent" title="4.5.6 Server Object (mp_server) " rel="parent" title="4.5.6 Server Object (mp_server) " href="pyapi-mpserver.html"><img src='up.gif' border='0' height='32' alt='Up One Level' width='32'></A></td> <td><a rel="next" title="4.6 util - Miscellaneous" rel="next" title="4.6 util - Miscellaneous" href="pyapi-util.html"><img src='next.gif' border='0' height='32' alt='Next Page' width='32'></A></td> <td align="center" width="100%">Mod_python Manual</td> <td><a rel="contents" title="Table of Contents" rel="contents" title="Table of Contents" href="contents.html"><img src='contents.gif' border='0' height='32' alt='Contents' width='32'></A></td> <td><img src='blank.gif' border='0' height='32' alt='' width='32'></td> <td><a rel="index" title="Index" rel="index" title="Index" href="genindex.html"><img src='index.gif' border='0' height='32' alt='Index' width='32'></A></td> </tr></table> <b class="navlabel">Previous:</b> <a class="sectref" rel="prev" href="pyapi-mpsrv-meth.html">4.5.6.1 Server Methods</A> <b class="navlabel">Up:</b> <a class="sectref" rel="parent" href="pyapi-mpserver.html">4.5.6 Server Object (mp_server) </A> <b class="navlabel">Next:</b> <a class="sectref" rel="next" href="pyapi-util.html">4.6 util - Miscellaneous</A> <hr> <span class="release-info">Release 3.2.8, documentation updated on February 19, 2006.</span> </DIV> <!--End of Navigation Panel--> </BODY> </HTML>