From 7e6204874286ae06847aad9f8313791f03991633 Mon Sep 17 00:00:00 2001 From: Christian Schmidt Date: Mon, 21 Jun 2010 21:03:20 +0200 Subject: [PATCH] Added urlrepo for local file redirection to httpd alias. --- config/httpd/vhosts.d/ipfire-interface-ssl.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/httpd/vhosts.d/ipfire-interface-ssl.conf b/config/httpd/vhosts.d/ipfire-interface-ssl.conf index 08ba2b375b..f328f0e54f 100644 --- a/config/httpd/vhosts.d/ipfire-interface-ssl.conf +++ b/config/httpd/vhosts.d/ipfire-interface-ssl.conf @@ -77,4 +77,12 @@ Order deny,allow Allow from all + + Alias /urlrepo/ /var/urlrepo/ + + Options ExecCGI + AllowOverride None + Order deny,allow + Allow from all + -- 2.39.2