• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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