<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.utilspec.server.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'book.apache.php',
    1 => 'Apache',
    2 => 'Apache',
  ),
  'up' => 
  array (
    0 => 'refs.utilspec.server.php',
    1 => 'Server Specific Extensions',
  ),
  'prev' => 
  array (
    0 => 'refs.utilspec.server.php',
    1 => 'Server Specific Extensions',
  ),
  'next' => 
  array (
    0 => 'apache.setup.php',
    1 => 'Installing/Configuring',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/apache/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.apache.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.apache" class="book">
 
 <h1 class="title">Apache</h1>

 
 <div id="intro.apache" class="preface">
  <h1 class="title">Introduction</h1>
  <p class="para">
   These functions are only available when running PHP as an Apache module.
  </p>
 </div>
 

 







 


 




<ul class="chunklist chunklist_book"><li><a href="apache.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="apache.installation.php">Installation</a></li><li><a href="apache.configuration.php">Runtime Configuration</a></li></ul></li><li><a href="ref.apache.php">Apache Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.apache-child-terminate.php">apache_child_terminate</a> — Terminate apache process after this request</li><li><a href="function.apache-get-modules.php">apache_get_modules</a> — Get a list of loaded Apache modules</li><li><a href="function.apache-get-version.php">apache_get_version</a> — Fetch Apache version</li><li><a href="function.apache-getenv.php">apache_getenv</a> — Get an Apache subprocess_env variable</li><li><a href="function.apache-lookup-uri.php">apache_lookup_uri</a> — Perform a partial request for the specified URI and return all info about it</li><li><a href="function.apache-note.php">apache_note</a> — Get and set apache request notes</li><li><a href="function.apache-request-headers.php">apache_request_headers</a> — Fetch all HTTP request headers</li><li><a href="function.apache-response-headers.php">apache_response_headers</a> — Fetch all HTTP response headers</li><li><a href="function.apache-setenv.php">apache_setenv</a> — Set an Apache subprocess_env variable</li><li><a href="function.getallheaders.php">getallheaders</a> — Fetch all HTTP request headers</li><li><a href="function.virtual.php">virtual</a> — Perform an Apache sub-request</li></ul></li></ul></div><?php manual_footer($setup); ?>