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 + +