mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@421136 13f79535-47bb-0310-9956-ffa450edef68
88 lines
3.7 KiB
XML
88 lines
3.7 KiB
XML
<?xml version="1.0" encoding="iso-2022-jp"?>
|
||
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
||
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
|
||
<!-- English Revision: 151408:420990 (outdated) -->
|
||
|
||
<!--
|
||
Licensed to the Apache Software Foundation (ASF) under one or more
|
||
contributor license agreements. See the NOTICE file distributed with
|
||
this work for additional information regarding copyright ownership.
|
||
The ASF licenses this file to You under the Apache License, Version 2.0
|
||
(the "License"); you may not use this file except in compliance with
|
||
the License. You may obtain a copy of the License at
|
||
|
||
http://www.apache.org/licenses/LICENSE-2.0
|
||
|
||
Unless required by applicable law or agreed to in writing, software
|
||
distributed under the License is distributed on an "AS IS" BASIS,
|
||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||
See the License for the specific language governing permissions and
|
||
limitations under the License.
|
||
-->
|
||
|
||
<modulesynopsis metafile="mpm_winnt.xml.meta">
|
||
|
||
<name>mpm_winnt</name>
|
||
<description>Windows NT
|
||
$B8~$1$K:GE,2=$5$l$?%^%k%A%W%m%;%C%7%s%0%b%8%e!<%k(B</description>
|
||
<status>MPM</status>
|
||
<sourcefile>mpm_winnt.c</sourcefile>
|
||
<identifier>mpm_winnt_module</identifier>
|
||
|
||
<summary>
|
||
<p>$B$3$N%^%k%A%W%m%;%C%7%s%0%b%8%e!<%k(B (MPM)
|
||
$B$O(B Windows NT $B$G$N%G%U%)%k%H$K$J$j$^$9!#(B
|
||
$B0l$D$N@)8fMQ%W%m%;%9$rMQ$$!"$3$l$,0l$D$N;R%W%m%;%9$r5/F0$7!"(B
|
||
$B$=$7$F;R%W%m%;%9$,%j%/%(%9%H$r<h$j07$&$?$a$K%9%l%C%I$r(B
|
||
$B5/F0$7$^$9!#(B</p>
|
||
</summary>
|
||
|
||
<directivesynopsis location="mpm_common"><name>CoreDumpDirectory</name>
|
||
</directivesynopsis>
|
||
<directivesynopsis location="mpm_common"><name>PidFile</name>
|
||
</directivesynopsis>
|
||
<directivesynopsis location="mpm_common"><name>Listen</name>
|
||
</directivesynopsis>
|
||
<directivesynopsis location="mpm_common"><name>ListenBacklog</name>
|
||
</directivesynopsis>
|
||
<directivesynopsis location="mpm_common"><name>MaxRequestsPerChild</name>
|
||
</directivesynopsis>
|
||
<directivesynopsis location="mpm_common"><name>MaxMemFree</name>
|
||
</directivesynopsis>
|
||
<directivesynopsis location="mpm_common"><name>ScoreBoardFile</name>
|
||
</directivesynopsis>
|
||
<directivesynopsis location="mpm_common"><name>SendBufferSize</name>
|
||
</directivesynopsis>
|
||
<directivesynopsis location="mpm_common"><name>ThreadLimit</name>
|
||
</directivesynopsis>
|
||
<directivesynopsis location="mpm_common"><name>ThreadsPerChild</name>
|
||
</directivesynopsis>
|
||
<directivesynopsis location="mpm_common"><name>ThreadStackSize</name>
|
||
</directivesynopsis>
|
||
|
||
<directivesynopsis>
|
||
<name>Win32DisableAcceptEx</name>
|
||
<description>$B%M%C%H%o!<%/@\B3$N<u$1IU$1$K(B accept() $B$r(BAcceptEx $B$NBe$o$j$K;H$&(B</description>
|
||
<syntax>Win32DisableAcceptEx</syntax>
|
||
<default>AcceptEx() $B$O%G%U%)%k%H$GM-8z$K$J$C$F$$$^$9!#(BAcceptEx() $B$rL58z$K$9$k(B
|
||
$B$?$a$K$3$N%G%#%l%/%F%#%V$r;H$$$^$9!#(B</default>
|
||
<contextlist><context>server config</context></contextlist>
|
||
<compatibility>2.0.49 $B%P!<%8%g%s0J9_$G;HMQ2DG=(B</compatibility>
|
||
|
||
<usage>
|
||
<p>AcceptEx() $B$O(B Microsoft WinSock v2 API $B$G!">l9g$K$h$C$F$O(B
|
||
BSD $B7A<0$N(B <code>accept()</code> API $B$h$j$b$h$$@-G=$rH/4x$7$^$9!#(B
|
||
$B$h$/;H$o$l$F$$$k(B Windows $B@=IJ$NCf$G!"FC$K%&%#%k%9%9%-%c%J$d(B VPN $B%Q%C%1!<%8(B
|
||
$B$NCf$K$O!"%P%0$,860x$G(B <code>AcceptEx()</code> $B$NE,@Z$JF0:n$rK8$2$k$b$N$,$"$j$^$9!#(B
|
||
$B0J2<$N$h$&$J%(%i!<$KAx6x$7$?>l9g$O!"$3$N%G%#%l%/%F%#%V$r;HMQ$7$F(B
|
||
<code>AcceptEx()</code> $B$r;HMQ$7$J$$$h$&$K$7$F$/$@$5$$!#(B</p>
|
||
|
||
<example>
|
||
[error] (730038)An operation was attempted on something that is
|
||
not a socket.: winnt_accept: AcceptEx failed. Attempting to recover.
|
||
</example>
|
||
</usage>
|
||
</directivesynopsis>
|
||
|
||
</modulesynopsis>
|