d248bd53da
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.
9 lines
272 B
Plaintext
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.
|