Apache HTTP Server: Difference between revisions

Line 98: Line 98:
   ProxyPass "/wss2/" "wss://echo.websocket.org/"
   ProxyPass "/wss2/" "wss://echo.websocket.org/"
</pre>
</pre>
;Notes
* If you're proxying to an https url (e.g. <code>https://192.168.1.40/</code>, you will need to add <code>SSLProxyEngine on</code>
** Furthermore, your https url will need to have a valid certificate for the domain you're proxying.


==.htaccess==
==.htaccess==