Updated Introduction (markdown)

ProgVal 2011-06-24 09:23:43 -07:00
parent c5661bf907
commit bf3236a749

@ -22,7 +22,7 @@ The HTTP comes with a couple of additional variables:
At the root of the server, you will find a list of the plugins that have a Web interface, and a link to them. Each plugin has its own subdirectory(ies). At the root of the server, you will find a list of the plugins that have a Web interface, and a link to them. Each plugin has its own subdirectory(ies).
You may also want to have Apache behind Supybot's HTTP server, if you want to use subdomains. Here is an example of configuration (I didn't test it with the rewrite, please notify me whether it works or not): You may also want to have Apache behind Supybot's HTTP server, if you want to use subdomains. Here is an example of configuration (I didn't test it with the rewrite, please notify me whether it works or not):
``` ```apache
<VirtualHost 0.0.0.0:80> <VirtualHost 0.0.0.0:80>
ServerName stats.yourdomain.org ServerName stats.yourdomain.org
<Location /> <Location />