From: Christian Schmidt Date: Mon, 21 Jun 2010 19:03:20 +0000 (+0200) Subject: Added urlrepo for local file redirection to httpd alias. X-Git-Tag: v2.9-beta1~208 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=7e6204874286ae06847aad9f8313791f03991633 Added urlrepo for local file redirection to httpd alias. --- 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 +