Re: mod_perl: performance tips

2008-06-25 Thread tyju tiui
ing for performance tweaks to begin with - also because I really want to use perl in place of C :-) Ty - Original Message From: Christopher Taranto <[EMAIL PROTECTED]> To: tyju tiui <[EMAIL PROTECTED]> Cc: modperl@perl.apache.org Sent: Wednesday, June 25, 2008 11:19:35 AM

mod_perl: performance tips

2008-06-25 Thread tyju tiui
Hi, I'm curious to know if anyone has any mod_perl-specific performance tips? I've scoured google but most of the performance tips are related specifically to perl which is good, but my application is still quite slow. I managed to work out the same module in C and I got nearly 5 times the thr

Re: setting a server variable

2008-06-16 Thread tyju tiui
] RewriteCond %{ENV:DL_OK} !^VALID$ RewriteRule ^(.*)$ /ext/download/index.php?err=%{ENV:DL_OK} [L] Thanks again for everyone's help! - Original Message From: tyju tiui <[EMAIL PROTECTED]> To: André Warnier <[EMAIL PROTECTED]>; modperl@perl.apache.org Sent

Re: setting a server variable

2008-06-16 Thread tyju tiui
ier <[EMAIL PROTECTED]> To: modperl@perl.apache.org Cc: tyju tiui <[EMAIL PROTECTED]> Sent: Saturday, June 14, 2008 3:57:31 AM Subject: Re: setting a server variable tyju tiui wrote: > Hi, > > I'm new to mod_perl and I'm having some difficulty understanding a few

setting a server variable

2008-06-13 Thread tyju tiui
Hi, I'm new to mod_perl and I'm having some difficulty understanding a few things. I'd like to write an Apache module which authenticates a request based on the URL. I only want the module to deny invalid requests and allow valid requests to be processed as normal. A more specific example woul