Friday, April 26
Shadow

Tag: VestaCP

Change the size of email attachments in roundcube on vestacp or vesta

Change the size of email attachments in roundcube on vestacp or vesta

Linux
How to change the email attachment size limit in roundcube on vestacp? Roundcube is the most used web-based email client. Vesta uses the roundcube as a default email client. The roundcube default email attachment size is 5.0 MB. We already know that file upload size or attachment size should be defined in the PHP configuration (php.ini) file. I have already configured the php.ini file for phpMyAdmin and it is set to 20 MB. It is working fine for the database or phpMyAdmin. But the still the same issue in the roundcube. Please follow this link to change upload size in the database or phpMyAdmin and edit the php.ini file. Below are the images, which I have made changed in php.ini files. Working fine with phpMyAdmin. And It should work with roundcube too. But modi...
Change upload file size in phpMyadmin on VestaCP.

Change upload file size in phpMyadmin on VestaCP.

Linux
Change upload file size in phpMyadmin on VestaCP. phpMyAdmin is an open-source and free database administration tool for MySQL and MariaDB. We can do much more database administration from MySQL commands than phpMyAdmin, but it requires advanced knowledge of systems and commands. So, phpMyAdmin is the first choice for database administration and VestaCP uses as a default. I have created the website in VestaCP. While trying to upload the database from phpMyAdmin for the created website, it says the limit is exceeded. I looked into it and the default max file upload size was 2 MiB (2048kiB). See in the image below. Let's change the file upload size or limits from the phpMyAdmin in VestaCP. Login to the VestaCP server, navigate to the Apache directory, and edit the php.ini fil...
Force redirect all websites to HTTPS in VestaCP

Force redirect all websites to HTTPS in VestaCP

Linux
Force redirect all websites to HTTPS in VestaCP Vestacp is one of the most popular, and free web hosting service provider. It uses Apache2 as a back-end and Nginx as a front-end web server. Let's Encrypt is a default SSL / HTTPS certificate provider for vestacp. It is installed as a default package. By default, Vestaacp provides the HTTP only. For the HTTPS, we need to browse manually. This is a step by step guide to solve this issue. Create an HTTPS template for Apache2 and Nginx and forcefully redirect websites to HTTPS. The below image is the default configuration of the vestacp. We can not select any HTTPS template in Nginx and Apache2. In this demo, I am using Ubuntu 18.04. Login to your server and update it. Navigate to the vestacp templates web directory. Download ...
Upgrade the Roundcube version to 1.4.4 in VestaCP (Ubuntu).

Upgrade the Roundcube version to 1.4.4 in VestaCP (Ubuntu).

General
Upgrade the Roundcube version to 1.4.4 in VestaCP Roundcube is a popular, free, and open-source web-based email client. Most of the hosting providers and, applications are using it as a default email client. VestaCP is also using the Roundcube as a default. In this post, I am going to show you how to upgrade the Roundcube to version 1.4.4 in VestaCP on Ubuntu OS. At first, Let's check which version of the roundcube is installed by default installation of VestaCP. Roundcube current version I have created the sample data in the roundcube version 1.3.6, to check that data is not corrupted or destroyed after the upgrading. There are some emails in the inbox and sent item. Roundcube inbox and sent item In the first step, Take a backup of the default installation directory ...
VestaCP upgrade php7.3 in Ubuntu

VestaCP upgrade php7.3 in Ubuntu

Linux
VestaCP upgrade php7.3 in Ubuntu While writing this post VestaCP is using PHP 7.2 default installed. Running Apache2 and Nginx as back-end and frontend. In this post, I'm going to show you, how to upgrade Vestacp to php7.3 in ubuntu. First, Let's start by checking the current version of PHP in VestaCP. # php -v The output will look like this. In my environment, the PHP version is 7.2. PHP 7.2.24-0ubuntu0.18.04.6 (cli) (built: May 26 2020 13:09:11) ( NTS )Copyright (c) 1997-2018 The PHP GroupZend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologieswith Zend OPcache v7.2.24-0ubuntu0.18.04.6, Copyright (c) 1999-2018, by Zend Technologies Second option to verify PHP version, Create phpinfo.php file in the root directory of the VestaCP hosted website. Now browse the site...