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:
parent
1d04c940d7
commit
48ee788e89
6 changed files with 20 additions and 141 deletions
11
testing/apache2-mod-perl/apache2-mod-perl.conf
Normal file
11
testing/apache2-mod-perl/apache2-mod-perl.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
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>
|
Loading…
Add table
Add a link
Reference in a new issue