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 %{VAR_1}ebut a program that return more than 2048 the set variable value will get truncated at 2048
# REQ_TEST_2 will have 2048 bytes RewriteRule ^/(.*) [E=VAR_2:${mapprg:some_argument}] RequestHeader set REQ_TEST_2 %{VAR_2}e ./allan --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx