• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by Dmitriy S

  1. D

    pmmcli-daemon running constantly

    Check the number of scheduled backups: # plesk db mysql> select d.id as 'Domain ID',d.name as 'Domain name',c.cname as 'Client Name',bs.obj_type as 'Backup type',bs.repository as 'Destination',bs.last as 'Last time',bs.active as 'Status',bs.backup_time as 'Time',bs.content_type as...
  2. D

    Nightly DNS Service Failures?

    Check if you have the following errors in backup logs: grep 'may be inaccessible after backup' /usr/local/psa/PMM/sessions/2014-04-27-234302.475/migration.result <description>The domain 'domain1.com' may be inaccessible after backup. Please, resume it manually!</description>...
  3. D

    HostingSecurity.exe requires undocumented parameter

    Hello, I did not reproduce the same behaviour you described. Ok, try to perform my test: 1. Create the new subscription 'test.com' with system user 'testuser' 2. Create the folder %plesk_vhosts%\test.com\httpdocs\testperm 3. Copy the original template : copy...
  4. D

    HostingSecurity.exe requires undocumented parameter

    The documentation has incorrect description of required options. Always specify --user-name option. For each hosting subscription, Panel creates a system user - a user account in the Panel server operating system. Customers obtain their system users' access credentials from their service...
  5. D

    HostingSecurity.exe requires undocumented parameter

    I checked it on the test server and customized permisions were set successfully. <Entry AccounType="0" Account="Null" Path="[HTTPD_VHOSTS_D]" SubPath="httpdocs\testperm" AceFlags="ThisFolderAndSubfolders" AccessMask="Modify" EntryFlags="0x140" Tag="PsaAdmin" Tag2=""/> Make sure you are...
  6. D

    Scheduled Tasks 11.5 failing

    Hello, Just checked that it is working fine on the newly created subscription. The info about my system: My steps: 1. Created test script with the content: vim /var/www/vhosts/crontab.ru/httpdocs/script.php 2. Set permissions: chmod 777...
  7. D

    Cron Job

    Try to point the full path to rm: 0 */1 * ** /bin/rm -rf /var/lib/php/session/* Check also cron logs: [root]# grep hourly /var/log/cron | tail
  8. D

    Cron Job

    Check that you have scheduled tasks in cron: crontab -l Check /var/log/cron logfile. Be sure that task runs every day.
  9. D

    Plesk-Backup is missing the firewall rules

    It was implemented by design: http://download1.parallels.com/Plesk/PP11/11.0/Doc/en-US/online/plesk-linux-advanced-administration-guide/index.htm?fileName=66758.htm Use the following: iptables-save > my_rules.txt iptables-restore < my_rules.txt
  10. D

    GreyListing per domain

    Try to set it manually:
  11. D

    IMAP Max Connections, DNS PTR record error

    Who is provider for your domain? Where is DNS server for this domain? You need configure PTRrecord on this DNS server.
  12. D

    pleskrestore fails

    So in this case we are talking about planned data transferring that means that source server is running. And you have already know the solution: download backup in GUI or use Migration manager.
  13. D

    Need Urgent Help

    It is an LVM logical volume lvdisplay to see logival volumes vgdisplay to see volume groups pvdisplay to see physical volumes LVM allows to resize a volumes. You can find many HOWTo in th Internet. For example...
  14. D

    Service - Apache CPU Usage - 200%

    No, you can ignore this rows. Try to ivestigate Apache access and error logs in your domain derectory. Usually it /var/www/vhosts/mydomain.com/statistics/ Or may be it is better to askfor help from your hosters?
  15. D

    pleskrestore fails

    I do not understand why do you restore Plesk backup so often to other server with using USB drive?
Back
Top