PiezoSapphire Posted June 27, 2006 Posted June 27, 2006 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 Quote
TCH-Bruce Posted June 27, 2006 Posted June 27, 2006 Welcome to the forums PiezoSapphire If you open a ticket with the help desk and ask them to change the ownership of the folder to "nobody" that should solve your problem. Since the server runs as user "nobody" it will be able to write to that folder. Quote
PiezoSapphire Posted June 28, 2006 Author Posted June 28, 2006 Welcome to the forums PiezoSapphire If you open a ticket with the help desk and ask them to change the ownership of the folder to "nobody" that should solve your problem. Since the server runs as user "nobody" it will be able to write to that folder. Thanks for your help! Unfortunately that didn't solve my problem, unless permissions don't inherit. I finally had to store sessions in the db, althought I don't know about impact on performance. Thanks again! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.