by sarkarijob | Dec 9, 2019 | vestacp
v-restore-user yourhosting yourhosting.2019-12-04_05-12-47.tarError: backup yourhosting.2019-12-04_05-12-47.tar doesn’t existCause: backup file should be in the location /home/backup only v-restore-user cloudserverfree...
by sarkarijob | Dec 8, 2019 | vestacp
check df -h[[email protected] Downloads]# df -hFilesystem Size Used Avail Use% Mounted ondevtmpfs 5.7G 0 5.7G 0% /devtmpfs 5.7G 4.0K ...
by sarkarijob | Nov 7, 2019 | vestacp
For so long mysql has a harcoded 16 characters length limit on username. And vestacp enforce this limitation, every database username have to be less than 17 characters long.The problem is mysql has increase this length limit to 32 charcaters and mariadb even...
by sarkarijob | Oct 29, 2019 | vestacp
check if you have two web server whether both the server is running or notsystemctl status nginxsystemctl start nginxand systemctl status httpdsystemctl start httpdor check if you are using php-fpm wheather it is running or notsystemctl status php-fpmif not start with...
by sarkarijob | Oct 29, 2019 | vestacp
be sure to perform in a public_html folder:CODE: SELECT ALLfind . -type f -exec chmod 644 {} ;find . -type d -exec chmod 755 {} ;chown -R user:group *of course, replace user and group to vesta username.And there must be index.php or index.html.This usually...
by sarkarijob | Oct 18, 2019 | vestacp
checkout /usr/local/vesta/ssl/ directory. Replace files accordingly and restart vestaservice vesta restartvi /usr/local/vesta/nginx/conf/nginx.conf # Vhost server { listen 8083; ...