[users@httpd] Authentication BEFORE proxying

2017-04-07 Thread Ajay Garg
Hi All. If I setup the following in a virtual-host, Listen 9001 DocumentRoot /var/www/html AuthType Basic AuthName "Restricted Content" AuthUserFile /home/f5

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

2017-04-07 Thread Ajay Garg
Hi All. When I have the following configuration : # ProxyPass / http://127.0.0.1:9000/ ProxyPassReverse / http://127.0.0.1:9000/ # and I type http://1.2.3.4 in the b

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

2017-04-07 Thread John Iliffe
On Friday 07 April 2017 03:53:55 Konstantin Kolinko wrote: > 2017-04-07 7:19 GMT+03:00 John Iliffe : > > I just enabled http2 on our server and tested using curl. The test > > page is a static html page with nothing but some random characters on > > it, and no css or other secondary accesses. > >

Re: [users@httpd] What is preferred PHP interface?

2017-04-07 Thread Daniel
Unless you recompile mod_php and all its extensions to be thread-safety, the most manegeable and performant solution will always be: Apache w/ mpm_event + mox_proxy_fcgi -> php-fpm Besides php-fpm is a very complete daemon/service to serve php, it allows for different pools with pretty different

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

2017-04-07 Thread Konstantin Kolinko
2017-04-07 7:19 GMT+03:00 John Iliffe : > I just enabled http2 on our server and tested using curl. The test page is > a static html page with nothing but some random characters on it, and no > css or other secondary accesses. > > The protocol line is set to allow http2 > Protocols h2 h2c http/1.1