You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axkit-dev@xml.apache.org by ma...@sergeant.org on 2006/08/16 19:14:45 UTC

[SVN] [91] Updated sample config with a number of bug fixes

Revision: 91
Author:   matt
Date:     2006-08-16 17:14:25 +0000 (Wed, 16 Aug 2006)

Log Message:
-----------
Updated sample config with a number of bug fixes

Modified Paths:
--------------
    trunk/etc/axkit.conf.sample

Modified: trunk/etc/axkit.conf.sample
===================================================================
--- trunk/etc/axkit.conf.sample	2006-08-16 04:18:18 UTC (rev 90)
+++ trunk/etc/axkit.conf.sample	2006-08-16 17:14:25 UTC (rev 91)
@@ -1,6 +1,13 @@
 Plugin    logging/warn
 LogLevel  LOGDEBUG
 
+Plugin request_log
+LogFile access_log
+
+# setup console
+ConsolePort 18000
+Plugin stats
+
 Plugin       cachecache
 CacheModule  Memory
 # ten megabytes (ish)
@@ -44,17 +51,20 @@
     
     <Location /xsp>
         DocumentRoot demo/xsp
+        DirectoryIndex test.xsp
         Plugin demo/serve_xsp
         XSP_Match .*\.xsp$
     </Location>
     
     <Location /tal>
         DocumentRoot demo/tal
+        DirectoryIndex index.xml
         Plugin demo/serve_tal
     </Location>
     
     <Location /xpathscript>
         DocumentRoot demo/xpathscript
+        DirectoryIndex index.xml
         Plugin demo/serve_xpathscript
         XPathScript_Stylesheet demo/xpathscript/demo.xps
         XPathScript_OutputType text/html