A page in your DokuWiki was added or changed. Here are the details:

Browser             : Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:95.0) 
Gecko/20100101 Firefox/95.0
IP Address          : 137.26.240.242
Hostname            : 137-026-240-242.biz.spectrum.com
Old Revision        : 
https://wiki.x2go.org/doku.php/wiki:advanced:x2gohtmlclient?rev=1640975777
New Revision        : 
https://wiki.x2go.org/doku.php/wiki:advanced:x2gohtmlclient
Date of New Revision: 2021/12/31 18:53
Edit Summary        : Rename x2gorpc to x2gowebrpc
User                : mikep

There may be newer changes after this revision. If this
happens, a message will be shown on the top of the rev page.

@@ -49,9 +49,9 @@
  Communication between X2Go RPC script and X2Go HTML Client
  ==== SRC/x2gokdrivehtmlclient.js ====
  X2GoKdrive JS client
  
- ===== x2gorpc.cgi =====
+ ===== x2gowebrpc.cgi =====
  CGI script for communication between HTML Client and X2Go server. It connects 
to X2Go server using ssh, starts/resuming sessions, opens SSH tunnels, etc
  
  ===== x2gowswrapper =====
  The application which is connecting TCP sockets of X2GoKdrive agent with web 
sockets for HTML Client.
@@ -128,20 +128,20 @@
                               CSS/x2gostyle.css
                               IMG/*.png
                               IMG/x2gobg.svg
                               JS/x2goclient.js
-                              RPC/x2gorpc.cgi
+                              RPC/x2gowebrpc.cgi
                               index.html
                               x2gokdriveclient.html
  
  </code>
  
  This location can be changed, in this case the changes should be also done in 
the WEB Server configuration file and in index.html file:
  <code>
- var RPC_path="/assets/x2go-plugin/RPC/x2gorpc.cgi";
+ var RPC_path="/assets/x2go-plugin/RPC/x2gowebrpc.cgi";
  var asset_path="/assets/x2go-plugin/IMG/";
  </code>
- x2gorpc.cgi should be executable
+ x2gowebrpc.cgi should be executable
  
  install x2gowswrapper to /usr/bin
  
  x2gowswarpper configuration:


-- 
This mail was generated by DokuWiki at
https://wiki.x2go.org/
_______________________________________________
x2go-commits mailing list
[email protected]
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to