Supybot-plugins/WebStats
Valentin Lorentz 9671a59d86 AttackProtector & GitHub & Packages & Twitter & WebStats: add description. 2011-03-01 14:34:43 +01:00
..
local WebStats: first commit 2010-11-19 20:06:38 +01:00
locale Change website URL supybot-fr.tk -> supybot.fr.cr 2011-02-09 17:26:02 +01:00
templates WebStats: fix sharp escaping 2011-02-02 20:07:31 +01:00
README.txt WebStats: add an Apache configuration example 2011-02-11 16:40:18 +01:00
__init__.py AttackProtector & GitHub & Packages & Twitter & WebStats: add description. 2011-03-01 14:34:43 +01:00
config.py WebStats: add channel-specific language 2010-12-04 15:03:20 +01:00
messages.pot Change website URL supybot-fr.tk -> supybot.fr.cr 2011-02-09 17:26:02 +01:00
packaging.py AttackProtector & gitHub & GoodFrench & LinkRelay & Packges & Trigger & Twitter & WebStats: packaging 2011-02-28 14:22:22 +01:00
plugin.py WebStats: fix handling of channels with a sharp (considered by the browser as the anchor prefix) 2011-02-02 20:03:19 +01:00
test.py WebStats: first commit 2010-11-19 20:06:38 +01: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>