Hi All, Sorry for the delay in replaying as I have been off ill. Will try and incorporate all the questions in one email, so please bear with me.
Piotras: > All self compiled? Yes. I don't have the ability to use RPMs - well not easily anyway so everything is compiled from source. > 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" > 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> Alan: Compiling is not a problem, its running the apache 2 module that causes the problem. It segfaults on a large number of user and group commands, but I will certainly try your suggestions with the use flags and report back. Every one else: Thanks for all the info. I will have a look and see if there is a way to track down and fix this problem. I have a bit more to go on now. Will report back with what I find. Cheers and Thanks Mike. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
