From 6c8bd348b913e202530cdd85089782b12ae2bc74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?James=20Cu=C3=A9nod?= Date: Sat, 4 Mar 2017 12:54:57 -0600 Subject: [PATCH] Prevent apache from handing out conf files --- common/.htaccess | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 common/.htaccess diff --git a/common/.htaccess b/common/.htaccess new file mode 100644 index 000000000..3de9e4008 --- /dev/null +++ b/common/.htaccess @@ -0,0 +1,10 @@ +# Apache 2.2 + + Order deny,allow + Deny from all + + +# Apache 2.4 + + Require all denied +