[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:advanced:x2gohtmlclient

wiki-admin at x2go.org wiki-admin at x2go.org
Fri Dec 31 19:54:57 CET 2021


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=1640976824
New Revision        : https://wiki.x2go.org/doku.php/wiki:advanced:x2gohtmlclient
Date of New Revision: 2021/12/31 18:54
Edit Summary        : old revision restored (2021/12/31 18:36)
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
  
- ===== x2gowebrpc.cgi =====
+ ===== x2gorpc.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/x2gowebrpc.cgi
+                              RPC/x2gorpc.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/x2gowebrpc.cgi";
+ var RPC_path="/assets/x2go-plugin/RPC/x2gorpc.cgi";
  var asset_path="/assets/x2go-plugin/IMG/";
  </code>
- x2gowebrpc.cgi should be executable
+ x2gorpc.cgi should be executable
  
  install x2gowswrapper to /usr/bin
  
  x2gowswarpper configuration:


-- 
This mail was generated by DokuWiki at
https://wiki.x2go.org/


More information about the x2go-commits mailing list