1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 04:35:13 +03:00

testing/apache2-mod-perl: more refined patch to work with perl 5.22

This patch is replaces the previous one: http://patchwork.alpinelinux.org/patch/851/

- all unused patches and post-install script are removed
- added the latest patch from https://rt.cpan.org/Public/Bug/Display.html?id=101962#txn-1558194
- many tests are fail, so 'make test' is not included in build()
- some minor cleanups in APKBUILD

Now apache not crashes to segfault with this module ;)
This commit is contained in:
Valery Kartel 2015-11-20 16:12:50 +02:00 committed by Natanael Copa
parent 1d04c940d7
commit 48ee788e89
6 changed files with 20 additions and 141 deletions

View file

@ -1,11 +0,0 @@
LoadModule perl_module modules/mod_perl.so
# For mod_perl 1.0 compatibility, uncomment:
#PerlModule Apache2::compat
<Location /cgi-bin>
AddHandler perl-script .pl
PerlResponseHandler ModPerl::Registry
PerlOptions +ParseHeaders
Options +ExecCGI
</Location>