From version 1.3
edited by XIMA Admin
on 22.09.2021, 18:21
Change comment: There is no comment for this version
To version 2.1
edited by sas
on 20.12.2021, 12:54
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ximaadmin
1 +XWiki.sas
Content
... ... @@ -22,6 +22,15 @@
22 22  1. The separation of the individual protocols and its usage when forwarding to the application server. This means that for //HTTP// and //HTTPS// a separate VirtualHost with appropriate configuration must be used.
23 23  1. Configuration of the conditional RewriteRule for the forwarding of WebSocket connections via WS and WSS. By default, FORMCYCLE uses the corresponding ports of the servlet container (WS port = HTTP port, WSS port = HTTPS port).
24 24  
25 +For the Apache settings it is necessary to activate the corresponding modules. The following are required as minimum:
26 +
27 +* proxy
28 +* proxy_http
29 +* proxy_wstunnel
30 +* rewrite
31 +
32 +Further information about the modules of Apache you will find [[here>>https://httpd.apache.org/docs/current/mod/||target="_blank"]].
33 +
25 25  This configuration, as well as any settings that may be necessary when using self-generated certificates, is briefly illustrated here:
26 26  
27 27  (((