diff options
author | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2007-11-30 23:03:49 +0100 |
---|---|---|
committer | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2007-11-30 23:03:49 +0100 |
commit | 487cf0489446ec5b0c1cb8140cfebc9892469a5e (patch) | |
tree | 3ced63f51705cf3da4a005de397febc228135924 | |
parent | f35e367d61277573326be776f2eb8af5755657cd (diff) |
Aliasing like this will give you http://somehost/lxr/lxr/tree/.., which is going to be confusing.
-rw-r--r-- | apache2-site.conf-dist | 2 |
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 |