From 6458873c026c1171d46f4645b442fdc9ed9682d0 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Thu, 21 Apr 2005 03:26:00 +0000 Subject: [PATCH] rearranged stuff a bit --- etc/WebGUI.conf.original | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/etc/WebGUI.conf.original b/etc/WebGUI.conf.original index dfcf0683b..ea3325700 100644 --- a/etc/WebGUI.conf.original +++ b/etc/WebGUI.conf.original @@ -33,6 +33,11 @@ uploadsPath = /data/WebGUI/www/uploads # scripturl = / +# Tell WebGUI where to store cached files. Defaults to the +# /tmp or c:\temp folder depending upon your operating system. + +#fileCacheRoot=/path/to/cache + ###################################### @@ -69,19 +74,6 @@ dbpass = password -###################################### -# CACHING -###################################### - -templateCacheType=file - -# Tell WebGUI where to store cached files. Defaults to the -# /tmp or c:\temp folder depending upon your operating system. - -#fileCacheRoot=/path/to/cache - - - ###################################### # AUTHENTICATION ###################################### @@ -159,6 +151,12 @@ soapHttpHeaderOverride=0 DeleteExpiredEvents_offset = 30 +# Select the type of caching you'd like WebGUI to use for +# templates. Choose from file, ipc, memory, memory-ipc, +# memory-file + +templateCacheType=file + ######################################