From: Elan Ruusamäe Date: Sat, 3 Dec 2005 20:50:10 +0000 (+0000) Subject: - unify apache config X-Git-Tag: auto/ac/acid-0_9_6b23-5~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Facid.git;a=commitdiff_plain;h=85daa4e129e0a966287a9a51f04ba71a98e7bc3f - unify apache config Changed files: acid.conf -> 1.2 --- diff --git a/acid.conf b/acid.conf index c6a2359..f4b228f 100644 --- a/acid.conf +++ b/acid.conf @@ -1,4 +1,6 @@ -Alias /acid $PATH$/acid +# $Id$ + +Alias /acid /usr/share/acid #Uncoment and tweak for authentication # @@ -7,4 +9,6 @@ Alias /acid $PATH$/acid # AuthName "Acid authentyfication" # Require user root # AllowOverride None -# \ No newline at end of file +# + +# vim: filetype=apache ts=4 sw=4 et