diff options
Diffstat (limited to 'net-im/jwchat/files/pkg-message.in')
-rw-r--r-- | net-im/jwchat/files/pkg-message.in | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/net-im/jwchat/files/pkg-message.in b/net-im/jwchat/files/pkg-message.in deleted file mode 100644 index e255455d39d4..000000000000 --- a/net-im/jwchat/files/pkg-message.in +++ /dev/null @@ -1,28 +0,0 @@ - --------------------------------------------------------------------------- - -* Read %%PREFIX%%/%%WWW_ROOT%%/%%PORTNAME%%/README! - -* Edit %%PREFIX%%/%%WWW_ROOT%%/%%PORTNAME%%/config.js to suit your needs. - -* Now you have to setup your web server so that it redirects requests - to the URLs given at httpbase of config.js to an http polling/binding - capable jabber server component. - - Something along these lines might work: - - <Directory %%PREFIX%%/%%WWW_ROOT%%/%%PORTNAME%%> - Options +Indexes +Multiviews - AddDefaultCharset UTF-8 - RewriteEngine On - RewriteRule http-poll/ http://localhost:5280/http-poll/ [P] - </Directory> - - Note: You need to enable mod_rewrite and mod_proxy at your apache - configuration. Apache2 users also need to enable the protocol - specific proxy module mod_proxy_http. - -* Restart your web server - --------------------------------------------------------------------------- - |