51
Problems on other RedHat linux servers / Re: I saw that AL 9 has missing features and *EL9 is in beta stage ???
« Last post by venty on November 17, 2024, 12:41:13 PM »And we have answered you on those other threads.
But CWP is working on AL9, with only the migration tool having some hicups.
Hi,
ok, we will try, let me ask if AL9 CVP and applications are automated or do we have to manually update ourselves ...?
Thanks in advance!
BR
Venty
52
Installation / Re: Compiler requires 512 MB RAM + SWAP
« Last post by Starburst on November 17, 2024, 12:52:27 AM »Check you php.ini file, that is probably where the problem is at, by default this is usually only set to 128M.
memory_limit =
BUT if you have WordPress installed, and set it above 512M, WP may not recognize it in it a current installation.
memory_limit =
BUT if you have WordPress installed, and set it above 512M, WP may not recognize it in it a current installation.
53
Suggestions / Re: :):):) Comodo WAF rules update required :):):)
« Last post by Starburst on November 17, 2024, 12:49:01 AM »The ruleset version should stay the same unless you are switching back & forth between Comodo and OWASP.
ID 218500 was a bug between 1.240 with WooCommerce.
Burst Statistics must use some of the same buggy code then.
ID 218500 was a bug between 1.240 with WooCommerce.
Burst Statistics must use some of the same buggy code then.
54
Installation / Re: CWP without dns and mail
« Last post by Starburst on November 17, 2024, 12:32:17 AM »Not really, your best option is just to disable those services you are not using.
55
Installation / Re: Compiler requires 512 MB RAM + SWAP
« Last post by sundar rajamani on November 17, 2024, 12:18:51 AM »Am facing this issue after moved my server from centos7 to almalinux, i have used 16gb ram only while using centos7 now i have increased my ram to 24gb for almalinux after 16gb memory overload. now 24gb also used 92% swap memory using 4gb top commands nothing show big spike anyone help pls.....
Any help hel in this ? still am facing this issue
56
Installation / CWP without dns and mail
« Last post by adiif1 on November 16, 2024, 08:59:34 PM »Hello,
I’m reaching out with a question: is there a safe way to "disable" or "remove" the bind and email from the server?
I’m using DNS from Cloudflare and Gmail from OVH, so I’d like to get rid of these options from the panel.
Thank you!
I’m reaching out with a question: is there a safe way to "disable" or "remove" the bind and email from the server?
I’m using DNS from Cloudflare and Gmail from OVH, so I’d like to get rid of these options from the panel.
Thank you!
57
Suggestions / Re: :):):) Comodo WAF rules update required :):):)
« Last post by cyberspace on November 16, 2024, 07:18:58 PM »When does it happen ? After the CWP update or some other action ?
As a test update the rules, then run cwp update:
As a test update the rules, then run cwp update:
Code: [Select]
/scripts/update_cwp
and then check if the rules version stay intact.58
Suggestions / Re: :):):) Comodo WAF rules update required :):):)
« Last post by zeejdeej on November 16, 2024, 06:29:50 PM »yes it worked after disabling SecRuleRemoveById 218500 but comodo waf rules keep switching back to 1.240 after a while automatically. i do update to 1.241 and it showed for a while but revert back to 1.240
59
Suggestions / Re: :):):) Comodo WAF rules update required :):):)
« Last post by cyberspace on November 16, 2024, 04:36:31 PM »Try to disable the mod_security rule 218500 by adding the following lines into .htaccess located in the document root of the website(s):
OR
If you want to disable the rule globally (for all websites) then put the line:
/usr/local/apache/modsecurity-owasp-old/global_disabled_rules.conf
and then restart Apache/HTTPD.
Code: [Select]
<IfModule mod_security2.c>
SecRuleRemoveById 218500
</IfModule>
OR
If you want to disable the rule globally (for all websites) then put the line:
Code: [Select]
SecRuleRemoveById 218500
into the file:/usr/local/apache/modsecurity-owasp-old/global_disabled_rules.conf
and then restart Apache/HTTPD.
60
Suggestions / Re: :):):) Comodo WAF rules update required :):):)
« Last post by Starburst on November 16, 2024, 02:32:44 PM »The problem looks like a WordPress plugin called Burst Statistics.
Disable that plugin, and see if the error goes away.
Programmers sometime use malicious code in valid programs, which can give 'false positives'.
If the error goes away, maybe check out MonsterInsights instead.
Only other option would be to disable the rule being triggered - 22_SQL_SQLi.conf
But I never recommend doing that, because it could leave the system open to attack.
Disable that plugin, and see if the error goes away.
Programmers sometime use malicious code in valid programs, which can give 'false positives'.
If the error goes away, maybe check out MonsterInsights instead.
Only other option would be to disable the rule being triggered - 22_SQL_SQLi.conf
But I never recommend doing that, because it could leave the system open to attack.