mod-perl
Apache mod_perl processes hang in futex_wait state
I run a fairly popular browser-based web game, running under Apache (worker) and mod_p开发者_如何转开发erl. During peak times, when the server is handling about 4200 requests per minute, once every 3-[详细]
2023-04-13 02:44 分类:问答Do CGI and mod_perl play nicely together?
I\'ve got an apache web server (without mod_perl) that\'s been running just fine for a long time. It has been suggested that we use mod_perl to improve the performance of some scripts.[详细]
2023-04-08 21:01 分类:问答mod_perl debugging & viewing source
开发者_StackOverflow中文版I\'ve recently started work on a project that uses mod_perl.I\'m attempting to use the Perl debugger to debug some Perl scripts that are running under mod_perl.I start the de[详细]
2023-04-08 20:15 分类:问答mod_perl basic auth, $r->user() fails
We have a project that uses mod_perl2 and mason. The problem I\'m facing is getting the user authenticated using apache basic auth, from .htaccess .[详细]
2023-04-03 14:57 分类:问答Net::SFTP hangs in apache environment
I am finding that apache environment lacks something that bash has to make an ssh request.The question is, is there any way to bring that something in, or do I have to run SSH/SFTP requests from shell[详细]
2023-04-01 02:08 分类:问答Efficiently monitoring httpd children and signalling those using too much memory/cpu
We use Apache/mod_perl 2 and occasionally get a child httpd process that spins out of control, either consuming ever-increasing amounts of memory or max cpu.[详细]
2023-03-30 13:58 分类:问答Why is Net::SNMP::Dispatcher failing with "select() error [No child processes]"?
I need some help identifying, and eliminating, the cause of an odd child process error when polling SNMP services.[详细]
2023-03-26 00:16 分类:问答What's the canonical way to make the directory that has the current source file to be searched by `use` and `require` statements in Perl in mod_perl?
I tried BEGIN { unshift @INC, \'current_path_string\'; } But it only works for us开发者_如何学Ce, when require, it\'s not searched.[详细]
2023-03-20 20:04 分类:问答How to upload binary files in mod_perl with CGI.pm?
I have a big piece of production code, that works. But after I setup a new environment in virtual machine I have one issue -- everytime I need to upload a binary file it become messed up with unicode[详细]
2023-03-14 02:04 分类:问答Locating Apache source code for mod_perl on Mac
I get the following error in Terminal when I try to install mod_perl: Please tell me where I can find your apache src[详细]
2023-03-13 10:42 分类:问答