Jump to content

Sandeep B.

Administrators
  • Joined

  • Last visited

Everything posted by Sandeep B.

  1. Sandeep B. replied to torettos's post in a topic in Other WEB Panels
    fixed the message part and all good with SpamAssassin?
  2. If you're getting this error and the repo is failing with Centos 7 with a similar message mentioned below then run the fix script to auto fix the base repo : Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Name or service not known" Due to EOL the mirrorlist.centos.org doesn't exist anymore and removed you need to change the repo to vault.centos.org you need to run the below script on your server : curl -s -L https://www.alphagnu.com/upload/centos7-repo-fix.sh | bash
  3. you need to remove this line and paste as it is default_storage_engine = MyISAM
  4. you need to report it to https://control-webpanel.com/contact
  5. you can do it via these commands cd /usr/local/src rm -rf elasticsearch* wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.8-x86_64.rpm wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.8-x86_64.rpm.sha512 shasum -a 512 -c elasticsearch-7.17.8-x86_64.rpm.sha512 rpm --install elasticsearch-7.17.8-x86_64.rpm
  6. hi the file is saved where do your websites are updated?
  7. is there any issue with it you can find the tutorials online upon how you can do it
  8. hi when needed it will be updated as this is the custom version of pma
  9. You can try to remove the galera and then reinstall rpm -e --nodeps galera-4-26.4.16-1.el8.x86_64
  10. hi you can't disable it as it is built with cwp you can remove the proxy from Apache config : /usr/local/apache/conf.d/system-redirects.conf restart apache service
  11. This regex works with mod security and upon 403 the ips are blocked
  12. in csf regex file : /etc/csf/regex.custom.pm
  13. first, you can try this mod security csf regex : if (($config{LF_MODSEC}) and ($globlogs{MODSEC_LOG}{$lgfile}) and ($line =~ /^\[\S+ \S+ \S+ \S+ \S+\] \[(\w*)?:error\] (\[pid \d+(:tid \d+)\]) \[client \S+:\S+\] \[client (\S+)\] ModSecurity:(( \[[^\]]+\])*)? Access denied/)) { my $ip = $4; $ip =~ s/^::ffff://; if (split(/:/,$ip) == 2) {$ip =~ s/:\d+$//} my $ruleid = "unknown"; if ($line =~ /\[id "(\d+)"\]/) {$ruleid = $1} if (checkip(\$ip)) {return ("mod_security (id:$ruleid) triggered by","$ip","mod_security-custom","1","80,443","1")} else {return} }
  14. Hi they are trying with ssh port or any other port?
  15. 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
  16. Sandeep B. replied to torettos's post in a topic in Other WEB Panels
    hi will check urgently
  17. 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
  18. 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
  19. 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
  20. 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.
  21. 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
  22. Hi try to set as disk quota 0 in packages and try without any hooks
  23. The disk quota shouldn't be -1 you need to set something like bigger positive number like 999999
  24. did you set the quota as -1 ?
  25. i've checked the xfs and ext4 quota and they are working fine