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

contributors($setup);

?>
<div id="fpm.setup" class="chapter">
  <h1 class="title">Installation/Konfiguration</h1>


  <p class="simpara">
    Informationen zur Installation und Konfiguration von FPM finden Sie im
    <a href="install.fpm.php" class="link">Installations- und Konfigurationsabschnitt</a>
    des PHP-Handbuchs.
  </p>

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