summaryrefslogtreecommitdiff
path: root/docs/manual/programs/fcgistarter.xml.fr
blob: fbb0ac7247127f67ea6e207fca46f1ff5ac19031 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?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 : 1873395 -->
<!-- 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 chemin absolu du 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>