Ashim Rudra Paulcodewithashim.hashnode.dev·Aug 11, 2024How to Create a Robust Ubuntu Web Server Using Apache, MySQL, PHP, and Virtual HostsImportance of a Web Server A web server is the backbone of any website, serving as the platform that delivers content to users across the globe. The efficiency and reliability of your web server are critical to the success of your online presence. Ov...Discuss·2 likes·37 readsPHP
Melvin C Varghese (melvincv)melvincv.hashnode.dev·Jul 12, 2023Create an NGINX Virtual HostThis article explains how to create a simple virtual host configuration to host a website on NGINX. I used Ubuntu 22.04 LTS for this tutorial. To tell NGINX how to host our website and where it is located, write a server {} context with directives in...Discuss·29 readsConfiguring NGINXnginx
Mikael Anderssontempcoder.hashnode.dev·Mar 30, 2023Django how to set up Apache to run with virtualhostPrerequisites Django and python need to be already installed on the server Set up the django environment The first we need to do is to set up our Django environment then we need to set up a virtual environment where we can install Django. In there we...Discuss·47 readsapache
LuKmanlukman.hashnode.dev·Feb 19, 2023How to create a custom server in next.js using vhost and expressNext.js is a popular framework for building server-rendered React applications. It provides an easy-to-use development environment and powerful tools for building complex applications. One of the great features of Next.js is the ability to create cus...Discuss·539 readsVirtual Host
Vivek Kasturejrdeveloper.hashnode.dev·Dec 8, 2022Deploy multiple Angular apps on the same serverMost web apps built with angular are generally deployed individually on the server. Deploying only an angular app is as easy as deploying some static site. Deploy an individual site on the server. Prerequisite: The angular app is ready with some rou...Discuss·438 readsAngular
Sohag Hasannotes.sohag.pro·Aug 4, 2022Virtual Host for Laravel with apache2You have new Linux PC with fresh apache2 installation. Now you don't know how to point to your Laravel site? Let's follow the below steps. Add your desired domain name in /etc/hosts (example: myblog.test you can give anything here and you should put ...Discuss·95 readsDevOpsapache
Hirameichgi.hashnode.dev·Jan 17, 2022Generate server block (v-hosts) for nginx dynamicallyHey pals, I will show you how to create a basic shell script so you can dynamically generate nginx virtual hosts or "subdomains" for every site you want to put online. There are two examples, one for your node or whatever app that runs locally, the s...Discussnginx