0efb708c6ae04a014ab52b50fb0b3961473296d3takashi<?xml version='1.0' encoding='UTF-8' ?>
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi<!DOCTYPE manualpage SYSTEM "/style/manualpage.dtd">
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi<?xml-stylesheet type="text/xsl" href="/style/manual.en.xsl"?>
3b2fce4119e1a8be83eab5017811d7836479475etakashi<!-- $LastChangedRevision$ -->
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi<!--
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi Licensed to the Apache Software Foundation (ASF) under one or more
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi contributor license agreements. See the NOTICE file distributed with
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi this work for additional information regarding copyright ownership.
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi The ASF licenses this file to You under the Apache License, Version 2.0
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi (the "License"); you may not use this file except in compliance with
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi the License. You may obtain a copy of the License at
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi http://www.apache.org/licenses/LICENSE-2.0
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi Unless required by applicable law or agreed to in writing, software
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi distributed under the License is distributed on an "AS IS" BASIS,
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi See the License for the specific language governing permissions and
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi limitations under the License.
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi-->
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi<manualpage metafile="fcgistarter.xml.meta">
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi<parentdocument href="./">Programs</parentdocument>
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi<title>fcgistarter - Start a FastCGI program</title>
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi<summary>
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi <p></p>
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi</summary>
d70646063dc0f920e7b3e3601bd3a6265a8c5f1bsf
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi<seealso><module>mod_proxy_fcgi</module></seealso>
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi
d70646063dc0f920e7b3e3601bd3a6265a8c5f1bsf<section id="note"><title>Note</title>
d70646063dc0f920e7b3e3601bd3a6265a8c5f1bsf <p>Currently only works on Unix systems.</p>
d70646063dc0f920e7b3e3601bd3a6265a8c5f1bsf</section>
d70646063dc0f920e7b3e3601bd3a6265a8c5f1bsf
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi<section id="synopsis"><title>Synopsis</title>
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi <p><code><strong>fcgistarter</strong>
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi -<strong>c</strong> <var>command</var>
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi -<strong>p</strong> <var>port</var>
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi [ -<strong>i</strong> <var>interface</var> ]
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi -<strong>N</strong> <var>num</var>
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi </code></p>
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi</section>
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi<section id="options"><title>Options</title>
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi <dl>
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi <dt><code>-c <var>command</var></code></dt>
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi <dd>FastCGI program</dd>
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi <dt><code>-p <var>port</var></code></dt>
e1ab7677888ab1b599e059a3dea9f555a264fc34humbedooh <dd>Port which the program will listen on</dd>
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi <dt><code>-i <var>interface</var></code></dt>
e1ab7677888ab1b599e059a3dea9f555a264fc34humbedooh <dd>Interface which the program will listen on</dd>
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi <dt><code>-N <var>num</var></code></dt>
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi <dd>Number of instances of the program</dd>
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi </dl>
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi</section>
0efb708c6ae04a014ab52b50fb0b3961473296d3takashi</manualpage>