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
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
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.
> >
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
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