Date: Wednesday January 29, 2003 @ 14:13
Author: matt
Update of /home/cvs/AxKit-XSP-Wiki/webstuff
In directory ted.sergeant.org:/tmp/cvs-serv13548/webstuff
Modified Files:
.htaccess
Log Message:
Log: Added files to manifest, fixed .htaccess
Submitted by:
Reviewed by:
PR:
Index: .htaccess
===================================================================
RCS file: /home/cvs/AxKit-XSP-Wiki/webstuff/.htaccess,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -u -r1.4 -r1.5
--- .htaccess 2002/12/29 17:46:32 1.4
+++ .htaccess 2003/01/29 14:13:37 1.5
@@ -3,23 +3,26 @@
SetHandler axkit
-AxGzipOutput Off
+AxGzipOutput On
+
+# If you have an error.xsl, uncomment this
+#AxErrorStylesheet text/xsl /stylesheets/error.xsl
+
+AxAddStyleMap text/xsl Apache::AxKit::Language::LibXSLT
AxDebugLevel 7
+AxLogDeclines On
-<Perl>
-use lib '.';
-</Perl>
-
-AxAddXSPTaglib AxKit::XSP::Session
-AxAddXSPTaglib AxKit::XSP::PerForm
-AxAddXSPTaglib AxKit::XSP::Util
AxAddXSPTaglib AxKit::XSP::Wiki
AxAddRootProcessor application/x-xsp NULL xspwiki
AxAddRootProcessor text/xsl wiki.xsl xspwiki
AxTraceIntermediate /tmp/axkit-trace
+
+# you must create this directory, and it must be
+# writable by the apache user
+PerlSetVar WikiDBRoot /tmp/wikidbs
<Files *.css>
SetHandler default-handler
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]