This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
736
CentOS 7 Problems / Re: BIND DNS Server failed
« on: February 22, 2020, 08:26:39 AM »
you need to check /var/log/messages after restarting bind server.
737
Migration from other control panels / Re: Migrate account from cPanel server
« on: February 22, 2020, 08:25:21 AM »
kindly create your own topic
738
Migration from other control panels / Re: Restore cPanel backup to CWP via SSH
« on: February 22, 2020, 08:24:52 AM »
you can try our new updated module with bugs fix
739
Apache / Re: www redirect non-www
« on: February 21, 2020, 07:28:49 PM »
We didn't add any www redirects its the user choice.
740
Apache / Re: www redirect non-www
« on: February 21, 2020, 06:31:25 PM »
vhost and htaccess method will be good.
741
Functions / Re: insert the domain on the new default account page
« on: February 21, 2020, 05:51:16 PM »
you need to follow this wiki
https://docs.control-webpanel.com/docs/admin-guide/user-accounts/features-themes-and-languages/page-configuration
CWP Admin > User Accounts Features > Themes and Languages > Template Editor Pages
https://docs.control-webpanel.com/docs/admin-guide/user-accounts/features-themes-and-languages/page-configuration
CWP Admin > User Accounts Features > Themes and Languages > Template Editor Pages
742
CentOS 7 Problems / Re: 503 service unavailable
« on: February 21, 2020, 05:34:23 PM »
check the fpm log also
/opt/alt/php-fpm72/usr/var/log/php-fpm.log
/opt/alt/php-fpm72/usr/var/log/php-fpm.log
743
CentOS-WebPanel Bugs / Re: We need this option at CWP "URGENTLY" (PART 2)
« on: February 21, 2020, 05:31:18 PM »
already replied we didn't delete the user files. this topic will be closed for further reply.
744
CentOS-WebPanel Bugs / Re: We need this option at CWP "URGENTLY" (PART 2)
« on: February 21, 2020, 05:17:30 PM »
its super easy via command you can add it to cron too (Don't say you don't know how to do it ):
+5 is the flag which will delete the directory older than 5 days
10 days = +10
15 days = +15
Code: [Select]
find /path/backup/* -type d -ctime +5 -exec rm -rf {} \;
+5 is the flag which will delete the directory older than 5 days
10 days = +10
15 days = +15
745
CentOS-WebPanel Bugs / Re: We need this option at CWP "URGENTLY" (PART 2)
« on: February 21, 2020, 05:10:05 PM »
you can simply delete the dir for the date you don't want the backup.
746
CentOS 7 Problems / Re: 503 service unavailable
« on: February 21, 2020, 04:52:48 PM »
hi whats in the error logs?
747
Other / Re: Locked out of replying to threads?
« on: February 21, 2020, 04:52:02 PM »
i didn't understand you what you meant
748
CentOS-WebPanel Bugs / Re: We need this option at CWP "URGENTLY" (PART 2)
« on: February 21, 2020, 04:48:02 PM »
can you elaborate more how the backups are creating in incremental (backup format) ?
749
Other / Re: Locked out of replying to threads?
« on: February 21, 2020, 04:46:41 PM »
you can report those posts we'll delete it.
750