summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2011-04-05 21:24:42 +0100
committerdakkar <dakkar@thenautilus.net>2011-04-05 21:24:42 +0100
commitd29567801a67256d1b244ac1276efc9bf62cc7f1 (patch)
tree378c4e9c5859ab41d44917f1d05d7f8e608eb92e
parentfile mode (diff)
downloadMyShorten-d29567801a67256d1b244ac1276efc9bf62cc7f1.tar.gz
MyShorten-d29567801a67256d1b244ac1276efc9bf62cc7f1.tar.bz2
MyShorten-d29567801a67256d1b244ac1276efc9bf62cc7f1.zip
allow cgi dir
-rw-r--r--confs/apache6
1 files changed, 6 insertions, 0 deletions
diff --git a/confs/apache b/confs/apache
index fa0906d..28d63ae 100644
--- a/confs/apache
+++ b/confs/apache
@@ -7,6 +7,12 @@
Allow from all
</Directory>
+ <Directory "/usr/local/shorten/cgi">
+ AllowOverride None
+ Order allow,deny
+ Allow from all
+ </Directory>
+
RewriteEngine On
RewriteCond %{ENV:SSL_PROXY} off