Re: [users@httpd] mod_lua and subprocess_env

2018-01-02 Thread Andrei Ivanov
Hello? Yann? On Thu, Dec 21, 2017 at 5:39 PM, Andrei Ivanov wrote: > Yann? Are you there? 😞 > > On Mon, Dec 4, 2017 at 3:43 PM, Andrei Ivanov > wrote: > >> Hi Yann, >> Any news on the reviews? >> >> On Tue, Oct 3, 2017 at 9:58 AM, Andrei Ivanov >> wrote: >> >>> Woohoo! >>> >>> Thank you ☺ >>>

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

2018-01-02 Thread Roy Teeuwen
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_modulemodules/mod_line_edit.so LERewriteRule "

Re: [users@httpd] apr_bucket_split data remains

2018-01-02 Thread Simon Walter
On 01/02/2018 09:10 PM, Yann Ylavic wrote: > printf("%.*s", (int)len, str) Now I understand that part of the man page. Very nice of you, Yann. Thank you. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional

Re: [users@httpd] Reverse proxy not working

2018-01-02 Thread Yann Ylavic
On Tue, Jan 2, 2018 at 1:05 PM, Simon Walter wrote: > On 01/02/2018 06:06 PM, Luca Toscano wrote: >> >> Can you explain a bit more what do you mean with "I am getting local >> links" ? > > I think Noor is expecting mod_proxy to modify the HTML. I might be > wrong, but IIRC that is not what mod_pro

Re: [users@httpd] apr_bucket_split data remains

2018-01-02 Thread Yann Ylavic
On Tue, Jan 2, 2018 at 12:45 PM, Simon Walter wrote: > > It looks like apr_bucket_read returns the memory location of the > original string and does no manipulation like null termination when > splitting. > > So I guess that I cannot simply call printf, and that I must either use > putchar with a

Re: [users@httpd] Reverse proxy not working

2018-01-02 Thread Simon Walter
On 01/02/2018 06:06 PM, Luca Toscano wrote: > Hi, > > 2017-12-31 10:25 GMT+01:00 Noor Mohammad >: > > I have an application correctly working on locahost:8080 and I am > setting up a reverse proxy as follows but on a remote browser, when > using the prox

Re: [users@httpd] apr_bucket_split data remains

2018-01-02 Thread Eric Covener
On Tue, Jan 2, 2018 at 6:45 AM, Simon Walter wrote: > Yes, thanks for looking at it, Eric. It is correct after I flatten it: > > output: > _ASCII_String0_!__ASCII_String4_!ASCII_String1_!_ASCII_String2_!_ASCII_String3_! > > but not when reading the bucket with apr_bucket_read(Index, &TestBuffer, >

Re: [users@httpd] apr_bucket_split data remains

2018-01-02 Thread Simon Walter
Yes, thanks for looking at it, Eric. It is correct after I flatten it: output: _ASCII_String0_!__ASCII_String4_!ASCII_String1_!_ASCII_String2_!_ASCII_String3_! but not when reading the bucket with apr_bucket_read(Index, &TestBuffer, &Length, APR_BLOCK_READ): Marker: 1 CurrBucket: _ASCII_String1_

Re: [users@httpd] Reverse proxy not working

2018-01-02 Thread Luca Toscano
Hi, 2017-12-31 10:25 GMT+01:00 Noor Mohammad : > I have an application correctly working on locahost:8080 and I am setting > up a reverse proxy as follows but on a remote browser, when using the > proxy, i am getting local links as if apache is ignoring the reverse proxy. > The definition of the