Supybot-plugins/WebStats
Valentin Lorentz 87e9996af1 WebStats: Fix the “powered by” footer. 2014-04-06 11:23:33 +00:00
..
local WebStats: first commit 2010-11-19 20:06:38 +01:00
locales Rename all 'locale' directories to 'locales'. 2012-12-26 15:47:23 +01:00
README WebStats: Fix typo in the README. 2012-09-02 20:18:55 +00:00
README.txt WebStats: add an Apache configuration example 2011-02-11 16:40:18 +01:00
__init__.py All plugins: Add Python 3 support. 2013-03-25 19:12:08 +01:00
config.py WebStats: Add configuration variable plugins.WebStats.channel.excludenicks. 2012-09-03 19:04:58 +02:00
messages.pot Change website URL supybot-fr.tk -> supybot.fr.cr 2011-02-09 17:26:02 +01:00
plugin.py WebStats: Fix the “powered by” footer. 2014-04-06 11:23:33 +00:00
test.py Sudo & Variables: Add l10n-it. 2011-08-26 21:19:53 +00:00

README.txt

If you want to use Apache as a proxy for your WebStats instance, you can use
this sample configuration:
<VirtualHost 0.0.0.0:80>
        ServerName stats.supybot.fr.cr
        ServerAlias stats.supybot-fr.tk
        <Location />
                ProxyPass http://localhost:8080/
                SetEnv force-proxy-request-1.0 1
                SetEnv proxy-nokeepalive 1
        </Location>
</VirtualHost>