Search found 24 matches
- Sat Feb 29, 2020 6:28 pm
- Forum: Web Server
- Topic: Increase Nginx timeout in VestaCP
- Replies: 2
- Views: 5274
Re: Increase Nginx timeout in VestaCP
Try looking into Nginx error to see what's actually timing out. It's located here: /var/log/vesta/nginx-error.log 2020/01/25 03:09:49 [error] 1317#0: *802 FastCGI sent in stderr: "PHP message: PHP Notice: Use of undefined constant VESTA_CMD - assumed 'VESTA_CMD' in /usr/local/vesta/web/in$ PHP mess...
- Wed Feb 26, 2020 10:33 pm
- Forum: General Discussion
- Topic: Permission denied when v-restore backup
- Replies: 1
- Views: 4768
Permission denied when v-restore backup
Hi there. I need to restore my backup file. the following tutorial worked for me and I've used it before for many times: https://www.digitalocean.com/community/tutorials/how-to-install-vestacp-and-migrate-user-data As you can see, it uses cp command to transfer backup file from server1 to server2, A...
- Sun Feb 02, 2020 12:21 pm
- Forum: Web Server
- Topic: Increase Nginx timeout in VestaCP
- Replies: 2
- Views: 5274
Increase Nginx timeout in VestaCP
Hi there, I get this error everyday: [error] 1330#1330: *217210 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 1.2.3.4 It seems that its because my PHP script take a lot of time to run and Nginx timeout happens and can't wait for my PHP to end its...
- Sat Jan 11, 2020 2:55 pm
- Forum: 3rd Party Software
- Topic: How to Auto Change IP Address in VestaCP
- Replies: 39
- Views: 185037
Re: How to Auto Change IP Address in VestaCP
I don't know why you really need a script to do this actually? I need this feature too. I'll explain you why I need it. I buy VPS servers from hourly providers like digitalocean, I buy some servers based on hourly billing for some hours, and then I restore my previous snapshot to create multiple VM...
- Sat Jan 11, 2020 2:53 pm
- Forum: Modification & Patches
- Topic: Features requests/Recommendations for VestaCP
- Replies: 1
- Views: 19318
Features requests/Recommendations for VestaCP
Hi, I'm using VestaCP for several years, it's GREAT. I hope it continues its way. But there is lack of some of features which bothers me a little. I'll add new ones to this topic as soon as I face new REAL-NEEDED features in the future. I HOPE VestaCP developers/moderators pay attention to users req...
- Thu Aug 08, 2019 9:55 pm
- Forum: Debian/Ubuntu
- Topic: TUTORIAL: PHP selector for PHP 5.6, 7.0, 7.1, 7.2, 7.3, 7.4 for Debian & Ubuntu (and optionally directly nginx-PHP-FPM)
- Replies: 165
- Views: 1394040
Re: TUTORIAL: PHP selector for PHP 5.6, 7.0, 7.1, 7.2, 7.3 for Debian and Ubuntu (and optionally directly nginx-PHP-FPM)
I had installed PHP 5.6,7.0 and 7.3 using this tutorial months ago. Today I got this error when I tried to apt-get upgrade my server: NOTICE: Not enabling PHP 5.6 FPM by default. NOTICE: To enable PHP 5.6 FPM in Apache2 do: NOTICE: a2enmod proxy_fcgi setenvif NOTICE: a2enconf php5.6-fpm NOTICE: You ...
- Sat Jul 13, 2019 9:27 pm
- Forum: Mail Server
- Topic: Fix Exim in VestaCP
- Replies: 5
- Views: 23492
Re: Fix Exim in VestaCP
Code: Select all
apt-get install exim4-daemon-heavy
That's whatworked for me.
- Tue Jul 09, 2019 11:35 am
- Forum: Mail Server
- Topic: Fix Exim in VestaCP
- Replies: 5
- Views: 23492
Re: Fix Exim in VestaCP
If I want to "reinstall" Exim, How can I do this? I mean removing it, and then installing it again. Please give me the re-installation commands for Ubuntu 16.04 and then if I need some configurations that Exim4 can work properly with VestaCP again like before, please give me those configuration/ubub...
- Tue Jul 09, 2019 10:21 am
- Forum: Mail Server
- Topic: Fix Exim in VestaCP
- Replies: 5
- Views: 23492
Re: Fix Exim in VestaCP
tried to comment that from VestaCP web panel, after saving the configuration editor, the server hanged out and rebooted!
It didn't work
It didn't work
- Sun Jul 07, 2019 10:04 am
- Forum: Mail Server
- Topic: Fix Exim in VestaCP
- Replies: 5
- Views: 23492
Fix Exim in VestaCP
Today I've tried to update my server with below command: sudo apt-get update && time sudo apt-get dist-upgrade But it returns below error about Exim, How Can I fix it? The following package was automatically installed and is no longer required: libpq5 Use 'sudo apt autoremove' to remove it. 0 upgrad...