How to Reboot your cPanel/whm in ssh If you happen to mess up your ssh configuration some how you can reset the ssh config from Cpanel then restart your machine via ssh by using following command /etc/init.d/cpanel restart Enjoy!!! […]
See MoreCategory: SSH
How to Configuring Self-Signed SSL / HTTPS Access
To Configuring Self-Signed SSL / HTTPS Access 1) To install OpenSSL on your VPS: apt-get -y install openssl 2) To generate a self-signed certificate that ZPanel will use to secure your connection by using following commands: openssl req -x509 -nodes -days 365 -newkey rsa:2048 -out /etc/pki/tls/certs/zpanel.crt -keyout /etc/pki/tls/certs/zpanel.key 3) To be configured to use […]
See MoreERROR: `/root/tmp/pear/gnupg/configure’ failed | gnupg installation Failed
Hello , While installing gnupg on cPanel server pecl install gnupg root@Hostripples.com [~]# pecl install gnupg downloading gnupg-1.3.6.tgz … Starting to download gnupg-1.3.6.tgz (19,273 bytes) ……done: 19,273 bytes 5 source files, building running: phpize Configuring for: PHP Api Version: 20100412 Zend Module Api No: 20100525 Zend Extension Api No: 220100525 building in /root/tmp/pear/pear-build-rootCcCij8/gnupg-1.3.6 running: /root/tmp/pear/gnupg/configure […]
See More
You must be logged in to post a comment.