Blog
Cpanel Server Behind NAT (Amazon AWS)
When hosting Cpanel server behind NAT, like Amazon AWS, Google Cloud, etc., where you have an internal IP and an external IP,…
Download a site using SFTP
To download all content of a web site using SFTP, use You may encounter lftp Fatal error: Host key verification failed error…
Cpanel Server Block Incoming SPF Failed Mails
One of the customer email account as getting too much incoming emails from random-user@qq.com. First i tried to block the sender IP,…
Disable Signup Notification in vShare Youtube Clone
vShare youtube clone script allow you to start your own video sharing web site. You can get the script from https://serverok.in/vshare To…
Enable DKIM on Cpanel Server
DKIM (DomainKeys Identified Mail) is a way to digitally sign your out going emails. This help prevent spam. On Cpanel server, you…
wget
Mirroring a site with wgetwget print content to screenwget force IPv4/6 download Download Multiple Files To download multiple files from FTP server,…
Mirroring a site with wget
To mirror a web site for local viewing, you can use wget –mirror –convert-links –html-extension –wait=2 -o log http://www.domain.com –convert-links = After…
Atlassian JIRA Internal Server Error
On on Jira Server, when accessing the site get following error JIRA — Internal Server Error Error reference: b64e4876-0fc1-439a-a46d-4a3255a48230 Unable to render…
Enable Error Logging in php-fpm
Edit your pool file vi /etc/php/7.0/fpm/pool.d/www.conf Add catch_workers_output = yes php_flag[display_errors] = on php_admin_value[error_log] = /var/log/fpm-php.www.log php_admin_flag[log_errors] = on if you only…
Apache Disable PHP for a web site
To disable PHP for a web site edit VirtualHost entry of the web site and add php_flag engine off Restart Apache systemctl…
Google Cloud apt signatures couldn’t be verified
When i run apt update, i get error W: An error occurred during the signature verification. The repository is not updated and…