Re: [users@httpd] Authentication BEFORE proxying

2017-04-08 Thread Ajay Garg
Thanks Luca. Following worked. I was first asked the credentials, and only when they were correct, was I redirected to the proxied-url. ### Listen 2001 AuthType Basic AuthN

[users@httpd] Re: ProxyPass and ProxyPassReverse not working for URLs other than /

2017-04-08 Thread Ajay Garg
Hi All. Following works perfect, http://1.2.3.4:2001 perfectly gets changed to the proxied-url http://1.2.3.4:2001/cgi-bin/webproc, and the proxied-site can be worked upon perfectly !! ### Listen 2001

Re: [users@httpd] Authentication BEFORE proxying

2017-04-08 Thread Luca Toscano
Hi Ajay, 2017-04-08 8:23 GMT+02:00 Ajay Garg : > Hi All. > > If I setup the following in a virtual-host, > > > > Listen 9001 > > DocumentRoot /var/www/html > > > AuthType Basic >

Re: [users@httpd] Odd Date in http2 header

2017-04-08 Thread Stefan Eissing
Hmm, interesting. I left H2SerializeHeaders in just for the case someone runs into incompatibilities with the standard mod_http2 method. I almost was about to rip it our since, until now, no one reported any differences. I'd like to understand what is going on in your system and causing this diffe