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. did you increased the mpm connection limit and check ?
  2. you can check the build script there is nothing there which you're mention that our script did it
  3. the config file is the same with our installer it would help if you tried rebuilding vhost from the webserver config and test
  4. i didn't see any error in your post
  5. it is in beta stage so many thing is still not working
  6. regarding upgrade to nginx latest you need to do this commands dnf module disable nginx dnf remove nginx then go to cwp >> webserver settings and rebuild with nginx + apache options this will install the latest version of nginx
  7. it depends on your script cwp will not get conflicted
  8. fixed the message part and all good with SpamAssassin?
  9. 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
  10. you need to remove this line and paste as it is default_storage_engine = MyISAM
  11. you need to report it to https://control-webpanel.com/contact
  12. 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
  13. hi the file is saved where do your websites are updated?
  14. is there any issue with it you can find the tutorials online upon how you can do it
  15. hi when needed it will be updated as this is the custom version of pma
  16. You can try to remove the galera and then reinstall rpm -e --nodeps galera-4-26.4.16-1.el8.x86_64
  17. 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
  18. This regex works with mod security and upon 403 the ips are blocked
  19. in csf regex file : /etc/csf/regex.custom.pm
  20. 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} }
  21. Hi they are trying with ssh port or any other port?
  22. 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

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.