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

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
wiki:development:webserver-stats [2011/06/15 10:01]
sunweaver
wiki:development:webserver-stats [2011/11/13 09:19]
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 development server we create web server statistics. Only the people running the server ''code.x2go.org'' 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]] +  * [[https://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]]+  * [[https://code.x2go.org/cgi-bin/awstats.pl?config=packages_x2go_org|packages.x2go.org]] 
 + 
 +===== CA Certificate for https:// Access ===== 
 + 
 +The webserver statistics are only accessible via https. The CA certificate, however, is a self-signed CA. You can add it to your browser by clicking on this URL: http://das-netzwerkteam.de/NWT-ca.crt 
 + 
 +===== 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)