mirror of
https://github.com/apache/httpd.git
synced 2025-07-04 05:22:30 +03:00
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835738 13f79535-47bb-0310-9956-ffa450edef68
66 lines
2.2 KiB
Plaintext
66 lines
2.2 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
|
|
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
|
|
<!-- English Revision : 1469398 -->
|
|
<!-- French translation : Lucien GENTIS -->
|
|
<!-- Reviewed by : Vincent Deffontaines -->
|
|
|
|
<!--
|
|
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="./">Programmes</parentdocument>
|
|
|
|
<title>fcgistarter - Démarrer un programme FastCGI</title>
|
|
|
|
<summary>
|
|
<p></p>
|
|
</summary>
|
|
|
|
<seealso><module>mod_proxy_fcgi</module></seealso>
|
|
|
|
<section id="note"><title>Note</title>
|
|
<p>Ne fonctionne actuellement que sur les systèmes de type Unix.</p>
|
|
</section>
|
|
|
|
<section id="synopsis"><title>Syntaxe</title>
|
|
<p><code><strong>fcgistarter</strong>
|
|
-<strong>c</strong> <var>commande</var>
|
|
-<strong>p</strong> <var>port</var>
|
|
[ -<strong>i</strong> <var>interface</var> ]
|
|
-<strong>N</strong> <var>nombre</var>
|
|
</code></p>
|
|
</section>
|
|
|
|
<section id="options"><title>Options</title>
|
|
<dl>
|
|
<dt><code>-c <var>commande</var></code></dt>
|
|
<dd>Le programme FastCGI</dd>
|
|
|
|
<dt><code>-p <var>port</var></code></dt>
|
|
<dd>Port sur lequel le programme va se mettre en écoute</dd>
|
|
|
|
<dt><code>-i <var>interface</var></code></dt>
|
|
<dd>Interface sur laquelle le programme va se mettre en écoute</dd>
|
|
|
|
<dt><code>-N <var>nombre</var></code></dt>
|
|
<dd>Nombre d'instances du programme</dd>
|
|
|
|
</dl>
|
|
</section>
|
|
</manualpage>
|