diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-30 18:40:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-30 18:40:14 +0000 |
commit | fb88b63b7374e4c1a8c4fded8d03c621b09ad509 (patch) | |
tree | eea07a151dca6ced325b2f675dc775e593a1f81c /www/apache/files | |
parent | 5a829c52a9241716db33df803bc1537d650b81ae (diff) | |
download | pkgsrc-fb88b63b7374e4c1a8c4fded8d03c621b09ad509.tar.gz |
Update apache packages with some common changes:
Give Apache a user and group by default, not only with suexec.
The variables for this have changed from APACHE_SUEXEC_USER and
APACHE_SUEXEC_GROUP to APACHE_USER and APACHE_GROUP.
Mention 'Apache' in COMMENT.
Use variables for the version number instead of copying it around.
Bump PKGREVISION.
For apache{,6}:
Change paths to /var/httpd instead of /var/spool/httpd.
Honour STRIPFLAG.
Add --without-confadjust as configure argument.
Enable the 'define' module.
For apache:
Enable proxy module on NOPIC platforms.
Some of these changes are based on pkg/17469 by Greg A. Woods, some on
comments by Johnny Lam.
Reviewed by Johnny Lam.
Diffstat (limited to 'www/apache/files')
-rw-r--r-- | www/apache/files/config.layout | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache/files/config.layout b/www/apache/files/config.layout index 0208f9c3a00..78cd648c07a 100644 --- a/www/apache/files/config.layout +++ b/www/apache/files/config.layout @@ -1,4 +1,4 @@ -# $NetBSD: config.layout,v 1.4 2001/11/26 07:34:06 jlam Exp $ +# $NetBSD: config.layout,v 1.5 2002/07/30 18:40:14 wiz Exp $ <Layout pkgsrc> prefix: @PREFIX@ @@ -14,8 +14,8 @@ htdocsdir: ${prefix}/share/httpd/htdocs manualdir: ${prefix}/share/httpd/htdocs/manual cgidir: ${exec_prefix}/libexec/cgi-bin includedir: ${prefix}/include/httpd -localstatedir: /var/run +localstatedir: /var/httpd runtimedir: /var/run logfiledir: /var/log/httpd -proxycachedir: /var/spool/httpd/proxy +proxycachedir: /var/httpd/proxy </Layout> |