A page in your DokuWiki was added or changed. Here are the details: Date : 2013/05/12 13:35 Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1 IP-Address : 46.115.54.165 Hostname : 46.115.54.165 Old Revision: http://wiki.x2go.org/doku.php/doc:installation:x2gobroker?rev=1368365222 New Revision: http://wiki.x2go.org/doku.php/doc:installation:x2gobroker Edit Summary: User : sunweaver @@ -84,31 +84,33 @@ The X2Go Session Broker uses several configuration files: __X2Go Session Broker's Core:__ - <code> - /etc/default/python-x2gobroker - /etc/x2go/x2gobroker.conf - /etc/x2go/broker/x2gobroker-sessionprofiles.conf - /etc/pam.d/x2gobroker - /etc/x2go/broker/x2gobroker-loggers.conf - </code> + /etc/default/python-x2gobroker (enviroment variables, used to set defaults in Python X2Go Session Broker with impact on the daemon __and__ the authentication service), + **/etc/x2go/x2gobroker.conf** (main configuration file), + /etc/x2go/broker/x2gobroker-sessionprofiles.conf (configuration file for the INI file backend), + /etc/pam.d/x2gobroker (PAM configuration for X2Go Session Broker Authservice), + /etc/x2go/broker/x2gobroker-loggers.conf (don't touch!) + __X2Go Session Broker Daemon:__ - /etc/default/x2gobroker-daemon - /etc/logrotate.d/x2gobroker-daemon + /etc/default/x2gobroker-daemon (enviroment variables, used to set defaults in Python X2Go Session Broker with impact on the daemon only), + /etc/logrotate.d/x2gobroker-daemon (rotate broker logfiles) __X2Go Session Broker WSGI:__ - /etc/x2go/x2gobroker-wsgi.apache.vhost - /etc/x2go/x2gobroker-wsgi.apache.conf - /etc/logrotate.d/x2gobroker-wsgi + /etc/x2go/x2gobroker-wsgi.apache.vhost (VirtualHost example for the WSGI implementation of X2Go Session Broker) + /etc/x2go/x2gobroker-wsgi.apache.conf (global implementation, enabled by default) + /etc/logrotate.d/x2gobroker-wsgi (rotate WSGI logfile) - __X2Go Session Broker WSGI:__ - /etc/default/x2gobroker-authservice - /etc/x2go/broker/x2gobroker-authservice-logger.conf - /etc/logrotate.d/x2gobroker-authservice + __X2Go Session Broker Authentication Service:__ + /etc/default/x2gobroker-authservice (enviroment variables, used to set defaults in Python X2Go Session Broker with impact on the authentication service only), + /etc/x2go/broker/x2gobroker-authservice-logger.conf (don't touch) + /etc/logrotate.d/x2gobroker-authservice (rotate the authentication service's logfile) + For a basic configuration with the INI file backend you only need to touch + * /etc/x2go/x2gobroker.conf + * /etc/x2go/broker/x2gobroker-sessionprofiles.conf ===== Testing Your X2Go Session Broker Setup ===== -- This mail was generated by DokuWiki at http://wiki.x2go.org/