How to Configure Multiple Domains Using Virtual Hosts on Apache Ubuntu
Introduction Apache is a widely used web server that can host multiple websites and domains on a single server. Apache Virtual Hosts allow each domain to use its […]
Introduction Apache is a widely used web server that can host multiple websites and domains on a single server. Apache Virtual Hosts allow each domain to use its […]
Enable mod rewrite module on Apache 2.4 Date Posted:01-04-2017 Mod rewrite is an essential module for .htaccess rules to work on apache server. Follow the below post incase apache is not
Introduction Red Hat Enterprise Linux (RHEL) 6 and RHEL 7 use different service management, networking, firewall, hostname, and system configuration commands. This guide provides a practical comparison of
Date Posted:25-03-2017 In our previous posts, we have seen how to hide webserver information on nginx information. Now, in this post we will show on how to hide
Introduction By default, Nginx may expose webserver version information through the HTTP response headers. Depending on the configuration, this can also reveal information about the underlying operating system.
Date Posted: 17-03-2017 Docker is a most handy devops tool used nowdays. In this post, we explains few things about docker starts from installation. We tested docker on