Fail to restart Vesta at AWS Instance
It said that all about the xfs file system problem mount -o remount,rw /dev/vda1 /
It said that all about the xfs file system problem mount -o remount,rw /dev/vda1 /
If you are facing problem to enable SSL Support with Let’s Encrypt in VestaCP GUI, you may try this method. open file with your favorite editor/usr/local/vesta/data/users/—user_name—/web.conffind…
Manager.io data is stored in SQLite database, with .manager extension. (e.g. f565db9ce123456188729588d6f5f2269.manager) By default, you can locate it in /Users/yourusername/.local folder. You can backup this file…
Either you like to run a command at terminal or open hidden folder in, the fastest way to get the folder path is using Finder and…
Suitable for creating eNewsletter or bulk email application. We can use wildcard method in SQL. SELECT * FROM tableName WHERE emailField LIKE ‘%_@__%.__%’
Sometime an https will show an insecure sign due to some contents or 3rd party contents are not a secure https. The easier way to ensure…
Paypal integration now required Braintree SDK, to use the Braintree SDK, you will require the Client_Token generate from the server. What is Client Token? A client…
If you have problem after enabled SSL, here is the quick fix. Go to admin/controller/sale/order.php in line 850 change $data[‘store_url’] = $this->request->server[‘HTTPS’] ? str_replace(“http”, “https”, $order_info[‘store_url’]) :…
After installing Monit, you may want to use the web Interface. To access it you need to go to http://your.ip.address:2812 eg http://127.0.0.1:2812 If you have firewall…
To keep thing short, I straight into Monit installation assuming you have installed CentOS7. Configure EPEL repo to download the latest version of Monit rpm -ivh…