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.

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