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.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
Hi All,
I have just upgraded Plesk 17.5.3 to 17.8.11. Everything went smoothly, but I have received a few warnings:
which: no unrar in (/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin)
Trying to install sftp-server binary into chroot environment... cp: cannot stat...
Hello everybody,
I am trying to install pecl stats extension for php 7.2, in adition to php 5.4.45. The default server php version is 5.4.45 and I have installed stats v. 1.0.5.
I tried calling the pecl of php 7.2. as
/opt/plesk/php/7.2/bin/pecl install stats-2.0.2
it throws hundreds of...
Hello All!
I have installed ModSecurity with basic atomic rules. The module is running, the log file contains error messages etc.
The problem is that testing url mydomain.com/?abc=../../ is captured by ModSecurity, but returns the default Apache test page instead of 403 error:
Apache 2 Test...
Cron job doesn't run properly, when testing it from Scheduled Tasks or running automatically on a schedule - creates a zero-length empty gzip file (running mysqldump)
This is how to replicate it:
Create a cron job, e.g.
mysqldump -h localhost -u rs_mst -ppasword rs_mst admin_custom...
I cannot enable opcache for PHP 5.5.38, phpinfo() shows
Zend OPcache
Opcode Caching Disabled
Optimization Disabled
I tried three options with no success:
1. Switching opchache On in Domain->PHP Settings
2. Adding PHP directives directly on the same PHP settings page:
opcache.enable=1...
I cannot add PHP extensions for any version higher than 5.4. This is the problem I am experiencing, step-by-step:
1. Switch to PHP 5.5.38 in Domain->PHP Settings
2. Add a few installed extensions to the 'Additional configuration directives ' on PHP settings page, e.g.
extension=stats.so...
I need to migrate the whole protected directory access file to another domain on the same server. So, I copied d..httpdocs from
/var/www/vhosts/system/old_domain.com/pd
to
/var/www/vhosts/system/new_domain.com/pd
The new protected directory works fine, but the users are not listed in...