pkg-perl-maintainers team mailing list archive
-
pkg-perl-maintainers team
-
Mailing list archive
-
Message #04981
[Bug 2073536] Re: ModPerl does not work
Hi Magnus,
Thank you for providing a reproducer.
Unfortunately, I have not been able to reproduce the issue locally.
Here are the steps I did (inside a Noble LXD container):
# apt install -y apache2 libapache2-mod-perl2
# cp magnus/etc/apache2/conf-available/perltest.conf /etc/apache2/conf-available/
# cp -a magnus/var/www/perl/ /var/www/
# a2enconf perltest
# systemctl restart apache2
# curl http://localhost/perl/test-mod_perl.cgi
number $a = 2
Nothing problematic shows up on apache2's error.log either:
# tail /var/log/apache2/error.log
[Wed Jul 24 14:42:07.607343 2024] [mpm_event:notice] [pid 2015:tid 140456469927808] AH00489: Apache/2.4.58 (Ubuntu) mod_perl/2.0.13 Perl/v5.38.2 configured -- resuming normal operations
[Wed Jul 24 14:42:07.607402 2024] [core:notice] [pid 2015:tid 140456469927808] AH00094: Command line: '/usr/sbin/apache2'
[Wed Jul 24 14:44:14.571767 2024] [mpm_event:notice] [pid 2015:tid 140456469927808] AH00492: caught SIGWINCH, shutting down gracefully
[Wed Jul 24 14:44:14.630236 2024] [mpm_event:notice] [pid 2254:tid 140205802215296] AH00489: Apache/2.4.58 (Ubuntu) mod_perl/2.0.13 Perl/v5.38.2 configured -- resuming normal operations
[Wed Jul 24 14:44:14.630330 2024] [core:notice] [pid 2254:tid 140205802215296] AH00094: Command line: '/usr/sbin/apache2'
[Wed Jul 24 14:44:20.923423 2024] [mpm_event:notice] [pid 2254:tid 140205802215296] AH00492: caught SIGWINCH, shutting down gracefully
[Wed Jul 24 14:44:20.985419 2024] [mpm_event:notice] [pid 2346:tid 139803706013568] AH00489: Apache/2.4.58 (Ubuntu) mod_perl/2.0.13 Perl/v5.38.2 configured -- resuming normal operations
[Wed Jul 24 14:44:20.985488 2024] [core:notice] [pid 2346:tid 139803706013568] AH00094: Command line: '/usr/sbin/apache2'
Variable "$a" will not stay shared at /var/www/perl/test-mod_perl.cgi line 12.
Variable "$a" will not stay shared at /var/www/perl/test-mod_perl.cgi line 12.
Could you please provide more details about your environment? What are
the versions of apache2 and perl that you have installed? Are you able
to reproduce the issue using the reproducer you posted above?
Thanks.
--
You received this bug notification because you are a member of Debian
Perl Group, which is subscribed to libapache2-mod-perl2 in Ubuntu.
https://bugs.launchpad.net/bugs/2073536
Title:
ModPerl does not work
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-perl2/+bug/2073536/+subscriptions
References