cpanel Optimization
https://engintron.com/ – nginx fro WHM/cpanel
https://my.bluehost.com/cgi/help/2521
https://nixcp.com/free-cpanel-plugins/
https://engintron.com/ – nginx fro WHM/cpanel
https://my.bluehost.com/cgi/help/2521
https://nixcp.com/free-cpanel-plugins/
ttp://www.wikihow.com/Find-a-File-in-Linux find / -type f -iname “<file you want to find>” Examples find / -type f -iname “libphp5.so” find / -type d -iname “ibdata1” find / -type f -iname “*arcconf” grep -R ‘AllowNoPassword’ / egrep ‘User’ /etc/apache2/apache2.conf grep DocumentRoot /etc/apache2/apache2.conf To find files larger than 100MB, use this command: find / -type f -size +100000k…
First you will need to login to WHM Then go to “Home »Account Information »List Accounts” Click the “+” to the left of the account you want to have SSH Select “Modify Account” from the list. Then scroll down to the “Privileges” section and select “Shell Access” Now hit “Save”
First access the server command line. I used SSH over Putty (http://www.chiark.greenend.org.uk/~sgtatham/putty/) But you can use the terminal/console if supported by your host, ftp or winSCP (https://winscp.net/eng/docs/guide_install) which may be easier. then access the file /etc/ips.remotedns For SSH I used the command: nano /etc/ips.remotedns you will need to know the nameservers for your domain I…
Optimizing an Entry Level WHM/Cpanel VPS Server https://my.bluehost.com/cgi/help/2521 How To Enable GZIP Compression In cPanel WHM https://nixcp.com/free-cpanel-plugins/
You can set your SSH port through the command line by editing the ssh configuration file ( /etc/ssh/sshd_config ) with this command. Note: if you are runnning a firewall on the server you will want to open the desired port before proceeding. nano /etc/ssh/sshd_config You can now edit the configuration file. It will start something…
For changing the main/primary domain, you will need to have root SSH access and be able to locate and edit the following file (replacing your user & domain info): /var/cpanel/userdata/USERNAME/DOMAIN.COM 1. Once you have opened the file, look for the following line: documentroot: /home/USERNAME/public_html 2. Modify the location according to your needs. Save it and…