Re: [EMAIL PROTECTED] rewritemap environment variables

2005-08-27 Thread André Malo
* allan juul wrote: > ok thanks, i assume there is a reason for that limitation in the first > place. Yes, it's simpler to program ;-) and a little bit faster. > i have tried to recompile with LONG_STRING_LEN set to 20480 > (which is twice my current need). that worked fine in my case but i'm o

Re: [EMAIL PROTECTED] rewritemap environment variables

2005-08-27 Thread allan juul
André Malo wrote: * allan juul wrote: does anyone know the limitations specs for environment variables, specifically when used via mod_rewrite prg ? Yes. The read buffer for prg: is limited to 2K. This limitation has been removed in 2.1/2.2. nd ok thanks, i assume there is a reason fo

Re: [EMAIL PROTECTED] rewritemap environment variables

2005-08-26 Thread André Malo
* allan juul wrote: > does anyone know the limitations specs for environment variables, > specifically when used via mod_rewrite prg ? Yes. The read buffer for prg: is limited to 2K. This limitation has been removed in 2.1/2.2. nd -- "Solides und umfangreiches Buch"

[EMAIL PROTECTED] rewritemap environment variables

2005-08-26 Thread allan juul
hello, does anyone know the limitations specs for environment variables, specifically when used via mod_rewrite prg ? i am able to hardcode a variable with a value of more than 2048 bytes # this will work RewriteRule ^/(.*) - [E=VAR_1:long_string_more_than_2048] RequestHeader set REQ_TEST_1 %