Re: [EMAIL PROTECTED] RewriteMap with Java RewriteLock

2008-07-16 Thread Anazys - Apache
creating the file or not, with chmod 777. But I think I miss something. Somebody could help ? Thanks Cedric Le 15 juil. 08 à 13:28, Eric Covener a écrit : On Tue, Jul 15, 2008 at 4:26 AM, Anazys - Apache [EMAIL PROTECTED] wrote: Hi all, I try tu use a RewriteMap to rewrite dynamically urls

Re: [EMAIL PROTECTED] RewriteMap with Java RewriteLock

2008-07-16 Thread Anazys - Apache
time but nothing after this first call. It's normal because there isn't any loop, but i don't know how to write this loop in the shell script. Thanks for your help Eric. Le 16 juil. 08 à 15:38, Eric Covener a écrit : On Wed, Jul 16, 2008 at 3:01 AM, Anazys - Apache [EMAIL PROTECTED] wrote

[EMAIL PROTECTED] RewriteMap with Java

2008-07-15 Thread Anazys - Apache
Hi all, I try tu use a RewriteMap to rewrite dynamically urls on MacOS 10.5 Leopard Server. The code is really simple in the http.conf file : RewriteMapmymap prg:/path/to/map.class RewriteRule ^/path/(.*)$ /path/page?${mymap:$1} But when I launch Apache, I have