aboutsummaryrefslogtreecommitdiffstats
path: root/apache2-site.conf-dist
diff options
context:
space:
mode:
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>