mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b98bb912e6
s/php3/php/g; whereever appropriate. This was done in preparation for a repository copy to apache13-php4 to keep the diffs between apache13-php3 and apache13-php4 as small as possible.
21 lines
669 B
Plaintext
21 lines
669 B
Plaintext
Apache 1.3 + PHP
|
|
================
|
|
|
|
Apache is an HTTP server designed as a plug-in replacement for the
|
|
NCSA server version 1.3 (or 1.4). It fixes numerous bugs in the
|
|
NCSA server and includes many frequently requested new features,
|
|
and has an API which allows it to be extended to meet users' needs
|
|
more easily.
|
|
|
|
This version has PHP compiled in. PHP is a server-side, cross-platform,
|
|
HTML embedded scripting language which offers easy database integration.
|
|
SSL support (mod_ssl + OpenSSL) is available as an option.
|
|
|
|
Documentation
|
|
=============
|
|
|
|
Apache: http://www.apache.org/
|
|
PHP: http://www.php.net/
|
|
mod_ssl: http://www.modssl.org/
|
|
OpenSSL: http://www.openssl.org/
|