/etc/apache2/mods-available/zembperl.load is in libembperl-perl 2.5.0-11build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | # The sucky "zembperl" name is so we load after perl
# Recommends: perl
<IfModule mod_perl.c>
LoadModule embperl_module /usr/lib/x86_64-linux-gnu/perl5/5.26/auto/Embperl/Embperl.so
</IfModule>
|