* 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
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
* 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"
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 %