Jump to content
View in the app

A better way to browse. Learn more.

AlphaGNU

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Sandeep B.

Administrators
  • Joined

  • Last visited

Everything posted by Sandeep B.

  1. 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
  2. This regex works with mod security and upon 403 the ips are blocked
  3. in csf regex file : /etc/csf/regex.custom.pm
  4. 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} }
  5. Hi they are trying with ssh port or any other port?
  6. 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
  7. hi will check urgently
  8. okay thanks it will be resolved soon as our devs are already working on it
  9. Since cwp developers are busy with el9 hope this will be fixed soon with cwp. Will follow up with them
  10. one more thing if you get bad support in cwp send me the ticket number
  11. 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.
  12. 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
  13. Hi try to set as disk quota 0 in packages and try without any hooks
  14. The disk quota shouldn't be -1 you need to set something like bigger positive number like 999999
  15. did you set the quota as -1 ?
  16. i've checked the xfs and ext4 quota and they are working fine
  17. you can dm me with root logins
  18. Yes it can be fixed generally i sent you the method will fix it.
  19. Its not bug in cwp its your kernel quota bug
  20. 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
  21. can you post the output of this commands : mount -o remount / quotacheck -avugm quotaon -avug
  22. it seems to be quota issue with kernel predefined quota recommended to use ext4 or xfs file system
  23. this tutorial will also enable ALPN
  24. You can delete this line and check depends on mariadb_init

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.