How to Deploy a Flask App in Ubuntu 20.04 using Apache and Passenger

Flask is a Python micro framework that is very popular. In this guide we will deploy a Flask application on an Ubuntu 20.04 server using Apache Web Server and Passenger….

Read More »

How to secure PHP for WordPress

WordPress is a Content Management System that runs on PHP and MySQL. It the most popular CMS used worldwide and as such, is targeted most by attackers. In a previous…

Read More »

How to harden Apache Web Server on Centos 7

Apache is the most popular web server used in the internet. It is ideal for most situations and allows flexibility for shared environments through the use of .htaccess file. This…

Read More »

How to Install Premium SSL on Hostname in CWP on Apache

Sometimes, you may choose to install premium SSL such as Comodo Positive SSL or Rapid SSL on your hostname instead of the free Let’s Encrypt SSL provided by CWP. Below…

Read More »

How to configure WebDav with Apache on CentOS

WebDAV stands for Web-based Distributed Authoring and Versioning. It is an extension of the HTTP protocol that allows users to edit and manage documents and files stored on web servers….

Read More »

How to create a Web server using Apache on Centos 7

In our project, the web server will be running on Apache. Of course Nginx is another great web server, but here, I’ll use Apache v2.4. If you’d like the Nginx…

Read More »

How to Install Comodo SSL on a domain in Centos Web Panel (CWP) running Apache

We are heading to a period when SSL won’t be optional anymore. As long as you have applications and websites online, they’ll need to run on https – sooner rather…

Read More »

How to configure custom apache redirects in Centos WebPanel (CWP)

Most times server admins would like to have users redirected to specific URLs when accessing the server. One example is when accessing a control panel login page. A good security…

Read More »