aboutsummaryrefslogtreecommitdiffstats
path: root/apache2-site.conf-dist
diff options
context:
space:
mode:
authorArne Georg Gleditsch <argggh@lxr.linpro.no>2007-07-05 00:51:08 +0200
committerArne Georg Gleditsch <argggh@lxr.linpro.no>2007-07-05 00:51:08 +0200
commite9fa4c98bb5f084739d3418ade3f0c51e34a0aa1 (patch)
treefec1d635625e031cde7cba1b0a1d95ee92ac760b /apache2-site.conf-dist
Rebase tree.
Diffstat (limited to 'apache2-site.conf-dist')
-rw-r--r--apache2-site.conf-dist8
1 files changed, 8 insertions, 0 deletions
diff --git a/apache2-site.conf-dist b/apache2-site.conf-dist
new file mode 100644
index 0000000..0087eb5
--- /dev/null
+++ b/apache2-site.conf-dist
@@ -0,0 +1,8 @@
+Alias /lxr/ "@@LXRROOT@@/cgi-bin/"
+<Directory "@@LXRROOT@@/cgi-bin/">
+ Options None
+ AllowOverride All
+ Order deny,allow
+ Deny from none
+ Allow from all
+</Directory>