Search found 7 matches
- Wed Feb 13, 2019 9:49 am
- Forum: Web Server
- Topic: Multiple PHP-FPM + Apache2 for VestaCP
- Replies: 8
- Views: 14629
Re: Multiple PHP-FPM + Apache2 for VestaCP
Hey Felix. I already know there must be a quick fix applied if you choose Percona Server (version 8) as creating user and granting privileges is a bit different in MySQL 8. It will work, but roundcube user is not created, so roundcube won't work out of the box. It's very simple to fix this as roundc...
- Mon Feb 04, 2019 8:29 pm
- Forum: Web Server
- Topic: Multiple PHP-FPM + Apache2 for VestaCP
- Replies: 8
- Views: 14629
Re: Multiple PHP-FPM + Apache2 for VestaCP
https://www.lesiu.eu/konfiguracja-serwera-vps-od-a-do-z-w-oparciu-o-debian-9-stretch-i-panel-vesta/ Comprehensive tutorial based on Debian 9 Stretch. Several PHP versions (7.0, 7.1, 7.2 and 7.3). Every of them working as fcgid and PHP-FPM as well (you can choose per website). You can also choose bet...
- Mon Jul 31, 2017 11:45 am
- Forum: Debian/Ubuntu
- Topic: Debian 8 - Nginx + PHP7-FPM - Pool does not exist when adding new domain
- Replies: 7
- Views: 24439
Re: Debian 8 - Nginx + PHP7-FPM - Pool does not exist when adding new domain
No, vesta doesn't install php7 at all. You have to do it yourself.
- Thu Jul 27, 2017 12:17 pm
- Forum: Web Server
- Topic: Multiple PHP-FPM + Apache2 for VestaCP
- Replies: 8
- Views: 14629
Re: Multiple PHP-FPM + Apache2 for VestaCP
Never mind. I did it. I had to create pools for user admin. BTW. I'm preparing a comprehensive tutorial based on Debian 8 (jesse) and VestaCP. It contains: - root password change - SSH port change - newer OpenSSL (1.0.2) - newer fail2ban (0.9.7) - nginx with newer OpenSSL (HTTP/2 support with ALPN s...
- Thu Jul 27, 2017 11:14 am
- Forum: Web Server
- Topic: Multiple PHP-FPM + Apache2 for VestaCP
- Replies: 8
- Views: 14629
Multiple PHP-FPM + Apache2 for VestaCP
I have Debian 8.8. Fresh install. VestaCP 0.9.8-17. I'am able to install multiple versions of PHP (5.6, 7.0, 7.1) with OpCache and they run as FastCGI (mod_fcgid). So I have 3 additional templates for Apache2. If anyone needs them - let me know and I will provide exact how to. PHP's run as FastCGI w...
- Thu Jul 27, 2017 10:58 am
- Forum: Web Server
- Topic: HHVM + Apache2 for VestaCP
- Replies: 0
- Views: 1871
HHVM + Apache2 for VestaCP
I have Debian 8.8, fresh install. VestaCP 0.9.8-17. I managed to install HHVM. I also have a template that works. However I have problems with user permissions. It is the same problem as I have with php-fpm (next topic). So HHVM works well when it comes to read files operations. The problem is that ...
- Thu Jul 27, 2017 10:24 am
- Forum: Web Server
- Topic: Upgrade http/1.1 to http2 on VestaCP web server ?
- Replies: 8
- Views: 17834
Re: Upgrade http/1.1 to http2 on VestaCP web server ?
Copy default.tpl and default.stpl to http2.tpl and http2.stpl and then edit http2.stpl so it begins with:
Code: Select all
server {
listen %ip%:%proxy_ssl_port% ssl http2;