How do I fix SSL login for cPanel whm on port 2087?
Solution Maybe you are missing the symlink. Try the following via SSH while logged in as root: cd /usr/lib ln -s libssl.so.0 libssl.so.4 ln -s …
Solution Maybe you are missing the symlink. Try the following via SSH while logged in as root: cd /usr/lib ln -s libssl.so.0 libssl.so.4 ln -s …
Solution Perform the following: 1) SSH to server as root and run the following commands: echo “” > /scripts/runweblogs /scripts/fixwebalizer Or issue the following commands; …
Solution The stunnel binary listens on these ports and forwards the requests to cpsrvd (the web interface binary). Ensure that it is running. root@cpdemo [~]# …
Solution CPanel will automatically use directories named in the home[0-9] fashion. So if you were to add another hard disk, and mount it as /home2, …
Solution Log into your server via WHM/cPanel via url like ‘https://10.20.30.40:2086/’ Selecte ‘Update Apache’ under the ‘Software’ section of WHM on the left side near …
Solution Click on the “Tweak Settings” link under “Server Setup”. Within the “System” section is a check box with the heading: “Disable Http Authentication for …
Solution Before setting up compression of your logs, you will want to have cpanel run the stats as often as possible. This is so you …
Solution CPanel does not formally release any language packs. You will first have to find the language pack that you are wanting to install. This …
Solution Login into the server via ssh and run the following command: root@cpdemo [~]# /scripts/installzendopt This will start an ncurses based installer. The defaults should …
Solution As of January 2006, CPanel has made some changes to their smartctl implementation, which is what they use to periodically scan for SMART errors …
Solution The default installations of Apache will set this up using the logrotate script. If you don’t have this configured automatically or if you’re using …