summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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