mirror of
https://github.com/php/web-php.git
synced 2026-03-31 11:42:09 +02:00
13 lines
281 B
PHP
13 lines
281 B
PHP
<?php require "header.inc"?>
|
|
<H1>Installation</H1>
|
|
|
|
<h2>Apache</h2>
|
|
<ul>
|
|
<li>Download and untar latest Apache tarball from www.apache.org
|
|
<li><tt>./configure -with-layout=RedHat -enable-module=so</tt>
|
|
<li><tt>make</tt>
|
|
<li><tt>make install</tt>
|
|
</ul>
|
|
|
|
<?php require "footer.inc"?>
|