Author: pawelz Date: Tue Dec 8 21:02:59 2009 GMT Module: packages Tag: HEAD ---- Log message: - initial release - not tested
---- Files affected: packages/jwchat: jwchat-httpd.conf (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/jwchat/jwchat-httpd.conf diff -u /dev/null packages/jwchat/jwchat-httpd.conf:1.1 --- /dev/null Tue Dec 8 22:02:59 2009 +++ packages/jwchat/jwchat-httpd.conf Tue Dec 8 22:02:53 2009 @@ -0,0 +1,20 @@ +Alias /jwchat /usr/share/jwchat + +<Directory /usr/share/jwchat> + AddDefaultCharset UTF-8 + + Options +Indexes +MultiViews + + Order deny,allow + Allow from all +</Directory> + +# Example proxy configuration for ejabberd XEP-0206 service +# +# ProxyPass /http-bind http://localhost:5280/http-bind +# ProxyPassReverse /httd-bind http://localhost:5280/http-bind +# +# <Location /http-bind> +# Order allow,deny +# Allow from all +# </Location> ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
