Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We value your experience with Plesk during 2025 Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025. Please take this short survey: https://survey.webpros.com/
On Plesk for Linux mod_status is disabled on upgrades to improve Apache security. This is a one-time operation that occurs during an upgrade. You can manually enable mod_status later if needed.
OK, so for me seems that the issue is with Ioncube Loader. You will need to find out how to load Ioncube via command line. See which php.ini will load if you execute PHP and check how can you force to load a php.ini which will load Ioncube Loaders. I know there is a solution, but it is more a...
Could be because from time to time (read version from version) PLESk improve security. Could be that on PLESk 11.x worked, but will not work on 12.x, or could be also mod_security which will block this, there is many reason, check your log file and that will help you a lot. But if is an...
You can setup open_basedir and probably will work, but you will always have issues. My suggestion, if you want to do this, to move under same subscription and same vhosts. Then will be same FTP user, same place and you will have no issues.
You cannot "travel" from one virtual host to another, because of security.
If you want to do this, then you should create one domain and then inside of this space you can add a new domain, then you will have under the same virtual host and will work.
(mysqld 10.0.26-MariaDB)
service mariadb restart ????
Just you need to fix this:
160807 12:30:57 [Note] mysqld (mysqld 10.0.26-MariaDB) starting as process 3969 ...
160807 12:30:57 [ERROR] Fatal error: Please consult the Knowledge Base to find out how to run mysqld as root!
I am not very good in networking part, but I would start with check firewall (stop it) then retest, if still is same, then can be /etc/hosts file modified, corrupted or other issues what I cannot forsee. Try also to check log files /var/log/messages ?
Your server can connect to another sites? Try to connect to google, etc to see if you can reach them. If yes, then is an issue with connection to PLESK servers, if not, then your server have an issue with external connection, then you need to fix that.
Actually yes, then you are safe from different scripts hacked and uploaded mailsenders. All you need, to ask your clients that in their scripts use SMTP sending, with phpmailer or similar.
As far as I know you can limit SMTP outgoing mails, but you cannot limit mails sent out by php mail function. What you can do to restrict to send out from scripts emails which use mail function and allow only SMTP.
So this means that with PHP you can send out limited number of mails (limited by...
To eliminate the NGINX issue, try just to disable NGINX and run it via Apache only. Also from what I have read, upstream is a php-fpm issue. Try to also deactivate PHP on that domain for a short time, only Apache. Then you can see if is really apache issue, or NGINX/Apache/php-fpm.
Also I saw...
I suggest to try to implement the small PHP script in the link, chunk the files and check if will goes over 1GB, then you are a step ahead of what is happening :-)
For me it seems is not the same size. Small differences indeed, but there is a difference. Because of this, this for me means that apache have some time settings which goes to timeout. I just try to think with logic. If would be the size settings the issue, then it will be same each time the...