switch to a 60 bit hash
[httpd-crcsyncproxy.git] / docs / manual / programs / fcgistarter.xml
blobe197b08e0c4127604cf8de11ea8a087168a717e9
1 <?xml version='1.0' encoding='UTF-8' ?>
2 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
4 <!-- $LastChangedRevision$ -->
6 <!--
7  Licensed to the Apache Software Foundation (ASF) under one or more
8  contributor license agreements.  See the NOTICE file distributed with
9  this work for additional information regarding copyright ownership.
10  The ASF licenses this file to You under the Apache License, Version 2.0
11  (the "License"); you may not use this file except in compliance with
12  the License.  You may obtain a copy of the License at
14      http://www.apache.org/licenses/LICENSE-2.0
16  Unless required by applicable law or agreed to in writing, software
17  distributed under the License is distributed on an "AS IS" BASIS,
18  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19  See the License for the specific language governing permissions and
20  limitations under the License.
21 -->
23 <manualpage metafile="fcgistarter.xml.meta">
24 <parentdocument href="./">Programs</parentdocument>
26 <title>fcgistarter - Start a FastCGI program</title>
28 <summary>
29     <p></p>
30     <note><title>Note</title>
31       <p>Currently only works on Unix systems.</p>
32     </note>
33 </summary>
34 <seealso><module>mod_proxy_fcgi</module></seealso>
36 <section id="synopsis"><title>Synopsis</title>
37     <p><code><strong>fcgistarter</strong>
38     -<strong>c</strong> <var>command</var>
39     -<strong>p</strong> <var>port</var>
40     [ -<strong>i</strong> <var>interface</var> ]
41     -<strong>N</strong> <var>num</var>
42     </code></p>
43 </section>
45 <section id="options"><title>Options</title>
46     <dl>
47     <dt><code>-c <var>command</var></code></dt>
48     <dd>FastCGI program</dd>
50     <dt><code>-p <var>port</var></code></dt>
51     <dd>Port which the program will listens on</dd>
53     <dt><code>-i <var>interface</var></code></dt>
54     <dd>Interface which the program will listens on</dd>
56     <dt><code>-N <var>num</var></code></dt>
57     <dd>Number of instances of the program</dd>
59     </dl>
60 </section>
61 </manualpage>