From 85d770b8db5e101cced4c76dbf041877b19907d5 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Fri, 21 Aug 2020 13:09:20 +0000 Subject: [PATCH] added apache CatchAll --- CoreModules/apache/config/apache2/site_999-CatchAll | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CoreModules/apache/config/apache2/site_999-CatchAll diff --git a/CoreModules/apache/config/apache2/site_999-CatchAll b/CoreModules/apache/config/apache2/site_999-CatchAll new file mode 100644 index 0000000..eb855a3 --- /dev/null +++ b/CoreModules/apache/config/apache2/site_999-CatchAll @@ -0,0 +1,8 @@ + + DocumentRoot /var/www/html + ServerName localhost + ServerAlias "*" + ErrorLog /dev/null + CustomLog /dev/null common + +