Apps, Howto, nodejs

How to Deploy a Node.js App with cPanel

Deploying a Node.js application doesn’t always require complex cloud platforms or VPS servers. Many shared hosting providers now offer Node.js support through cPanel, making it easier than ever to get your application online. In this comprehensive guide, we’ll walk through the entire process of deploying a Node.js app using cPanel’s user-friendly interface. Prerequisites Before we […]

How to Deploy a Node.js App with cPanel Read Post »

DNS, Howto, Scripts

Implementing DNSSEC with cPanel’s Built-in PowerDNS

Modern cPanel installations come with PowerDNS pre-integrated as an alternative DNS server option, providing native DNSSEC support without requiring separate installation or complex configuration. This guide will walk you through enabling and managing DNSSEC using cPanel’s built-in PowerDNS implementation through WHM (Web Host Manager) and cPanel interfaces. Understanding cPanel’s PowerDNS Integration cPanel’s PowerDNS integration provides

Implementing DNSSEC with cPanel’s Built-in PowerDNS Read Post »

Howto

Advanced Nginx Caching Techniques on cPanel: Boost Your Website Performance

Website performance is crucial for user experience and SEO rankings. While cPanel hosting environments traditionally rely on Apache, many modern hosting providers now offer Nginx as a reverse proxy or primary web server. This powerful combination opens up advanced caching opportunities that can dramatically improve your site’s speed and reduce server load. Understanding Nginx Caching

Advanced Nginx Caching Techniques on cPanel: Boost Your Website Performance Read Post »

Howto, Scripts

Git Integration in cPanel: Advanced Version Control Workflows

Modern web development demands robust version control systems, and cPanel’s Git integration has evolved to meet these needs. This comprehensive guide explores advanced workflows that leverage cPanel’s Git functionality to streamline development processes, enhance collaboration, and maintain production stability. Understanding cPanel’s Git Architecture cPanel’s Git integration operates through a sophisticated interface that bridges traditional shared

Git Integration in cPanel: Advanced Version Control Workflows Read Post »

Howto, Mail

How to Block Emails From the Future Using SpamAssassin In cPanel

Getting emails from the future is a classic sign of SPAM. Unfortunately, SpamAssassin only bumps the score of these emails by less than 2 points, which isn’t usually enough to get it marked as SPAM. To fix this, you can add a rule to SpamAssassin to block emails from the future. First, open /etc/mail/spamassassin/local.cf in

How to Block Emails From the Future Using SpamAssassin In cPanel Read Post »

Fixes, Security

Fixing AutoSSL “provider cannot currently accept incoming requests”

When using cPanel/Sectigo as the SSL provider for AutoSSL, you may occasionally see this error in the autossl log: The “cPanel (powered by Sectigo)” provider cannot currently accept incoming requests. The system will try again later. This error seems to be caused be incorrect permissions in /var/cpanel/ssl/domain_tls/. You can fix this with the following command:

Fixing AutoSSL “provider cannot currently accept incoming requests” Read Post »

Apache, Fixes, Howto, Security, Troubleshooting

Troubleshooting Website SSL Issues – No Padlock

Having SSL problems? One of the most common issues our team handles is related to websites not properly displaying over HTTPS, whether it be the website either not loading entirely, or just not showing the green padlock: If you’re sure that the SSL certificate is installed properly, but your site isn’t showing as secure, there

Troubleshooting Website SSL Issues – No Padlock Read Post »

Scroll to Top