This is an automated email from the ASF dual-hosted git repository.
rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new d6e9f6c document how to configure proxypass
d6e9f6c is described below
commit d6e9f6c351510b61ee1e6601a50dbc618a4f99c8
Author: Sam Ruby <[email protected]>
AuthorDate: Wed May 3 21:57:22 2017 -0400
document how to configure proxypass
---
MACOSX.md | 4 ++++
config/whimsy.conf | 2 ++
2 files changed, 6 insertions(+)
diff --git a/MACOSX.md b/MACOSX.md
index 60a405a..6d389d9 100644
--- a/MACOSX.md
+++ b/MACOSX.md
@@ -288,6 +288,10 @@ Once again, Edit `/etc/apache2/httpd.conf` using sudo and
your favorite text edi
Uncomment out the following lines:
```
+LoadModule proxy_module libexec/apache2/mod_proxy.so
+
+LoadModule proxy_wstunnel_module libexec/apache2/mod_proxy_wstunnel.so
+
LoadModule speling_module libexec/apache2/mod_speling.so
LoadModule rewrite_module libexec/apache2/mod_rewrite.so
diff --git a/config/whimsy.conf b/config/whimsy.conf
index 1b1970e..0e3da0a 100644
--- a/config/whimsy.conf
+++ b/config/whimsy.conf
@@ -72,6 +72,8 @@ RedirectMatch ^/officers/mlreq(/.*)?$
https://infra.apache.org/officers/mlreq$1
RedirectMatch ^/officers/public_names
https://whimsy.apache.org/secretary/public-names
+ProxyPass "/board/agenda/websocket/" "ws://localhost:34234/"
+
# We now have local custom error pages
ErrorDocument 401 /401.html
ErrorDocument 404 /404.html
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].