<?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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'install.fpm.install.php',
    1 => 'Встановлення',
    2 => 'Встановлення',
  ),
  'up' => 
  array (
    0 => 'install.fpm.php',
    1 => 'Менеджер процесів FastCGI (FPM)',
  ),
  'prev' => 
  array (
    0 => 'install.fpm.php',
    1 => 'Менеджер процесів FastCGI (FPM)',
  ),
  'next' => 
  array (
    0 => 'install.fpm.configuration.php',
    1 => 'Конфігурування',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'uk',
    '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">Встановлення</h2>
    <div class="sect2" id="install.fpm.install.compiling">
     <h3 class="title">Збірка з вихідного коду</h3>
     <p class="para">
      Для того щоб увімкнути FPM у збірці PHP, потрібно дописати
      <code class="literal">--enable-fpm</code> до конфігураційного рядка.
     </p>
     <p class="para">
      Ось декілька інших призначених для FPM конфігураційних параметрів (всі є необов&#039;язковими):
     </p>
     <ul class="itemizedlist">
      <li class="listitem">
       <p class="para">
        <code class="literal">--with-fpm-user</code> - встановити користувача FPM (початково - nobody).
       </p>
      </li>
      <li class="listitem">
       <p class="para">
        <code class="literal">--with-fpm-group</code> - встановити групу FPM (початково - nobody).
       </p>
      </li>
      <li class="listitem">
       <p class="para">
        <code class="literal">--with-fpm-systemd</code> - активувати інтеграцію з systemd (початково - no).
       </p>
      </li>
      <li class="listitem">
       <p class="para">
        <code class="literal">--with-fpm-acl</code> - використати списки контролю доступу POSIX (початково - no).
       </p>
      </li>
      <li class="listitem">
       <p class="para">
        <code class="literal">--with-fpm-apparmor</code> - активувати інтеграцію з AppArmor (початково - no).
       </p>
      </li>
      <li class="listitem">
       <p class="para">
        <code class="literal">--with-fpm-selinux</code> - активувати інтеграцію з SELinux (початково - no).
       </p>
      </li>
     </ul>
    </div>
    
    <div class="sect2">
     <h3 class="title">Журнал змін</h3>
     <p class="para">
      <table class="doctable informaltable">
       
        <thead>
         <tr>
          <th>Версія</th>
          <th>Опис</th>
         </tr>

        </thead>

        <tbody class="tbody">
         <tr>
          <td>8.2.0</td>
          <td>
           Додано параметр <code class="literal">--with-fpm-selinux</code>.
          </td>
         </tr>

         <tr>
          <td>8.0.0</td>
          <td>
           Додано параметр <code class="literal">--with-fpm-apparmor</code>.
          </td>
         </tr>

        </tbody>
       
      </table>

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