• 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.

Log Rotation problem on non phys hosting domains

L

Lonewolf

Guest
When trying to create a non-physically hosted domain I am getting back a "An error occured during domain creation: An error occured while updating log rotation preferences: unable to turn on logrotate because domain does not have physical hosting" error.

Within the script call we are turning log_rotate off, however it appears to still be wanting to turn it on.

Any ideas if there is a global setting trying to always turn it on? or what to do in order to be able to create a std type domain?

Below is the full script call we are sending in:

C:\Progra~1\SWSoft\Plesk\admin\bin\domain.exe -c whip.com -login "newclient0" -python "false" -log_compress "false" -clogin "newclient" -php "false" -asp.net "false" -log_rotate "false" -log_bysize "1024" -passwd "password" -ssl "false" -ip "##.##.##.##" -err_docs "false" -dns "true" -cgi "false" -dom_user "false" -fp "false" -www "false" -ssi "false" -hosting "false" -asp "false" -perl "false" -log_max_num "0" -hard_quota "1" -hst_type "std" -mail_service "false" -target_url "sdx.net" -iis_app_pool "true"
 
Back
Top