summaryrefslogtreecommitdiff
path: root/apache2/conf.d/local-jabber.conf
blob: f564abb5cef2e22a3d4b932a0ea338563efa3da0 (plain)
  1. <Location />
  2. Options MultiViews
  3. DirectoryIndex index
  4. </Location>
  5. AddLanguage da .da
  6. AddDefaultCharset on
  7. AddDefaultCharset UTF-8
  8. # prevent the webserver from beeing used as proxy
  9. <LocationMatch "^[^/]">
  10. Deny from all
  11. </LocationMatch>
  12. <Proxy *>
  13. AddDefaultCharset off
  14. Order deny,allow
  15. # Deny from all
  16. Allow from all
  17. </Proxy>
  18. <ProxyMatch http://localhost:5280/.*>
  19. Order deny,allow
  20. Allow from all
  21. </ProxyMatch>
  22. RewriteEngine On
  23. RewriteRule ^/http-bind/ http://127.0.0.1:5280/http-bind/ [P]
  24. RewriteRule ^/http-poll/ http://127.0.0.1:5280/http-poll/ [P]
  25. RewriteRule ^/admin/ http://127.0.0.1:5280/admin/ [P]