Author: cornmander
Date: Thu Jun 25 08:25:10 2009
New Revision: 36400

URL: http://svn.gna.org/viewcvs/wesnoth?rev=36400&view=rev
Log:
Small changes to make wesstats work behind apache via mod_proxy and 
addressable on port 80 instead of port 9090.


Modified:
    website/stats.wesnoth.org/development.ini
    website/stats.wesnoth.org/wesstats/templates/index.html

Modified: website/stats.wesnoth.org/development.ini
URL: 
http://svn.gna.org/viewcvs/wesnoth/website/stats.wesnoth.org/development.ini?rev=36400&r1=36399&r2=36400&view=diff
==============================================================================
--- website/stats.wesnoth.org/development.ini (original)
+++ website/stats.wesnoth.org/development.ini Thu Jun 25 08:25:10 2009
@@ -16,7 +16,7 @@
 
 [server:main]
 use = egg:Paste#http
-host = cornmander.com
+host = 127.0.0.1
 port = 9090
 
 [app:main]

Modified: website/stats.wesnoth.org/wesstats/templates/index.html
URL: 
http://svn.gna.org/viewcvs/wesnoth/website/stats.wesnoth.org/wesstats/templates/index.html?rev=36400&r1=36399&r2=36400&view=diff
==============================================================================
--- website/stats.wesnoth.org/wesstats/templates/index.html (original)
+++ website/stats.wesnoth.org/wesstats/templates/index.html Thu Jun 25 08:25:10 
2009
@@ -20,6 +20,6 @@
 <title>Wesnoth Stats</title>
 </head>
 <body>
-<h3 py:for="view in views"><a 
href="${urllib.quote(view[1])}">${view[0]}</a></h3>
+<h3 py:for="view in views"><a 
href="/wesstats/${urllib.quote(view[1])}">${view[0]}</a></h3>
 </body>
 </html>


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to