• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Apache HTTP2

Seba

Basic Pleskian
I know that HTTP2 is available just over Nginx but I was wandering if this solution could work.

How to enable apache-http/2 in centos 7?

I tried this on my Centos 7 no Plesk server and it works but it will work also with Plesk?

Now is available repo from codeit.guru for CentOS 7, it can be enabled:

Code:
cd /etc/yum.repos.d && wget https://repo.codeit.guru/codeit.el`rpm -q --qf "%{VERSION}" $(rpm -q --whatprovides redhat-release)`.repo

If apache is already installed, yum update will update apache, it even enables mod_http2.
Otherwise, fresh installation of apache can be done.

Put Protocols h2 http/1.1 within ssl.conf as Mozilla suggests
Restart apache, http/2 is ready.
 
What i need is Apache in HTTP2 because with my stack Nginx doesn't help at all to speed up my app, sadly the mapping software rely on the Apache daemon and after severals tests the only way is Apache in HTTP2
 
What i need is Apache in HTTP2 because with my stack Nginx doesn't help at all to speed up my app, sadly the mapping software rely on the Apache daemon and after severals tests the only way is Apache in HTTP2

I don't know if it's possible, but in anycase, it's very, very strange, that using nginx, your aps is more slow that without nginx... In fact, not using apache but only nginx, should increase the performance, in all benchmark, nginx is much more speeder than apache.

You also can change apache by litespeed, that is incluse better than nginx for us, but it's not free in this case. Depending of your case, can be an solution.
 
that is because you are not using mapping software like this (mapCache module of MapServer) Compilation & Installation — MapServer 7.4.2 documentation (to note that Nginx module require to build Nginx from source and is still experimental)
and the WMS software Welcome to MapServer — MapServer 7.4.2 documentation doesn't even mention the use of Nginx, so you need to redirect everything to Apache.
I don't know if you are familiar with mapping but a map (in a 25 inch monitor) can ask up to something like 80/110 images to fill the whole monitor.

The tests I've done in Nginx show a little improvement but Apache in HTTP2 increase up to 50% while Nginx is just a 10% faster.
 
Last edited:
that is because you are not using mapping software like this Compilation & Installation — MapServer 7.4.2 documentation (to note that Nginx module require to build Nginx from source and is still experimental)
and the WMS software Welcome to MapServer — MapServer 7.4.2 documentation doesn't even mention the use of Nginx, so you need to redirect everything to Apache.
I don't know if you are familiar with mapping but a map (in a 25 inch monitor) can ask up to something like 60/80 images to fill the whole monitor.

The tests I've done in Nginx show a little improvement but Apache in HTTP2 increase up to 50% while Nginx is just a 10% faster.

I effectively don't know your special case, just have experience about use with standar configuration/component of apache/nginx/litespeed (about wordpress with very hight traffic for example) and apache have the worst result of the 3 web servers, but in your case with your specific requirement, I can't really help you, sometime review if litespeed is an option for you.
 
Back
Top