Page 1 of 1
Update apache to new version
Posted: Fri Dec 15, 2017 8:52 pm
by daniluski
Hi,
I was trying to update Apache from my VestaCP for more than a week, So i can't do it...
I would like to use HTTP2 in my apache.
How could I update my apache?
Re: Update apache to new version
Posted: Sat Dec 16, 2017 8:02 am
by ScIT
Long time ago, I wrote this tutorial:
https://git.scit.ch/rs/VestaCP-A-plus-SSL-Rating
This includes also http2, to activate it, you just have to modify the *.stpl Templates under /usr/local/vesta/data/templates/web/nginx and add http2 to the "listen" line:
https://git.scit.ch/rs/VestaCP-A-plus-S ... -conf-file
Re: Update apache to new version
Posted: Sat Dec 16, 2017 3:08 pm
by daniluski
That is a great tutorial for nginx :)
But my vestacp is only running Apache, cause i use a lot of htaccess and i can't do the same in nginx.
I would appreciate to use my Vestacp in Apache with http2
If someone know how to do this, could to explain to us?
thank you
Re: Update apache to new version
Posted: Sat Dec 16, 2017 3:16 pm
by ScIT
Don't get it, default vestacp is with apache and nginx. So you use a only apache2 version? VestaCP uses apache2 as webserver and nginx as proxy to cache content and speedup your websites. So you can also use the default installation with htaccess, no probs there.