This section will cover installing
PHP and Apache from source onto a Unix/Linux system. This
requires SSH/Telnet and super user (e.g., root) access to your server.
This section will compile and perform a basic, generic install of Apache and PHP. If you need specific values, you will need to modify the
configure lines to suit.
We will setup PHP with Apache 1.x in this section. Instructions may vary for Apache 2.x.
For more information on installing PHP, see
http://www.php.net/manual/en/installation.php. For more information on installing Apache, see
http://httpd.apache.org/docs/install.html.