How to create a Web server using Nginx on Centos 7

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

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 »

Generate CSR for your domain from Terminal in Centos 7

To obtain an SSL certificate, a Certificate Signing Request (CSR) must be generated. This can be done using openssl on Linux based servers. The procedure is as follows: 1. Install…

Read More »

WebDav : What is it, It’s alternatives and Why Choose it

WebDav stands for Web Based Distributed Authoring and Versioning. Collective editing of remote content is usually needed and WebDav is one way to achieve that. WebDav can be encountered in…

Read More »