Re: Executing CGI programs from within mod_perl

2008-03-04 Thread Perrin Harkins
On Thu, Feb 28, 2008 at 9:47 PM, Colin Wetherbee <[EMAIL PROTECTED]> wrote: > I've tried both with the $r that gets passed into handler and the $r > from Apache2::RequestUtil->request. Both of those should have worked. What happened? > Is there any way around this short of setting +GlobalRequ

Re: QuadCore/DualCore differences to modperl/Apache/mySQL

2008-03-04 Thread Perrin Harkins
On Tue, Mar 4, 2008 at 8:09 PM, Will Fould <[EMAIL PROTECTED]> wrote: > We're buying a handful of new machines and I'm trying to make the best > weighted decision for our budget. Buy the cheapest CPUs available. You will barely touch them. Spend the money on more RAM. - Perrin

Re: Modify output of Apache::PerlRun?

2008-03-04 Thread Perrin Harkins
On Thu, Feb 28, 2008 at 9:33 AM, Peter Wood <[EMAIL PROTECTED]> wrote: > I'm running Apache 1.3.28 and mod_perl 1.27. I have quite a few Perl CGI > scripts that run via Apache::PerlRun and product HTML output. I'd like > to be able to modify the HTML output of these scripts after they finish >

QuadCore/DualCore differences to modperl/Apache/mySQL

2008-03-04 Thread Will Fould
Hello A lot of hype has surrounded quad core vs dual core processors. We're buying a handful of new machines and I'm trying to make the best weighted decision for our budget. My very brief research indicates that ironically, a slightly faster dual core (for example, a recent Opteron 22xx process

[RELEASE CANDIDATE] Apache-Scoreboard-2.09

2008-03-04 Thread Malcolm
Available here: http://www.liminalflux.net/perl/Apache-Scoreboard-2.09.tar.gz MD5: df133feb853c4ef743557e6621adcc3f Changes: 2.09 - Tue Mar 4 15:58:00 EST 2008 Only process request if we're enabled for this uri Improve apr header detection for build. (Some distributions install in ../includ

FilesMatch and mod_rewrite [slightly offtopic]

2008-03-04 Thread Michael Peters
We have a web application that uses authentication, and we task mod_auth_tkt with that. Authentication takes place on the proxy, and CGI requests are passed to a second mod_perl server using mod_rewrite. We recently ran into the following problem, however. We are putting the auth_tkt directives in

Re: mod_perl for Apache 2.2.8

2008-03-04 Thread John D Groenveld
In message <[EMAIL PROTECTED]>, Jo bu writes: >I have been trying to compile mod_perl as a DSO in a apache 2.2.8. I am on sol >aris 10. The readme states that it only supports apache 2.0 but will most like >ly work with later versions. I get the following errors when I try to use Make >file... The

mod_perl for Apache 2.2.8

2008-03-04 Thread Jo bu
Hi, I have been trying to compile mod_perl as a DSO in a apache 2.2.8. I am on solaris 10. The readme states that it only supports apache 2.0 but will most likely work with later versions. I get the following errors when I try to use Makefile... Can't locate Apache/TestConfig.pm in @INC (@IN

Environment variables problem

2008-03-04 Thread Marian Schubert
Hello, I'm having problems with ENV variables in my mod_perl scripts. I set them using PerlSetEnv: PerlSetEnv ORACLE_HOME "/opt/oracle/product/10.2/client_1" but my DBI->connect fails with error message about missing ORACLE_HOME. But when I put this just before connect: $Data::Dumper::Useqq = 1;

Re: Periodic random script failures - Need pointers

2008-03-04 Thread Adam Prime
André Warnier wrote: Hi. Don't take this as an expert response, but very superficially, I can think of one kind of circumstance where "this happens randomly but periodically" : if it would happen, for instance, at the first execution of the script by a "new" apache child, freshly started. T

Re: Periodic random script failures - Need pointers

2008-03-04 Thread André Warnier
Manoj Bist wrote: Hi, I need help in figuring out why my mod perl registry script fails randomly/periodicall on 'https'. I am using modperl2 on ubuntu-dapper (libapache2-mod-perl2 2.0.2-2.3ubuntu1). The registry script is used to login over https. The script periodically/randomly gives interna