Re: [users@httpd] Reverse Proxy for Web Application (or adding it as extension to Apache web server)

2018-09-16 Thread Osman Zakir
The app works perfectly on localhost. I just want to use a reverse proxy as a deployment option. I'm putting the Google Maps API Key and the Currencylayer API Access Key in environment variables. The app uses Google Maps as the GUI, so of course if the API Key doesn't make it to the HTML file

Re: [users@httpd] Re: Non Blocking write in apache

2018-09-16 Thread Yann Ylavic
Hi Hermant, On Fri, Sep 14, 2018 at 1:53 PM Hemant Chaudhary wrote: > > Please don't get confuse with Cygwin(Windows). I am running apache on > NonStop(Tandem). Well, isn't the error_log attached to the previous message relevant (be it cygwin or not)? Btw, LogLevel trace6 would help here. > I

Re: [users@httpd] Developing Private Cache Module

2018-09-16 Thread Luca Toscano
Il giorno ven 14 set 2018 alle ore 06:39 Yann Ylavic ha scritto: > > Hi Thomas, > > On Fri, Sep 14, 2018 at 4:18 AM Thomas Salemy wrote: > > > > I want to redevelop the shared object cache that is used to filter > > HTTP requests. Specifically, I want to serve requests even faster by > > replacin