I've installed Moodle, which works but I then run into the problem detailed in http://moodle.org/mod/forum/discuss.php?d=43092. When troubleshooting this, I found that the session key files kept in /tmp/moodledata/sessions are getting permissions 600. However, the script has to "execute" the files so the value should be 700. Manually changing permissions solves the problem for that one session but not for others. How can I get Apache to create the file with execute permissions?
Thanks,
-PS