In this tutorial we will learn,how to find installed and enabled apache module in Debian/Ubuntu. The method is applicable to Debian based operating system.As a system admin, sometimes we have to find which Apache module is installed. Every System Admin has their own style of work. How generally we do ,I am sharing in this […]
apache
How to install and remove Apache webserver in Ubuntu and Debian
To install Apache web server in Ubuntu and Debian is easy task. If you have worked on any Red Hat based operating system ,you may find the Apache webserver package name is different. In Red Hat based Operating System the package name is httpd. In Debian based operating system like Ubuntu, Linux Mint etc. You […]
How to hide php version information in header
While migrating from godaddy account to new server which is hosted in DigitalOcean,I checked the header by using command curl -I https://sharadchhetri.com . In output of command ,I found PHP version was given.For security point of view I want to hide or disable this information. For this you have to do small change in php.ini […]
How to create VirtualHost in Apache Web Server
In this tutorial we will learn how to create VirtualHost in Apache Webserver. I believe you have already installed the apache web server in CentOS or Red Hat.(How to install apache web server) With the help of VirtualHost we can host many domains or website from single Web Server. This is a simple example to […]
How to install mod_proxy and setup reverse proxy in Apache Ubuntu
How to install mod_proxy and setup reverse proxy in Apache Ubuntu Today in this tutorial we will learn about installing apache proxy module and how to setup reverse proxy. The module name is mod_proxy ,it is core module which supports Forward and Reverse Proxy settings in Apache WebServer. There are other modules also which is […]
How to set htdigest password in apache web server
How to set htdigest password in apache web server Through this method we can set the username and password in webserver means whenever anyone open the website he has to give username and password to see the content of website. To know about what is the difference in htdigest and htpasswd. Kindly visit these links. […]