Re: [users@httpd] mod_rewrite: External RewriteMap program never gets input

2011-06-24 Thread Mike F. @ LabJack
Eric Covener wrote: > > I know the manual says using a map in per-dir context works [in > general] when you defined it at proper scope, but can you try using > your self-defined map in the context you defined it? Maybe it just > doesn't work for non-internal maps? > I had tried putting this

Re: [users@httpd] mod_rewrite: External RewriteMap program never gets input

2011-06-24 Thread Mike F. @ LabJack
Eric Covener wrote: > > Are you 100% sure your request is handled by this virtual host? > Yes. No other virtual hosts point to that directory. When I had other rules in the .htaccess file, they worked as expected. I've also tried RewriteMap lower int:tolower, and that worked. -- View this m

[users@httpd] mod_rewrite: External RewriteMap program never gets input

2011-06-24 Thread Mike F. @ LabJack
I am attempting to use an external program in RewriteMap. It seems that no matter what I do, data never makes it to my program. I'm on an Ubuntu 11.04 machine, running Apache 2.2.17. My /etc/apache2/sites-available/mynewsite looks like this: RewriteEngine On RewriteLock "/var/run/rewrite-lock.l