blob: e8a19680900040b4392d249122ad929e0f1e2240 [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
<!-- $LastChangedRevision$ -->
<!--
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.
-->
<manualpage metafile="fcgistarter.xml.meta">
<parentdocument href="./">Programs</parentdocument>
<title>fcgistarter - Start a FastCGI program</title>
<summary>
<p></p>
</summary>
<seealso><module>mod_proxy_fcgi</module></seealso>
<section id="note"><title>Note</title>
<p>Currently only works on Unix systems.</p>
</section>
<section id="synopsis"><title>Synopsis</title>
<p><code><strong>fcgistarter</strong>
-<strong>c</strong> <var>command</var>
-<strong>p</strong> <var>port</var>
[ -<strong>i</strong> <var>interface</var> ]
-<strong>N</strong> <var>num</var>
</code></p>
</section>
<section id="options"><title>Options</title>
<dl>
<dt><code>-c <var>command</var></code></dt>
<dd>FastCGI program</dd>
<dt><code>-p <var>port</var></code></dt>
<dd>Port which the program will listen on</dd>
<dt><code>-i <var>interface</var></code></dt>
<dd>Interface which the program will listen on</dd>
<dt><code>-N <var>num</var></code></dt>
<dd>Number of instances of the program</dd>
</dl>
</section>
</manualpage>