"Michael Ross (PCT North West)" <[EMAIL PROTECTED]> wrote: > Ok the saga continues but with much more positive results this time. I > deleted the midgard database again, recompiled expat and reinstalled using > datagard. It worked!
See? I told you it is good release :) > #MidgardRootfile /usr/lib/apache2/modules/midgard-root-nommp.php > MidgardPageCacheDir /var/local/cache/midgard > MidgardRootFile /usr/lib/apache2/modules/midgard-root.php About Your next mail. Above lines works with caching while MidgardRootfile /usr/lib/apache2/modules/midgard-root-nommp.php #MidgardPageCacheDir /var/local/cache/midgard #MidgardRootFile /usr/lib/apache2/modules/midgard-root.php works without. Change root files. This will do the trick. > [Fri Feb 04 09:22:03 2005] [debug] midgard-apache2.c(2253): [client > 192.168.6.243] Midgard: Couldn't create cache file > > I realise there is a cache error but have bee unable to resolve it. The > cache folder exists, is owned by apache and has 777 permissions. Not sure > why there is a 'File does not exist' error either Yeah, this is strange. This is the only one reason why your configuration doesn't work. Try: su your_apache_user touch /var/local/cache/midgard/test_file Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
