From 1b26bdb4e09f515743ec9d87b0fc3fe79ed3e06e Mon Sep 17 00:00:00 2001 From: fadmin Date: Tue, 9 Jun 2026 05:23:10 -0400 Subject: [PATCH] Add Add a Virtual Host --- Add-a-Virtual-Host.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Add-a-Virtual-Host.md diff --git a/Add-a-Virtual-Host.md b/Add-a-Virtual-Host.md new file mode 100644 index 0000000..1a9c32e --- /dev/null +++ b/Add-a-Virtual-Host.md @@ -0,0 +1,10 @@ +**To set up a Virtual Host, run the script below** + +To run it in the CLI run +`.\add_vhost.sh` + +It will prompt you for the following and set up +- Virtual hostname (Use FQDN) +- Activate Virtual Host with Apache + +The script will loop and ask if you would like to set up another virtual host. \ No newline at end of file