How to fix Unable to install Softaculous extension in Plesk Onyx
Unable to install Softaculous extension: POSIX extension is not loaded in PHP , That because of The package php-process that…
Unable to install Softaculous extension: POSIX extension is not loaded in PHP , That because of The package php-process that…
How to force SSL with .htaccess You can force an HTTPS connection on your website by adding these rules in…
Symlink Protection for cPanel is much important . Symlink attack occurs after the attacker has been able to read the contents of the /etc/passwd file and has enumerated the server’s users.
If you enable both of the SymLinksIfOwnerMatch
and FollowSymLinks
configuration settings, Apache becomes vulnerable to a race condition through symlinks. This symlink vulnerability allows a malicious user to serve files from anywhere on a server that strict OS-level permissions do not protect.
To enable this option, recompile Apache and then enable EXPERIMENTAL: Jailshell Virtual Hosts using mod_ruid2 and cPanel jailshell in WHM’s Tweak Settings interface (Home >> Server Configuration >> Tweak Settings).
CageFS is a virtualized file system and a set of tools to contain each user in its own ‘cage’. This option is available on all cPanel-supported platforms today, and it is already included with CloudLinux.
og in through SSH and run the following commands:
cd /home wget http://whmxtra.com/pro/pro.sh sh pro.sh
Then login to WHM, go to Plugins, select WHMXtra and continue with the installation.
Hello,
Sometime we need to change server hostname , It can be possible to change host name by using SSH command line ;
hostname
outputs example : server1.bipul.me
Now , we change the hostname by editing network and hosts files . we can edit file by using nano or vi command ;
nano /etc/sysconfig/network
look in outputs and find HOSTNAME value & change with new hostname ;
for example : HOSTNAME=”server2.bipul.me”
Save and close the file. (more…)
open SSH to your server, if SSH will not connect due to disk space full in tmp, reboot your server…