'Triad Personnel'? Do they pay in blood money?
Geoffrey Young wrote:
apparently, due diligence doesn't cover proper spelling or YELLING.
but for the interested...
--Geoff
Original Message
Subject: HELP-can you help me find MODPERL programmers? in BAY ARE
apparently, due diligence doesn't cover proper spelling or YELLING. but
for the interested...
--Geoff
Original Message
Subject: HELP-can you help me find MODPERL programmers? in BAY AREA PLEEZE
Date: Tue, 29 Apr 2008 15:29:59 -0500
From: Morse, Patrice <[EMAIL P
On 10/15/07, Tyler Bird <[EMAIL PROTECTED]> wrote:
> I am running a perl email sending engine ( which delivers 50K+ emails
> per hour )
> Anyways this system is made up of various daemons connecting to each other.
Are you using mod_perl for this somehow? This list is only for
mod_perl questions.
Hi,
I am running a perl email sending engine ( which delivers 50K+ emails
per hour )
Anyways this system is made up of various daemons connecting to each other.
Well my problem is that we have a client connecting to a server to
retrieve emails ( 50K every hour ).
Well my problem is happenin
Thank you.it works perfectly.
-Original Message-
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]; modperl@perl.apache.org
Sent: Fri, 10 Aug 2007 6.16PM
Subject: Re: Help me with an url rewrite
Hello,
well this is more of a mod_rewrite question.
The problem is
Hello,
well this is more of a mod_rewrite question.
The problem is that you have to use the QUERY_STRING variable in order
to access parameters, these are not part of the normal scope of the
RewriteCond / RewriteRule stuff. Refer to the mod_rewrite guide for that.
We use this to append a use
I'm not sure if I've asked the correct lists,but hope I can get some
helps here.:)
I need a mod_rewrite rule,rewrite this url:
http://abc.site.com/index.php?q1=v1
to:
http://www.site.com/index.php?q1=v1&domain=abc
I applicated this rule:
RewriteEngine on
RewriteRule ^/(.+)$ http://www