Hey,
I'm currently deploying a fresh cPanel server (bare-metal). I don't need to migrate any old accounts so I can just have a fresh start.
I would like to:
Razva
I'm currently deploying a fresh cPanel server (bare-metal). I don't need to migrate any old accounts so I can just have a fresh start.
I would like to:
- offer "modern stuff" like http/2, compression, amp etc
- use php-fpm as much as possible
- offer caching (memcache, opcache etc)
- isolate users/threads while dropping suPHP
- allow users to benefit from WordPress's auto-upgrade feature (so Apache should run each user's processes via user, similar with the old suPHP configs)
- support PHP7x exclusively (so no 5x required)
- not use CloudLinux (CentOS 7)
- have a snappy/light&functional config, without installing a ton of legacy stuff
- What Apache MPM should I choose? Prefork doesn't allows http/2, right?
- What Apache Modules should I choose?
- What's the best/recommended caching method (memcache, opcache etc)?
Razva