Subject: CVS commit: pkgsrc/www/apache2
To: None <pkgsrc-changes@NetBSD.org>
From: Adrian Portelli <adrianp@netbsd.org>
List: pkgsrc-changes
Date: 04/23/2006 11:42:38
Module Name: pkgsrc
Committed By: adrianp
Date: Sun Apr 23 11:42:38 UTC 2006
Modified Files:
pkgsrc/www/apache2: Makefile
Log Message:
Fix ownership permissions on installed files
Change behaviour of APACHE_MODULES and DFLT_APACHE_MODULES
If you do not define APACHE_MODULES this change will not impact you, the
default behaviour of the package modules has not been changed.
The new functionality is as follows:
1) If you need to add an additional module to be installed with apache
you would use:
APACHE_MODULES+= spelling
This would include mod_spelling as a static module in addition to the
default modules installed.
2) If you need a highly customised version of apache and would like to
explicitly list which modules are installed by default you would use:
APACHE_MODULES= spelling access auth include env autoindex
This would install _only_ the listed modules as static modules with
apache.
If you use APACHE_MODULES= please read the apache documentation at:
http://httpd.apache.org/docs/2.0/
To determine which modules you will need to install to get the level
of functionality you require. By default when using APACHE_MODULES=
apache only includes with the following static modules:
core.c
prefork.c
http_core.c
mod_so.c
To generate a diff of this commit:
cvs rdiff -r1.98 -r1.99 pkgsrc/www/apache2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.