[ANNOUNCE] Project XP v 1.0.0-delta has been released. This is a test release, a prototype. Release version: 1.0.0.delta Feel free to download from ...
All, I'm looking into ways of uniquely identifying a computer. I've been reading around the web looking at different mechanisms, and so far I've drawn a fuzzy ...
We are trying out an application that worked in Apache 1 in Apache 2 and it's getting an "internal error or misconfiguration" and "200 OK" error. The message...
Hi everybody. I ran into a problem with Perl scripts stored in utf-8 and I couldn't find the answer to it on the Internet or mailing lists. Please tell me what...
Hi everybody. I have a problem on a production cluster with a somewhat big mod_perl app, and I just cannot get any clue of what is happening. The problem is...
Hello everyone, I am currently workning on writing a CMS system, and as such I'd like to prevent user modules from outputting data directly instead of using...
... Hmm. I can't find CGI::Application::Apache on CPAN, only CGI::Application::Plugin::Apache, which, unfortunately for me, doesn't do any STDOUT magic either....
Hi, I have 2 modules Login.pm and Application.pm configured to handle 2 URLs /path/login and /path respectively through the <Location> directive. However, for...
... It's a good idea, but having looked at the code on CPAN it seems that CGI::Application doesn't do anything with STDOUT, it only states (repeatedly) that at...
Hi, I have probelms with modperl installation; have read through the manuals and also mailing lists but was not able to solve the probelm. Any help will be ...
This is a bug-fix version. Upgrade is recommended for all users. It was noticed that Content-Type was overwritten to default text/html during the streaming of...
The uploaded file Apache-SessionManager-1.03.tar.gz has entered CPAN as file: $CPAN/authors/id/E/EN/ENRYS/Apache-SessionManager-1.03.tar.gz size: 30712 bytes ...
I have an intresting problem, I have a test server running windows 2k, Activestate perl and apache 2. I have loaded the perl module mod_perl.so as well as told...
Forgive my poor perl and understanding of how this works! I'm trying to grab images from a form, using libapreq2, and I'm seeing this error : [Sun Nov 07...
Hi, I've been using Apache::Session w/ mod_perl which seems to work nicely. But I have a question -- this seems to be mostly for data. What about say a network...
Hello, I use PerlTransHandler to decide if I want to intercept and serve a request or not. When the request is served by my content handler there is no file...
I have been working with Mod_Perl for a few years now and have been fairly successful. I thought that I had a fair understanding of how things worked until...
Hello. 1) I can't find how to get string that represent initial request location. I mean 'http://www.example.com/foo...'. Is it possible? Now, I use next code...
I'm trying to install Apache/mod_perl/mod_ssl on Cygwin 1.5.11-1. I understand that AP2/MP2 currently doesn't compile on Cygwin, so I'm trying AP1/MP1. I tried...
Krang v1.026 is now available. Notable changes in this release: * Support for Mac OSX has been added. * Support for Solaris has been added. * Support for...
So either upgrade your perl and try again, or send us the backtrace of the core file: I choose to upgrade perl to 5.8.5, which took care of both of my make...
I am new to modperl and have been trying to get it running for the past week but not having any luck. The first time I run make test it errored out and said ...
First off, I am new to the world of mod_perl so please bear with me. Thanks Solaris 5.9 on a v440 Apache 2.0.5.2 mod_perl 1.99_17 perl 5.8.3 (ActivePerl) The...
... Hash: SHA1 Hi, I know one can specify the handler invocation order of the request phases. But how to do it? My problem is, I want to know if a request came...
Should be a pretty simple question, looking for an option in header_out to target a frame. For example... ..... $r->err_header_out("Pragma", "no-cache"); ...
hello could some kind soul please advice as how to implement rock solid authentication with modperl.... I have a db app running mod_perl/perl/apache/mysql and...
I am trying to compile mod_perl on SuSE 9.0 with: apache_1.3.33 mod_perl-1.29 mod_ssl-2.8.22-1.3.33 php-4.3.9 It all works except when I inclue mod_perl my...