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

Resolved Plesk on CentOS with kernel 4.14*? +https/Apache/nginx +repositories

Martin_Sauer

Regular Pleskian
About to switch (again) to Plesk. Still some questions bug me before I finally do:

  1. Esspecially kernel 4.14x in my case (projected EOL 2020) has me - Can i safely(1) upgrade CentOS7 to 4.14x kernel on an active Plesk (most current) installation?
  2. I am afraid after browsing documentation I did not fully understand on how https traffic is handled in a mixed Apache/nginx configuration. While obvious in http, it is not explicitly stated for https.
    1. Is https communication between both servers for Apache/nginx handled like http?
    2. If yes to 1., is it a 1:1 assignment, aka 1nginx server block for each Apache instance or is it one "huge" nginx block as reverse proxy? Most likely it is 1:1 simply due to the letsencrypt certificates?
    3. Speaking about which (Lets encrypt): Do both servers (well nginx block vs Apache instance) deploy the same certificate?
    4. If not 3. what is deployed internally? If not letsencrypt its self-signed?
  3. I read about repository handling of Plesk Onyx, where the OS repositories are used. Overall remarks between support and documentation left me with a blurred impression. Bottom line: Are epel and elrepo repository supported? And if not, is another repository supported (Atomic if I recall correctly?)
TIA

(1) Safely from a Plesk and support view. Yes of course its leading edge, yes of course its probably less stable than current CentOS LT-kernel. Still is it strongly advised against or "ok" or even strongly suggested to go for longterm stable kernel?
 
Esspecially kernel 4.14x in my case (projected EOL 2020) has me - Can i safely(1) upgrade CentOS7 to 4.14x kernel on an active Plesk (most current) installation?
Yes, you can, but on your own risk. But we recommend to use latest available kernel from official OS vendor repository.
Are epel and elrepo repository supported? And if not, is another repository supported (Atomic if I recall correctly?)
Can I enable EPEL repository?
Atomic repo is supported too.
Is https communication between both servers for Apache/nginx handled like http?
Yes, port 7081, check /etc/httpd/conf.d/ssl.conf config file.
 
Back
Top