Jump to content

Sandeep B.

Administrators
  • Last visited

  • Posts

    298
  • Reputation

    10k

Everything posted by Sandeep B.

  1. yes you can ask your client to use redis cache in there Wordpress to speed up the sites and this will also lower the load fo your main server
  2. Sandeep B. replied to torettos's post in a topic in Other WEB Panels
    hi will check urgently
  3. Sandeep B. replied to torettos's post in a topic in Other WEB Panels
    okay thanks it will be resolved soon as our devs are already working on it
  4. Sandeep B. replied to torettos's post in a topic in Other WEB Panels
    Since cwp developers are busy with el9 hope this will be fixed soon with cwp. Will follow up with them
  5. Sandeep B. replied to torettos's post in a topic in Other WEB Panels
    one more thing if you get bad support in cwp send me the ticket number
  6. Sandeep B. replied to torettos's post in a topic in Other WEB Panels
    support is active there we're fixing the support in cwp and soon will be fixed since CWP is going with el9 there are some bugs that we'll fixed ASAP.
  7. Sandeep B. replied to torettos's post in a topic in Other WEB Panels
    for development: hestia for WordPress : cyberpanel for extended feature and OS compatibility: plesk and aapanel for shared hosting: CWP and CPanel Directadmin is good but very complex for easy reverse proxying with backend apps: cwp for free mailing MTA : hestia cp and cwp
  8. Hi try to set as disk quota 0 in packages and try without any hooks
  9. The disk quota shouldn't be -1 you need to set something like bigger positive number like 999999
  10. did you set the quota as -1 ?
  11. i've checked the xfs and ext4 quota and they are working fine
  12. you can dm me with root logins
  13. Yes it can be fixed generally i sent you the method will fix it.
  14. Its not bug in cwp its your kernel quota bug
  15. you're not using cwp compatible quota you need to follow this tutorial https://forum.centos-webpanel.com/centos-configuration/how-to-setup-user-quotas/ after adding to fstab : /dev/sda1 / ext4 srjquota=quota.user,jqfmt=vfsv0 0 0 usrjquota=quota.user,jqfmt=vfsv0 reboot the system and then run again mount -o remount / quotacheck -avugm quotaon -avug
  16. can you post the output of this commands : mount -o remount / quotacheck -avugm quotaon -avug
  17. it seems to be quota issue with kernel predefined quota recommended to use ext4 or xfs file system
  18. @c64solved by himself
  19. add this line to /etc/my.cnf [mysqld] pid-file = /var/lib/mysql/mariadb.pid restart mariadb service and edit monit config file : nano /etc/monit.d/cwp.mysql replace with below config : check process mariadb with pidfile /var/lib/mysql/mariadb.pid group database start program = "/usr/bin/systemctl start mariadb" stop program = "/usr/bin/systemctl stop mariadb" restart program = "/usr/bin/systemctl restart mariadb" if failed port 3306 protocol mysql then restart if 3 restarts within 5 cycles then timeout alert root@localhost only on {timeout} then restart monit service
  20. you can pm me your server details for the checks
  21. hi did you try to update mod security?
  22. Sandeep B. replied to leisegang's post in a topic in CWP - Control WEB Panel
    as per the module code /64 will work with this module did you tested ?