r...@kuat:/# dpkg -l | grep mod-perl2 ii libapache2-mod-perl2 2.0.3-2ubuntu2 Integration of perl with the Apache2 web ser
r...@kuat:/# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 8.04.1 Release: 8.04 Codename: hardy Apache2::Resource is a module that is supposed to set limits on httpd children. In our case we have the occasional problem with mod_perl. By manually adding: PerlSetEnv PERL_RLIMIT_DATA 256:312 PerlSetEnv PERL_RLIMIT_AS 256:312 PerlSetEnv PERL_RLIMIT_CPU 360 PerlModule Apache2::Resource to apache's config, apache will more or less monitor itself for mod_perl processes gone crazy. Since Apache2::Resource comes in libapache2-mod- perl2 it seems that just adding those lines should work. However, after enabling Apache2::Resource and trying to start apache, it refuses to start based on an unmet dependency of libbsd-resource-perl. So the only issue is that libapache2-mod-perl2 is not fully functional because of an unmet dependency. -- libapache2-mod-perl2 does not depend on libbsd-resource-perl https://bugs.launchpad.net/bugs/328090 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
