Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 4 matches
- Sun Jun 07, 2020 10:23 am
- Forum: Web Server
- Topic: [HowTo] Install PHP OPCache APC/APCu Memcached and Redis on VestaCP CentOS
- Replies: 2
- Views: 10850
Re: [HowTo] Install PHP OPCache APC/APCu Memcached and Redis on VestaCP CentOS
php-opcache:
memcache:
Code: Select all
yum --enablerepo=remi-test install php74-php-opcache
Code: Select all
yum --enablerepo=remi-test install memcached memcached-devel php74-php-pecl-memcache
- Sun Jun 07, 2020 9:29 am
- Forum: Web Server
- Topic: [HowTo] Update/Upgrade to MariaDB 10.3 on VestaCP (CenOS 7)
- Replies: 3
- Views: 14918
Re: [HowTo] Update/Upgrade to MariaDB 10.3 on VestaCP (CenOS 7)
Missing two steps for pid file:
1. Create file if not exist /usr/lib/tmpfiles.d/mariadb.conf as root user with following content.
d /var/run/mariadb 0755 mysql mysql -
2. Add pid-file location in /etc/my.cnf like bellow
[mysqld]
pid-file=/var/run/mariadb/mariadb.pid
datadir=/var/lib/mysql ...
1. Create file if not exist /usr/lib/tmpfiles.d/mariadb.conf as root user with following content.
d /var/run/mariadb 0755 mysql mysql -
2. Add pid-file location in /etc/my.cnf like bellow
[mysqld]
pid-file=/var/run/mariadb/mariadb.pid
datadir=/var/lib/mysql ...
- Thu Aug 09, 2018 5:23 am
- Forum: RHEL/CentOS
- Topic: BUG: Auto logout
- Replies: 2
- Views: 5026
BUG: Auto logout
when submit login username and password then some time open dashboard and create log entry
"2018-08-09 05:06:46 root 175.32.33.2XX successfully logged in"
in /usr/local/vesta/log/auth.log And after show dashboard If i click on any option from dashboard then again auto logout and redirect to login ...
"2018-08-09 05:06:46 root 175.32.33.2XX successfully logged in"
in /usr/local/vesta/log/auth.log And after show dashboard If i click on any option from dashboard then again auto logout and redirect to login ...
- Thu Aug 09, 2018 5:04 am
- Forum: RHEL/CentOS
- Topic: login sometimes it takes 2-3 times to log in again, auto logout
- Replies: 2
- Views: 4537
Re: login sometimes it takes 2-3 times to log in again, auto logout
having same issue. auto logout.
when submit login username and password then some time open dashboard and create log entry
"2018-08-09 05:06:46 root 175.32.33.2XX successfully logged in"
in /usr/local/vesta/log/auth.log And after show dashboard If i click on any option from dashboard then again ...
when submit login username and password then some time open dashboard and create log entry
"2018-08-09 05:06:46 root 175.32.33.2XX successfully logged in"
in /usr/local/vesta/log/auth.log And after show dashboard If i click on any option from dashboard then again ...