Search found 301 matches
- Tue Sep 08, 2020 2:28 pm
- Forum: Mail Server
- Topic: [FIX] SMTP Error (451): Failed to add recipient "[email protected]" (Temporary local problem - please
- Replies: 18
- Views: 259015
Re: [FIX] SMTP Error (451): Failed to add recipient "[email protected]" (Temporary local problem - please
Thank you, this worked for me! Now my SMTP server works again.openVZvsKVM wrote: ↑Fri Aug 21, 2020 7:08 pm
Solution: simply Downgrade Exim Updated version to compatible version
- Wed Sep 04, 2019 7:47 am
- Forum: Web Server
- Topic: Apache doesn't restart after PHP Upgrade
- Replies: 5
- Views: 19246
Re: Apache doesn't restart after PHP Upgrade
hi, sysdop, thank you for helping me. Maybe I have something different from the topic starter post. Please notice that there is a statement in my system message: Read-only file system I have no idea why my server turned into "Read-only" after I reboot the server. In order to make this easy to unders...
- Wed Sep 04, 2019 4:13 am
- Forum: Web Server
- Topic: Apache doesn't restart after PHP Upgrade
- Replies: 5
- Views: 19246
Re: Apache doesn't restart after PHP Upgrade
I met the same problem after I upgraded PHP from default 5.6.40 to 7.2.22 today: [root@localhost ~]# service httpd restart Redirecting to /bin/systemctl restart httpd.service Job for httpd.service failed because a configured resource limit was exceeded. See "systemctl status httpd.service" and "jour...
- Mon Jun 04, 2018 4:49 pm
- Forum: Web Server
- Topic: which file is the "fullchain" cert when setting up OCSP stapling for Let's Encrypt
- Replies: 2
- Views: 6551
which file is the "fullchain" cert when setting up OCSP stapling for Let's Encrypt
Today I re-installed my server with the latest version v0.9.8-21 of Vestacp, I am glad to see that the built-in Let's Encrypt option worked very smooth now. However, I want to setting up OCSP stapling in my NginX configuration. And OCSP stapling requires a "fullchain" file. Does the built-in Let's E...
- Mon Apr 30, 2018 10:56 pm
- Forum: Web Server
- Topic: Fresh installation of VestaCP on Ubuntu 16.04 failed, why?
- Replies: 10
- Views: 23798
Re: Fresh installation of VestaCP on Ubuntu 16.04 failed, why?
hi, @rkhyd, I had abandoned the "ubuntu + vestacp" method , now I am running VestaCP on CentOS, because I noticed that the former combination will produce some weired 500 Errors but I can not fix them. After switching to CentOS, those errors never happened.
- Wed Mar 14, 2018 6:54 am
- Forum: General Discussion
- Topic: I had changed the NS server of my domain but dig command still shows old NS server
- Replies: 0
- Views: 4928
I had changed the NS server of my domain but dig command still shows old NS server
Today I tried to change the NS server of my domain. This should be a very simple thing but the result is not. At first, I edited the "NS Server" option on the domain management page of my domain name registration provider: from the old ones: f1g1ns1.dnspod.net f1g1ns2.dnspod.net to new ones: cody.ns...
- Wed Mar 14, 2018 5:44 am
- Forum: Web Server
- Topic: HOWTO: Install PHP7.0 or PHP 7.2 on CentOS 7
- Replies: 102
- Views: 1427430
Re: HOWTO: Install PHP7 on CentOS 7
I read another article which provided a new way to update default PHP 5.6.x to PHP7 on CentOS 7, it also introduced some skills to optimize VestaCP as well : https://vpsguide.net/tutorials/vps-tutorials/speed-up-vestacp-on-centos-7/ Hope someone will compare these two methods and tell us which is be...
- Sat Feb 17, 2018 9:20 am
- Forum: Web Server
- Topic: upstream timed out (110: Connection timed out)! Help
- Replies: 1
- Views: 6784
Re: upstream timed out (110: Connection timed out)! Help
Did you solved this problem? I am also keep getting this error , I am also running VestaCP on Ubuntu.
- Sat Feb 17, 2018 9:05 am
- Forum: Web Server
- Topic: Should I disable suEXEC ?
- Replies: 1
- Views: 8562
Should I disable suEXEC ?
I am running the latest VestaCP v0.98-19. Often I get 500 errors when I trying to save something on my website frontend. So I went to check the log file today. When I viewing the Apache2 log file , I saw following lines: root@mail:/var/log/apache2# tail error.log [Sat Feb 17 15:31:33.695402 2018] [m...
- Sat Dec 16, 2017 11:44 pm
- Forum: Web Server
- Topic: [GUIDE] Secure PhpMyAdmin
- Replies: 26
- Views: 473886
Re: [GUIDE] Secure PhpMyAdmin
Ok, finally I found the solution : Ubuntu uses different configuration file for phpmyadmin. So I have to modify this file: /etc/phpmyadmin/config.inc.php and insert following code to the end of this file (just insert a new line): $cfg['ForceSSL'] = true; Then, restart MySQL service by: # systemctl r...