Jump to content

Sandeep B.

Administrators
  • Posts

    250
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Sandeep B.

  1. Install log rotate yum install logrotate
  2. This is not an issue if you've secure kernel installed the log file will be there.
  3. In cwp we recommend to configure spamassassin as a default spam prevention app and its works well, the steps in forum seems to be correct but you need to do many workarounds
  4. el8 to el9 elevate can be possible but need to check it first, if all good will provide a topic with instructions 🙂
  5. you can use this elevate guide from alamalinux https://wiki.almalinux.org/elevate/ELevating-CentOS7-to-AlmaLinux-9.html#migrate-centos-7-to-almalinux-8 don't elevate to almalinux 9 for now
  6. there are ways to upgrade but i've seems they encounters problems afterword
  7. you can check it here https://docs.control-webpanel.com/docs/admin-guide/user-accounts/cwp-to-cwp-migration
  8. it is not recommended this will cause many issues you need a fresh server to do the migration via cwp-cwp migration module
  9. Cwp on centos 8 stream and almalinux 8 is stable now, php versions are avialble and it is actively developed like el7 also next year cwp will be relased for el9.
  10. the solution is to use CMS side js and css optimizer you can use some minify plugin
  11. backend webserver ports are accusable only when you disable firewall it is recommend to keep the firewall on in that case
  12. it seems bug with mod security, brotli and mod sec can't run together if you need mod security then delete the brotli config : rm -rf /usr/local/apache/conf.d/brotli.conf && systemctl restart httpd if you need brotli remove mod security
  13. localhost is not recommended since some servers have multiple ips and apache should use the configured ip for the domains.
  14. under webserver domain config and webserver main config you've options to set apache timeout templates choose that template for your website and check,
  15. no idea what you're asking you need to provide more details of the error,
  16. Check with https://www.mail-tester.com/ and check what is the exact issue
  17. DNSSEC is nothing to do with DKIM double records, to solve the issue you need to delete the keys from /etc/opendkim for that domains and from the dns manager and then regenerate the key or edit /etc/opendkim.conf and add this lines at last : RemoveOldSignatures yes and restart dkim service
×
×
  • Create New...