pkgsrc/www/p5-libapreq2/MESSAGE
kim d0773a0e34 Add p5-libapreq2-2.2.2 (for apache2)
This package contains modules for manipulating client request data via
the Apache API with Perl and C.  Functionality includes:

 - parsing of application/x-www-form-urlencoded data
 - parsing of multipart/form-data
 - parsing of HTTP Cookies
2004-04-12 18:18:29 +00:00

13 lines
528 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2004/04/12 18:18:29 kim 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
If switching to/from a server with and without mod_apreq enabled, you
should NOT use "apachectl restart" - instead, fully stop and then start
the server.
===========================================================================