diff options
-rw-r--r-- | www/p5-libapreq2/MESSAGE | 6 | ||||
-rw-r--r-- | www/p5-libapreq2/Makefile | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/p5-libapreq2/MESSAGE b/www/p5-libapreq2/MESSAGE index 979c30ad01f..da5d194a5f4 100644 --- a/www/p5-libapreq2/MESSAGE +++ b/www/p5-libapreq2/MESSAGE @@ -1,12 +1,12 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2004/04/12 18:18:29 kim Exp $ +$NetBSD: MESSAGE,v 1.2 2005/08/23 12:59:39 tv Exp $ In order to enable mod_apreq in your Apache installation, you need to add the following to your httpd.conf file: - LoadModule apreq_module lib/httpd/mod_apreq.so + LoadModule apreq_module lib/httpd/mod_apreq2.so -If switching to/from a server with and without mod_apreq enabled, you +If switching to/from a server with and without mod_apreq2 enabled, you should NOT use "apachectl restart" - instead, fully stop and then start the server. diff --git a/www/p5-libapreq2/Makefile b/www/p5-libapreq2/Makefile index f171d0777a3..a7907d85173 100644 --- a/www/p5-libapreq2/Makefile +++ b/www/p5-libapreq2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2005/08/22 18:28:43 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/08/23 12:59:39 tv Exp $ DISTNAME= libapreq2-2.06-dev PKGNAME= p5-libapreq2-2.06 +PKGREVISION= 1 SVR4_PKGNAME= p5la2 CATEGORIES= www perl5 MASTER_SITES= http://www.apache.org/dist/httpd/libapreq/ |