I still have a problem. I made sure user apache could read/write in /var/cache/midgard and could read in /var/lib/midgard
the error log (see below) reports midgard is trying to open a file named: /var/cache/midgard/5-49-10-0.php but it is not on my system. Should it be there? If I knew more about how midgard was supposed to work, I could provide more information - sorry BTW, I built the midgard rpms (FC3) on a CentOS4 system (RHEL4). They built and installed with no problems. [Thu Aug 18 13:40:44 2005] [debug] midgard-apache2.c(1314): [client 192.168.1.1] Midgard: regenerating /var/cache/midgard/5-49-10-0.php: cannot open, assuming non-existant [Thu Aug 18 13:40:44 2005] [debug] midgard-apache2.c(2259): [client 192.168.1.1] Midgard: Couldn't create cache file --Doug >> I did, but still nothing: >> >> ls -l /var/lib/midgard >> total 16 >> drwxr-xr-x 4 apache apache 4096 Aug 17 15:25 blobs >> drwxr-xr-x 3 apache apache 4096 Aug 16 11:21 vhosts > > chmod 111 , not -R ! ( with Apache owner ) would be the best for this dir > not for directories of course > >> ls -l /var/cache/ >> total 64 >> drwx--x--x 2 apache apache 4096 Aug 15 21:58 midgard > > chmod 775 , apache group needs some write and read permissions too > > Piotras > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Doug --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
