freebsd-ports/www/mod_php5/pkg-descr
Andreas Klemm 18685d0178 Apache 1.2.1 + PHP support
Currently 2 kind of databases will be supported, msql and mysql
The problem is, that depending on the flavour of database you want
to support, you need a different set of patches to apache's
Makefile, so that header and loader flags, paths and libs
are correctly resolved ...
I marked this port as BROKEN, since I wasn't able, to exactly
check the whole port due to the fact, that currently I only
have one db installed. Will try to get it managed next weekend.
Well if someone is so keen, then simply remove BROKEN and you
should be able to use what's already possible ...
1997-09-03 18:45:16 +00:00

22 lines
734 B
Plaintext

Apache / PHP
What is it?
-----------
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 includes support for the dynamic page language php,
which is a more comprehensive embedded language than SSI, with
built-in support for various databases (such as mSQL, mySQL,
postgresql, Oracle, Sybase) and page counters.
For more information about apache dynamic pages and php, see:
http://www.apacheweek.com/features/dynamicpages/
http://php.iquest.net/
-andreas