Subject: CVS commit: pkgsrc/www/apache2
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 04/16/2002 20:41:55
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Apr 16 17:41:55 UTC 2002

Modified Files:
	pkgsrc/www/apache2: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/www/apache2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.