How to modify post request content using mod_perl\'s filter/handler? I can read request content in PerlResponseHandler but how do I \"attach\" modified content back into request?
I am new to developing a website using Perl开发者_运维百科 CGI scripts. What are the prerequisites for Perl?
I wonder if and how it is possible to write a custom \"protocol handler\" (listening at a custom port) for Apache 2 in PHP?
I have created a simple mod_perl module, which writes a 0-terminated string to the Flash-clients connecting to the port 843. It works ok, but uses 20m per httpd-child at my CentOS 5 Linux machine.
I have been successfully using SQLite as a data store for my web applications, but now I am implementing a web site with mod_perl, and am running in开发者_JS百科to database locking issues.
I am trying to l开发者_运维知识库oad a configuration file into a hash during my PerlChildInitHandler and then access the values from PerlResponseHandler. However, even though the process number is the
I am looking into using Hudson to pe开发者_Go百科rform continuous integration testing for developing apache modules using mod_perl.Does anyone have any best practices or recommended strategies for uti
I\'ve written a website in Perl. It has a root handler, that all HTTP requests are sent to. This root handler then processes the request, and things like cookies, POST and GET vars, etc, then chooses
Right now we have a large perl application that is using raw DBI to connect to MySQL and execute SQL statements. It creates a connection each time and terminates. Were starting to approach mysql\'s co
Is it possible in to detect in web app run under mod_perl if it is run using ModPerl::Registry? I want to write scrip开发者_开发知识库t which would run under ModPerl::Registry (or similar handler), b