pkgsrc/www/apache2
jlam 017dafbcda Add the ability to specify the list of Apache modules to link statically
into the httpd binary.  This may be adjusted by setting APACHE_MODULES in
/etc/mk.conf and defaults to ${DFLT_APACHE_MODULES}, which contains:

	all proxy proxy_connect proxy_ftp proxy_http ssl

A complete list of which modules may be built into the Apache httpd server
may be found in the Apache documentation either in the distributed tarball
or on the Apache website (http://httpd.apache.org).  An example for adding
mod_deflate is:

	APACHE_MODULES=	${DFLT_APACHE_MODULES} deflate

The implementation of this feature uses two tables, _AP_DEPENDS and
_AP_CFG_ARGS, indexed by the module name and that specify respectively
any additional dependencies or configure script options needed for building
the module.
2002-04-16 17:41:54 +00:00
..
files -------------------------------------------------------------------------------- 2002-04-13 21:35:50 +00:00
patches -------------------------------------------------------------------------------- 2002-04-13 21:35:50 +00:00
DESCR -------------------------------------------------------------------------------- 2002-04-13 21:35:50 +00:00
distinfo -------------------------------------------------------------------------------- 2002-04-13 21:35:50 +00:00
Makefile Add the ability to specify the list of Apache modules to link statically 2002-04-16 17:41:54 +00:00
PLIST -------------------------------------------------------------------------------- 2002-04-13 21:35:50 +00:00