diff options
author | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2007-11-30 23:06:04 +0100 |
---|---|---|
committer | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2007-11-30 23:06:04 +0100 |
commit | 02697c25211adb329cf49b47545bfb52a6d47b4c (patch) | |
tree | 42e7389d763784268cd6dfa685b1955c998a66b8 | |
parent | 1c2257d1932ce0b0d8f6304c98e7a054e25cfa98 (diff) | |
parent | 61a443bbfe09b5684d2326f7b31e4005ca9a0a11 (diff) |
Merge branch 'master' of /home/argggh/git/lxrng/
-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 |