User Tools

Site Tools


wiki:development:webserver-stats

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
wiki:development:webserver-stats [2011/06/15 10:00]
sunweaver created
wiki:development:webserver-stats [2011/06/15 11:11]
sunweaver
Line 1: Line 1:
 ====== X2go Web Server Statistics ====== ====== X2go Web Server Statistics ======
  
-For our servers we provide (for our own interest -- and maybe also for yours) web server statistics):+For our servers we create web server statistics. Only core developers have access to X2go web server statistics (URLs below will request authentication, if clicked):
  
   * [[http://code.x2go.org/cgi-bin/awstats.pl?config=code_x2go_org|code.x2go.org]]   * [[http://code.x2go.org/cgi-bin/awstats.pl?config=code_x2go_org|code.x2go.org]]
   * [[http://code.x2go.org/cgi-bin/awstats.pl?config=packages_x2go_org|packages.x2go.org]]   * [[http://code.x2go.org/cgi-bin/awstats.pl?config=packages_x2go_org|packages.x2go.org]]
 +
 +
 +===== Set Password for Web Server Statistics =====
 +
 +The following information is only valuable to developers who can logon to ''code.x2go.org'' as user ''x2go-admin''.
 +
 +To set a web statistics password please perform the following steps:
 +
 +<code>
 +$ ssh -lx2go-admin -p32032 code.x2go.org
 +$ cd /etc/awstats/
 +$ htpasswd htpasswd.awstats-x2go <new-username>
 +</code>
 +
 +After adding yourself to the password file you should be able to logon to the web statistics view frame.
  
wiki/development/webserver-stats.txt ยท Last modified: 2013/03/08 13:31 (external edit)