https://bugzilla.redhat.com/show_bug.cgi?id=1500209 --- Comment #1 from Petr Pisar <ppisar@xxxxxxxxxx> --- Could you please provide more details. What Perl script do you run, how the httpd is configured? Because I cannot reproduce it. I installed the mod_perl, uncommented the Perl Alias and Directory directives in /etc/httpd/conf.d/perl.conf, created this simple script: # cat /var/www/perl/test.pl use strict; use warnings; print "Content-Type: text/plain\r\n\r\nSuccess.\n"; set executable bit to it and requested <http://localhost/perl/test.pl> 10877 times. It never failed. There are definitely some bugs in mod_perl but without a reproducer I cannot do anything. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx