"Michael Ross (PCT North West)" <[EMAIL PROTECTED]> wrote: > > grep midgard /etc/midgard/* > > ( change /etc dir to correct one according to your prefix ) > > <Repligard xmlns="http://www.midgard-project.org/repligard/1.4"> > schema="/usr/local/share/midgard/repligard_withsg.xml" > name="midgard" > username="midgard" > password="midgard" > blobdir="/var/local/lib/midgard/liveblobs/midgard"
That's all? what about /etc/midgard/apache/httpd.conf file? > > Did you change root files when switched cache of and on? > > How you switched cache off? > > I have tried just about every combination. The snippet below shows the two > configs I would thing to be correct. > > NameVirtualHost 192.168.6.64:80 > <VirtualHost 192.168.6.64:80> > MidgardEngine On > ServerName 192.168.6.64 > Port 80 > MidgardRootFile "/usr/lib/apache/midgard-root-nommp.php" > php_flag register_globals on > php_value magic_quotes_gpc off > php_value magic_quotes_runtime off > MidgardDatabase midgardlive midgard midgard > MidgardBlobDir "/var/local/lib/midgard/liveblobs/midgard" > </VirtualHost> > > NameVirtualHost 192.168.6.64:80 > <VirtualHost 192.168.6.64:80> > MidgardEngine On > ServerName 192.168.6.64 > Port 80 > MidgardPageCacheDir /var/local/cache/midgard > MidgardRootFile "/usr/lib/apache/midgard-root.php" > php_flag register_globals on > php_value magic_quotes_gpc off > php_value magic_quotes_runtime off > MidgardDatabase midgardlive midgard midgard > MidgardBlobDir "/var/local/lib/midgard/liveblobs/midgard" > </VirtualHost> This configuration is made for Apache1? Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
