# # Copyright (C) 2003, 2004 Bojan Smojver, Rexursive # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public Licence as published by the Free # Software Foundation; either version 2 of the Licence, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public Licence for # more details. # # You should have received a copy of the GNU General Public Licence along # with this program; if not, write to the Free Software Foundation, Inc., 59 # Temple Place, Suite 330, Boston, MA 02111-1307 USA # # # mod_unique_id is required for session keeping in mod_spin # LoadModule unique_id_module modules/mod_unique_id.so # # mod_spin template language and a bridge into C APIs # LoadModule spin_module modules/mod_spin.so # # Example configuration of mod_spin # # # AddHandler spin-template .sm # AddType text/html .sm # DirectoryIndex index.sm # SpinApplication /usr/local/libexec/spinapps/spinapp.so # SpinAppEntry rxv_spin_service # Default # SpinAppConfig /usr/local/etc/spinapps/spinapp.xml # SpinWorkspace /var/tmp # SpinCookie SpinSession # SpinSendfile on # Default # SpinCacheAll off # Default # SpinClearCount 0 # Default # SpinSalt # No default #