Skip to content
Documentation

Documentation

  • Home
  • VPS/Dedi
  • Reseller Hosting
  • Shared Hosting
  • Toggle search form

Prevent DDOS

Mod_evasive is a module available for the Apache HTTP server that can automatically block attacks by rate-limiting any IP that sends too many requests in a short time.Start by installing the module from WHM’s EasyApache 4 interface. Select the Currently Installed Packages profile, search for mod_evasive in the Apache Modules section, and then install it.Also…

Read More “Prevent DDOS” »

Reseller

ERR_TOO_MANY_REDIRECTS – HTTPS link- Cloudflare CDN

If you’re receiving the ERR_TOO_MANY_REDIRECTS error when accessing your HTTPS enabled site that is being proxied through Cloudflare, it’s likely that you have SSL set to Flexible. This should be set to Full (strict), which will ensure connections to your site are fully encrypted end-to-end. Then set https in db

Reseller

/bin/sh: /usr/local/bandmin/bandmin: No such file or directory

This article has some information about bandmin https://forums.cpanel.net/threads/bandmin-not-found.345511/

Reseller

Server.domain SSL installation

Run cPanel’s Automated Scripts in TerminalIn the search field located on the upper left-hand side of the page, enter Terminal.Select the Terminal tool.Please enter this command script in the terminal: /scripts/upcp https://www.bluehost.com/help/article/vps-dedicated-restarting-ssl

Reseller

VPS & Dedicated Hosting: Email Blacklisting

Summary Email blacklisting can interfere with your ability to send emails from your server’s IP address. There are many email filtering services that blacklist IP addresses. They each have their own criteria for blacklisting an IP address. They also each have their own procedures for getting removed from the blacklist. If you are on a…

Read More “VPS & Dedicated Hosting: Email Blacklisting” »

VPS/dedi

Examples of Linux Find Command

1. Find Files Using Name in Current Directory # find . -name tecmint.txt ./tecmint.txt 2. Find Files Under Home Directory Find all the files under /home directory with the name tecmint.txt. # find /home -name tecmint.txt /home/tecmint.txt 3. Find Files Using Name and Ignoring Case Find all the files whose name is tecmint.txt and contains…

Read More “Examples of Linux Find Command” »

Commands

VPS & Dedicated Hosting: ConfigServer Security & Firewall

CSF is a firewall for VPS and Dedicated servers. CSF is not installed as part of our default images on VPS or Dedicated servers; however, it is quite a popular add-on, as it greatly simplifies tasks such as opening or closing ports. Rather than figuring out iptables command syntax, CSF offers a GUI-based approach integrated…

Read More “VPS & Dedicated Hosting: ConfigServer Security & Firewall” »

Commands

To clear the cache, we have to give these commands to customers.

To clear the cache, we have to give these commands to customers. 1. Clear PageCache only.# sync; echo 1 > /proc/sys/vm/drop_caches 2. Clear dentries and inodes.# sync; echo 2 > /proc/sys/vm/drop_caches 3. Clear PageCache, dentries and inodes.# sync; echo 3 > /proc/sys/vm/drop_caches

Commands

Drush commands are not running

In order to install drush commands you will have to install drush for the account. Install Composer To install Composer, read our How to Set Up (PHP) Composer document. Add Drush as a requirement to your composer.json file If you have not yet added Drush as a requirement to your project’s composer.json file, run the following command:…

Read More “Drush commands are not running” »

Commands

VPS & Dedicated Hosting: Default Sender Address

By default, your server’s automated messages will be sent from user@server.com. To customize your default sender address: Log in to the WHM by going to yourdomain.com/whm in a browser. Replace yourdomain.com with your domain. Once you get to the login page, enter your username and password. Username will be root. Password will be the root password for your server. If…

Read More “VPS & Dedicated Hosting: Default Sender Address” »

VPS/dedi

Posts pagination

1 2 Next

Copyright © 2026 Documentation.

Powered by PressBook Masonry Dark