Advertisement
Guest User

sogo

a guest
Apr 22nd, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=1 Keepalive=On timeout=1600
  2.  
  3. <Proxy http://127.0.0.1:20000/SOGo>
  4. ## adjust the following to your configuration
  5. ## and do not forget to enable the headers module
  6. <IfModule headers_module>
  7. RequestHeader set "x-webobjects-server-port" "80"
  8. RequestHeader set "x-webobjects-server-name" "192.168.5.120"
  9. RequestHeader set "x-webobjects-server-url" "http://192.168.5.120"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement