1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-05 16:21:14 +03:00
Files
apache/docs/manual/programs/fcgistarter.xml
Eric Covener d365a29a67 PR63678: Clarify fcgistarter -c parm
Submitted By: Giovanni Bechis <giovanni paclan.it>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873395 13f79535-47bb-0310-9956-ffa450edef68
2020-01-31 02:28:33 +00:00

64 lines
2.0 KiB
XML

<?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>Absolute path of the 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>