[mod-security-users] Passing X-Forwarded-For header with setenv
Brought to you by:
victorhora,
zimmerletw
From: Gryzli B. <gry...@gm...> - 2016-09-11 02:46:58
|
Hi to all, I want to accomplish the following: 1) Currently I have rules which are using exec: /some_script.sh in combination with "setenv" in order to send parameters to the script, by using the environment variables 2) I need some way to pass a given header (for example: X-Forwarded-For, but it could be anything else) to my custom script, by using setenv Is this possible and if 'yes', what is the right way to do it ? Thanks ! Regards, Gryzli |