Search found 5 matches
- Tue Aug 05, 2025 9:25 am
- Forum: SSL
- Topic: Error code: 15 Let's Encrypt Support
- Replies: 2
- Views: 18415
Re: Error code: 15 Let's Encrypt Support
I've the same error for Let's Encrypt (Error code 15) on a subdomain, but another subdomain and main domain works fine My actual setup is: subdomain1.example.com -> subdomain to access MyVesta PHP FPM 7.4 Proxy support NGIX with template hosting-webmail-phpmyadmin SSL Support with Let's Encrypt work...
- Fri May 21, 2021 4:32 pm
- Forum: General discussion
- Topic: Enable disabled php function
- Replies: 7
- Views: 7477
Re: Enable disabled php function
Thank you so much for your support
. I solved all my problems with the restart code:
And with the post you wrote and linked to me I was able to edit the php.ini correctly.

Code: Select all
service php7.3-fpm restart
And with the post you wrote and linked to me I was able to edit the php.ini correctly.
- Tue May 11, 2021 9:38 am
- Forum: General discussion
- Topic: Enable disabled php function
- Replies: 7
- Views: 7477
Re: Enable disabled php function
Both ngix and apache php.ini files (as I check on MyVesta Panel) have only one line: USAGE: config I've tried to add and edit "Max upload" and other simple fields, save it and restart FPM like you teach me. I've check my phpinfo and seems nothing changed. Do I failed something installing M...
- Mon May 10, 2021 6:24 pm
- Forum: General discussion
- Topic: Enable disabled php function
- Replies: 7
- Views: 7477
Re: Enable disabled php function
Thank you for your fast response.
I've edited /etc/php/7.3/fpm/php.ini by adding a line: disable_functions = ""
After that I restarted Apache e Ngix from MyVesta Panel.
I admit that I am not very competent in this field, so perhaps I am mistaking simple things
I've edited /etc/php/7.3/fpm/php.ini by adding a line: disable_functions = ""
After that I restarted Apache e Ngix from MyVesta Panel.
I admit that I am not very competent in this field, so perhaps I am mistaking simple things
- Mon May 10, 2021 1:01 am
- Forum: General discussion
- Topic: Enable disabled php function
- Replies: 7
- Views: 7477
Enable disabled php function
I know that MyVesta disabled dangerous PHP functions, but for installing a CMS I need to enable exec and other requirements listed below. I've tried to edit php.ini, but I do not succeed. Someone could tell me how I can solve my problems? Thank you so much! Server OS is Debian 10 PHP settings (php.i...