diff options
Diffstat (limited to 'webserver.conf')
-rw-r--r-- | webserver.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webserver.conf b/webserver.conf index 52075a2..5adc9ba 100644 --- a/webserver.conf +++ b/webserver.conf @@ -38,6 +38,10 @@ <WEBLOG_DESCRIPTION>Roland Reichweins Blog</WEBLOG_DESCRIPTION> <WEBLOG_KEYWORDS>Roland Reichwein, Blog</WEBLOG_KEYWORDS> </path> + <path requested="/stats"> + <plugin>statistics</plugin> + <target></target> + </path> <path requested="/cgi-bin"> <plugin>cgi</plugin> <target>/home/ernie/code/webserver/cgi-bin</target> |