From 06b5f141f07d7736377771db1fb4555a4df722b6 Mon Sep 17 00:00:00 2001 From: Martijn de Boer Date: Mon, 12 Aug 2024 17:43:27 +0200 Subject: [PATCH] Add apache/apache2.conf --- apache/apache2.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 apache/apache2.conf diff --git a/apache/apache2.conf b/apache/apache2.conf new file mode 100644 index 0000000..92af865 --- /dev/null +++ b/apache/apache2.conf @@ -0,0 +1,10 @@ +ServerName localhost + + + Options Indexes FollowSymLinks + AllowOverride All + Require all granted + + +ErrorLog ${APACHE_LOG_DIR}/error.log +CustomLog ${APACHE_LOG_DIR}/access.log combined \ No newline at end of file