openbsd-ports/www/p5-libapreq2/pkg/MESSAGE
simon d248bd53da import p5-libapreq2
libapreq is a safe, standards-compliant, high-performance library used
for parsing HTTP cookies, query-strings and POST data.  The original
version (libapreq-1.X) was designed by Lincoln Stein and Doug
MacEachern.  The perl APIs Apache::Request and Apache::Cookie are the
lightweight mod_perl analogs of the CGI and CGI::Cookie perl modules.
2007-07-22 16:22:01 +00:00

9 lines
272 B
Plaintext

Before you can use p5-libapreq2, you need to enable it on your
Apache2 configuration.
Edit ${SYSCONFDIR}/apache2/httpd2.conf and add the following line:
LoadModule apreq_module ${PREFIX}/lib/apache2/mod_apreq2.so
Restart your httpd2 for changes to make effect.