Page 1 of 1

Outdated Apache on Vesta?

Posted: Sat Jan 28, 2017 6:12 pm
by Trentor
Hi all.

Please, could someone involved in VestaCP development say something about this: VestaCP ouch no HTTP/2 and outdated Apache

The ALPN support, it's ok, no problem with that (CentOS problem), but why is VestaCP using an outdated version of Apache?

Thanks!!

Re: Outdated Apache on Vesta?

Posted: Sun Jan 29, 2017 6:22 pm
by vikhyat
Which version of CentOS are you using? And is it a modified version provided by your server provide because I think VestaCP uses the default Apache of the OS (CentOS)

Re: Outdated Apache on Vesta?

Posted: Sun Jan 29, 2017 9:11 pm
by mike08
vikhyat wrote:Which version of CentOS are you using? And is it a modified version provided by your server provide because I think VestaCP uses the default Apache of the OS (CentOS)
That is correct, the installer script works with the packages your OS has, you might probably want to update your repositories before running the install script.

Re: Outdated Apache on Vesta?

Posted: Mon Jan 30, 2017 12:30 pm
by mehargags
You can always update Apache afterwards from a different Repo... even after install.

Re: Outdated Apache on Vesta?

Posted: Mon Jan 30, 2017 3:21 pm
by xjlin0
It depends on your OS of choice. I am using Debian 8.6 and can upgrade to Apache 2.4.25 and openssl 1.0.1t without problems by testing repo, you can upgrade to openssl 1.0.2j or 1.1.0+ if you like. Have you checked the following topic?
viewtopic.php?f=20&t=12522

Re: Outdated Apache on Vesta?

Posted: Mon Jan 30, 2017 6:05 pm
by skurudo
Trentor wrote:but why is VestaCP using an outdated version of Apache?
Why OS repo by default have so old and stable soft? Why!! ;-)

Re: Outdated Apache on Vesta?

Posted: Mon Jan 30, 2017 6:58 pm
by mehargags
The uninformed and novice users just pop over to forums and start bashing "Why Vesta is using OLD versions of Apache, Nginx, PHP or MySQL... while completely failing to understand it is not VestaCP which "installs software", it merely issues commands "apt-get" or "yum install" and the version of software is "pulled" from the repo whatever is registered and marked in the operating system's maintenance Repository.

If the software in that OS Repo is outdated, its not VestaCP's fault. This can be overcome easily by including/forcing newer repos and pulling/upgrading newer software pkgs from them.

I hope it makes it a bit clear.

Re: Outdated Apache on Vesta?

Posted: Wed Feb 01, 2017 4:07 pm
by newtron
One more thing...

Updated to the top version != Better

P.D. I got a tons of headaches after upgrade Exim ... bad idea :(

Re: Outdated Apache on Vesta?

Posted: Mon Feb 06, 2017 11:08 pm
by GL9
Re-read https://community.centminmod.com/thread ... che.10114/ and then it's quite easy to check if your Apache version date using command

Code: Select all

httpd -V
check the server built date

check whether VestaCP uses CentOS or own VestaCP yum repo for Apache

Code: Select all

yum list installed httpd
check Apache rpm's change log history

Code: Select all

 rpm -qa --changelog httpd | head -n 10
compare it to