Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 2 matches
- Sat Sep 24, 2022 2:18 am
- Forum: Database Server
- Topic: [Solved] MariaBD status:active but not active in VestaCP
- Replies: 10
- Views: 74672
Re: [Solved] MariaBD status:active but not active in VestaCP
Code: Select all
find /usr/local/vesta/conf/ -name vesta.conf | xargs sed -i "s/DB_SYSTEM='mysql'/DB_SYSTEM='mysql,mariadb'/g"
- Fri Dec 03, 2021 4:00 am
- Forum: Web Server
- Topic: phpMyAdmin issue with multiple php versions on Centos 7
- Replies: 2
- Views: 14181
Re: phpMyAdmin issue with multiple php versions on Centos 7
https://github.com/Skamasle/sk-php-selector/issues/21
comment with #
then restart
Code: Select all
nano /etc/httpd/conf.modules.d/10-php56-php.conf
Code: Select all
#<IfModule prefork.c>
# LoadModule php5_module modules/libphp56-php5.so
#</IfModule>
Code: Select all
systemctl restart httpd