Day: May 16, 2020
-
How to manage Apache Web Server
How to manage apache web server ? Below are some basic apache web server management path and files which we should know to work smoothly. Default Directory : /var/www/html/ By default apache served on this directory . While this can be changed by changing apache configuration file Apache Configuratio Directory : /etc/apache2/ All apache configuration…
-
How to setup virtual host on apache web server in ubuntu
How to setup virtual host on apache web server in ubuntu. To encapsulate configuration details we can use virtual host feature. We can host more than 1 website also on ubuntu server. Apache on ubuntu has a server block enabled by default and default folder is /var/www/html if we need to host a single website…
-
how to install apache on ubuntu
How to install apache on ubuntu ? The Apache HTTP server is the most widely-used web server in the world. It is having vast features at control level. You will see all features with time Let us go step by step on how to install an Apache on Ubuntu 20.04 server. Step 1 : We…