<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/install.fpm.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'install.fpm.install.php',
    1 => 'Installation',
    2 => 'Installation',
  ),
  'up' => 
  array (
    0 => 'install.fpm.php',
    1 => 'FastCGI Process Manager (FPM)',
  ),
  'prev' => 
  array (
    0 => 'install.fpm.php',
    1 => 'FastCGI Process Manager (FPM)',
  ),
  'next' => 
  array (
    0 => 'install.fpm.configuration.php',
    1 => 'Configuration',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'install/fpm/install.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="install.fpm.install" class="sect1">
 <h2 class="title">Installation</h2>
 <div class="sect2" id="install.fpm.install.compiling">
  <h3 class="title">Compiler depuis les sources</h3>
  <p class="para">
   Pour activer FPM dans la construction de PHP, il faut ajouter la ligne <code class="literal">--enable-fpm</code>
   à la ligne de configuration.
  </p>
  <p class="para">
   Il existe de multiples options de configuration pour FPM (toutes optionnelles):
  </p>
  <ul class="itemizedlist">
   <li class="listitem">
    <p class="para">
     <code class="literal">--with-fpm-user</code> - l&#039;utilisateur FPM (défaut - nobody).
    </p>
   </li>
   <li class="listitem">
    <p class="para">
     <code class="literal">--with-fpm-group</code> - le groupe FPM (défaut - nobody).
    </p>
   </li>
   <li class="listitem">
    <p class="para">
     <code class="literal">--with-fpm-systemd</code> - Active l&#039;intégration de systemd (par défaut - no).
    </p>
   </li>
   <li class="listitem">
    <p class="para">
     <code class="literal">--with-fpm-acl</code> - Utiliser POSIX Access Control Lists (par défaut - no).
    </p>
   </li>
   <li class="listitem">
    <p class="para">
     <code class="literal">--with-fpm-apparmor</code> - Active l&#039;intégration d&#039;AppArmor (par défaut - no).
    </p>
   </li>
   <li class="listitem">
    <p class="para">
     <code class="literal">--with-fpm-selinux</code> - Active l&#039;intégration SELinux (par défaut - no).
    </p>
   </li>
  </ul>
 </div>

 <div class="sect2">
  <h3 class="title">Historique</h3>
  <p class="para">
   <table class="doctable informaltable">
    
     <thead>
      <tr>
       <th>Version</th>
       <th>Description</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td>8.2.0</td>
       <td>
        L&#039;option <code class="literal">--with-fpm-selinux</code> a été ajoutée.
       </td>
      </tr>

      <tr>
       <td>8.0.0</td>
       <td>
        L&#039;option <code class="literal">--with-fpm-apparmor</code> a été ajoutée.
       </td>
      </tr>

     </tbody>
    
   </table>

  </p>
 </div>
</div><?php manual_footer($setup); ?>