aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne Georg Gleditsch <argggh@lxr.linpro.no>2007-11-30 23:03:49 +0100
committerArne Georg Gleditsch <argggh@lxr.linpro.no>2007-11-30 23:03:49 +0100
commit487cf0489446ec5b0c1cb8140cfebc9892469a5e (patch)
tree3ced63f51705cf3da4a005de397febc228135924
parentf35e367d61277573326be776f2eb8af5755657cd (diff)
Aliasing like this will give you http://somehost/lxr/lxr/tree/.., which is going to be confusing.
-rw-r--r--apache2-site.conf-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/apache2-site.conf-dist b/apache2-site.conf-dist
index 0087eb5..e3d5e66 100644
--- a/apache2-site.conf-dist
+++ b/apache2-site.conf-dist
@@ -1,4 +1,4 @@
-Alias /lxr/ "@@LXRROOT@@/cgi-bin/"
+Alias / "@@LXRROOT@@/cgi-bin/"
<Directory "@@LXRROOT@@/cgi-bin/">
Options None
AllowOverride All