You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Roy Teeuwen <ro...@teeuwen.be> on 2018/01/02 15:00:51 UTC

Re: [users@httpd] Using environment variables in mod_substitute

Hey all,

Just as heads up, I did try your mod_line_edit @Nick for this purpose, and that one does work easily in Apache 2.2:

LoadModule line_edit_module    modules/mod_line_edit.so

<IfModule mod_line_edit.c>
    LERewriteRule "<script " "<script nonce=\"${UNIQUE_ID}\" " V
    AddOutputFilter line-editor     .html
</IfModule>

Greets.
Roy

> On 31 Dec 2017, at 17:30, Luis Speciale <ls...@gmail.com> wrote:
> 
> Le 31/12/2017 à 17:11, Eric Covener a écrit :
>> On Sun, Dec 31, 2017 at 10:59 AM, Luis Speciale <ls...@gmail.com> wrote:
>>> I will be happy to know if you find a solution, I was trying to do the same
>>> thing but after a certain time I gived up.
>>> 
>>> Thanks in advance.
>> I just committed something for this to trunk, I think the patch would
>> work on 2.4: http://svn.apache.org/viewvc?view=revision&revision=1819739
>> There are a few contrived examples in the .xml change.
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
> 
> 
> Thanks for your answer. I will look into if I don't die tonight submerged in alcohol
> 
> Luis
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>