Re: [users@httpd] Adding RequestHeader content from script

2011-02-22 Thread Matus UHLAR - fantomas
On 12.02.11 14:37, Jakob Breivik Grimstveit wrote: > I'd like to add RequestHeader content executing a script - is this possible? Do you mean, to asdd request header at the stage when script headers were already processed and pushed to the script? Maybe when apache acts as proxy server... > For

[users@httpd] Adding RequestHeader content from script

2011-02-12 Thread Jakob Breivik Grimstveit
Hey, I'd like to add RequestHeader content executing a script - is this possible? For example: RequestHeader add MyHeader `scripts/hello.php` ... and then echo this variable content of MyHeader using the regular "Header echo MyHeader" If this is possible, the headers of my apache serv