openfireポートリダイレクト


openfireポートリダイレクト例
<virtualhost *:80>
  servername example.com
  ....
  ProxyVia On
  RewriteEngine On
  RewriteCond %{REQUEST_URI} ^/plugins/presence/status
  RewriteRule ^/(.*) http://example.com:9090/$1 [P]
</virtualhost>