From 4d2b841cfed596f80fe9241e0e3106f1deb46a6d Mon Sep 17 00:00:00 2001 From: root Date: Fri, 25 Dec 2009 14:55:28 +0100 Subject: Add apache jabber proxying config snippet. --- apache2/conf.d/local-jabber.conf | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 apache2/conf.d/local-jabber.conf diff --git a/apache2/conf.d/local-jabber.conf b/apache2/conf.d/local-jabber.conf new file mode 100644 index 0000000..5be914d --- /dev/null +++ b/apache2/conf.d/local-jabber.conf @@ -0,0 +1,33 @@ + + Options MultiViews + DirectoryIndex index + +AddLanguage da .da + +AddDefaultCharset on +AddDefaultCharset UTF-8 + +# prevent the webserver from beeing used as proxy + + Deny from all + + + + AddDefaultCharset off + Order deny,allow +# Deny from all + Allow from all + + # Define the character set for proxied FTP directory listings + ProxyFtpDirCharset UTF-8 + + + + Order deny,allow + Allow from all + + +RewriteEngine On +RewriteRule ^/http-bind/ http://127.0.0.1:5280/http-bind/ [P] +RewriteRule ^/http-poll/ http://127.0.0.1:5280/http-poll/ [P] +RewriteRule ^/admin/ http://127.0.0.1:5280/admin/ [P] -- cgit v1.2.3