Author: glen Date: Thu Feb 11 19:28:28 2010 GMT Module: packages Tag: HEAD ---- Log message: - webserver alias under /ckeditor/
---- Files affected: packages/ckeditor: apache.conf (NONE -> 1.1) (NEW), lighttpd.conf (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/ckeditor/apache.conf diff -u /dev/null packages/ckeditor/apache.conf:1.1 --- /dev/null Thu Feb 11 20:28:28 2010 +++ packages/ckeditor/apache.conf Thu Feb 11 20:28:23 2010 @@ -0,0 +1,4 @@ +Alias /ckeditor/ /usr/share/ckeditor/ +<Directory /usr/share/ckeditor> + Allow from all +</Directory> ================================================================ Index: packages/ckeditor/lighttpd.conf diff -u /dev/null packages/ckeditor/lighttpd.conf:1.1 --- /dev/null Thu Feb 11 20:28:28 2010 +++ packages/ckeditor/lighttpd.conf Thu Feb 11 20:28:23 2010 @@ -0,0 +1,3 @@ +alias.url += ( + "/ckeditor/" => "/usr/share/ckeditor/", +) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
