aboutsummaryrefslogtreecommitdiffstats
path: root/apache2-site.conf-dist
diff options
context:
space:
mode:
authorArne Georg Gleditsch <argggh@lxr.linpro.no>2008-02-08 01:16:56 +0100
committerArne Georg Gleditsch <argggh@lxr.linpro.no>2008-02-08 01:16:56 +0100
commit2e28387613b7de506671f1657ed539d2470caff1 (patch)
tree4f50dd249d0dc15462909a9dab577913b8e29178 /apache2-site.conf-dist
parenta57b1d79950ce63209e052a1b1f394cf3c6eb588 (diff)
Add Apache config template for mod_perl.
Diffstat (limited to 'apache2-site.conf-dist')
-rw-r--r--apache2-site.conf-dist8
1 files changed, 0 insertions, 8 deletions
diff --git a/apache2-site.conf-dist b/apache2-site.conf-dist
deleted file mode 100644
index e3d5e66..0000000
--- a/apache2-site.conf-dist
+++ /dev/null
@@ -1,8 +0,0 @@
-Alias / "@@LXRROOT@@/cgi-bin/"
-<Directory "@@LXRROOT@@/cgi-bin/">
- Options None
- AllowOverride All
- Order deny,allow
- Deny from none
- Allow from all
-</Directory>