Supybot-plugins/WebStats
Valentin Lorentz b003ae92d0 GitHub: Allow new IPs used by the GitHub web hooks. 2012-02-11 09:06:59 +01:00
..
local WebStats: first commit 2010-11-19 20:06:38 +01:00
locale AttackProtector & Eureka & FortyTwo & LinkRelay & NoLatin1 & Twitter & WebStats & Wikipedia: Add l10n-it. 2011-08-06 19:03:21 +02:00
templates WebStats: Remove yellow color for links. 2011-06-29 22:49:34 +02:00
README WebStats: add a README. 2011-05-14 18:24:57 +02:00
README.txt WebStats: add an Apache configuration example 2011-02-11 16:40:18 +01:00
__init__.py WebStats: add links view 2011-03-11 17:59:33 +01:00
config.py WebStats: use Limnoria HTTP server instead of a HTTP server embedded in the plugin. 2011-06-24 16:38:59 +02: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 GitHub: Allow new IPs used by the GitHub web hooks. 2012-02-11 09:06:59 +01: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>