Re: [Fwd: HELP-can you help me find MODPERL programmers? in BAY AREA PLEEZE]

2008-04-30 Thread Foo JH
'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

[Fwd: HELP-can you help me find MODPERL programmers? in BAY AREA PLEEZE]

2008-04-29 Thread Geoffrey Young
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

Re: help me...

2007-10-17 Thread Perrin Harkins
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.

help me...

2007-10-15 Thread Tyler Bird
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

Re: Help me with an url rewrite

2007-08-10 Thread pennyyh
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

Re: Help me with an url rewrite

2007-08-10 Thread Nils Kaiser
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

Help me with an url rewrite

2007-08-10 Thread pennyyh
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