summaryrefslogtreecommitdiff
path: root/apache2/conf.d/local-jabber.conf
blob: 5be914dd68680b6fccf1eb91e722a8dcb6498c02 (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. # Define the character set for proxied FTP directory listings
  18. ProxyFtpDirCharset UTF-8
  19. </Proxy>
  20. <ProxyMatch http://localhost:5280/.*>
  21. Order deny,allow
  22. Allow from all
  23. </ProxyMatch>
  24. RewriteEngine On
  25. RewriteRule ^/http-bind/ http://127.0.0.1:5280/http-bind/ [P]
  26. RewriteRule ^/http-poll/ http://127.0.0.1:5280/http-poll/ [P]
  27. RewriteRule ^/admin/ http://127.0.0.1:5280/admin/ [P]