Source of: /manual/en/install.unix.fhttpd.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/install.unix.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'install.unix.fhttpd.php',
1 => 'fhttpd related notes',
),
'up' =>
array (
0 => 'install.unix.php',
1 => 'Installation on Unix systems',
),
'prev' =>
array (
0 => 'install.unix.caudium.php',
1 => 'Caudium',
),
'next' =>
array (
0 => 'install.unix.sun.php',
1 => 'Sun, iPlanet and Netscape servers on Sun Solaris',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="install.unix.fhttpd" class="sect1">
<h2 class="title"><span class="productname">fhttpd</span> related notes</h2>
<p class="para">
To build PHP as an <span class="productname">fhttpd</span> module,
answer <i>"yes"</i> to <i>"Build as an
fhttpd module?"</i> (the <a href="configure.about.php#configure.with-fhttpd" class="link">
--with-fhttpd</a>=<span class="replaceable">DIR</span>
option to configure) and specify the <span class="productname">fhttpd</span> source base
directory. The default directory is <var class="filename">/usr/local/src/fhttpd</var>. If you are
running <span class="productname">fhttpd</span>, building PHP as a module will give better
performance, more control and remote execution capability.
</p>
<blockquote><p><b class="note">Note</b>:
<span class="simpara">
Support for <span class="productname">fhttpd</span> is no longer available as of PHP 4.3.0.
</span>
</p></blockquote>
</div><?php manual_footer(); ?>