I'm trying to get some per-request stats for the entire request, not just the response phase, and Apache::Scoreboard looked like it would do the job. However,...
I just compiled mod_perl 1.29 with apache. As I understand from the documentation that with use of directive "Files", Apache caches the perl cgi code so that...
I'm currently using perl v5.6.1 and would like to upgrade it to v5.8.5, also when i download and install modules from cpan.org it prints this at the end of ...
Hi, I have used Apache::DProf but find that it leads to bus errors on many requests. I found this Devel::Profiler::Apache which is supposed to be a drop-in...
[JOB] About the position(s): Open List, Inc. is seeking talented, take-charge, SENIOR Perl engineers to improve and extend our core vertical search platform....
how do i find out if mod_perl is statically linked to apache or dynamically? the reason i need to know this is because in order to install HTML::Mason, it is ...
L<@L<@-----8<---------- Start Bug Report ------------8<---------- 1. Problem Description: I make test for mod_perl and get error in some test (make test...
Greetings, I use mod_perl 2 on a Debian Linux system, from the Debian supplied package. I also use ext3 and jfs filesystems, which provide ACL capabilites for...
Dear all, I have been reading http://perl.apache.org and http://modperlbook.org/ and I understand the Apache::Registry parts of the docs, i.e. enabling say ...
Hello, Let's assume that we have these lines in the apache config: <Location /my/location> SetHandler modperl PerlResponseHandler MyApp::Handler </Location> ...
I spent quite a bit of time getting DBD::Oracle to install on this HP-UX B.11.00 E 9000/800 box. I followed the instructions in README.hpux in the DBD::Oracle...
I just wanted to share with everyone that eWeek is running a front-page story about the mod_perl-based system we (http://plusthree.com/) built for the United...
My setup: mod_perl/1.999.21 httpd-2.0.53 mod_rpaf-0.5 I have a front-end apache that listens on the server IP, and proxies requests to a mod_perl server...
As I'm about to start working on the mp2 tutorials material, the mp2 online docs are going to be affected as well, since I usually sync the two. I'd like to...
I've been trying to track down why the DirectoryIndex under Apache2+MP2 isn't working with the following configuration. From Google and listserv searching,...
Getting an occasional Segfault which I've traced back to this line in a FixupHandler: my %cookies = Apache::Cookie->fetch; I'm running Apache/1.3.31 with...
Hi All, I have an odd situation, which I describe as follows: I have an authentication handler and an authorisation handler for a site, configured as: ...
Hello, I have a similar question to the one posted here before: Apache::Clean, Apache::Compress, mod_gzip/deflate, cross site scripting and more. by Richard...
I'm using a "check_connection" subroutine to check if a user has hit the stop button in his browser to abort the mod_perl handler. I actually found the...
i have updated my http.conf so that "PerlSendHeaders Off" i also have put a empty line after the content type in file i have also changed "Content-type" to...
Hi all! I have just installed modperl2, and I see the following lines in my %ENV: MOD_PERL = "mod_perl/1.999.20" GATEWAY_INTERFACE = "CGI/1.1" SERVER_SOFTWARE...
hey
when i run a script that i have made that the output should be in HTML so that it is a webpage, mod_perl
runs because i can see the output but this is...
http://newsvac.newsforge.com/newsvac/05/02/23/1422244.shtml Not sure if this is old news here or not. From the age of the AF site it should be :-) Jacqui...
Hi Everbody, We have a client that has a page with romanian characters which IE doesn't want to display. Serving static romanian pages works fine with the...
Greetings, We would like to provide a software package that uses mod_perl that clients can rent from us, which gets installed on their machine. We would like...
I've written a PerlHandler module that does some checking, then returns either DECLINED or FORBIDDEN. If it returns DECLINED the uri that was requested gets...
... (added in 1.27) While it now does unshift rather than push (so the entries end up at the front of @INC, not the back) it does so backwards! eg: PerlPassEnv...