cache/Unable to load the cache configuration file

Re: cache/Unable to load the cache configuration file

Fred Crowson -
回帖数:4

Having just run into this issue - for me the fix was disabling SELinux and rebooting the server.

Putting:

SELINUX=disabled 

in

/etc/sysconfig/selinux

Resolved the issue of that error.

hth

Fred

回复Fred Crowson

Re: cache/Unable to load the cache configuration file

Dennis Przybyla -

Disabling SELINUX got everything working for me, I think this removes some of the security. It would be nice if someone could explain how to setup SELINUX to work with moodle.

回复Dennis Przybyla

Re: cache/Unable to load the cache configuration file

Ken Task -
Particularly helpful Moodlers的头像

While the info in the link does show how ... if one is un-sure ... suggest setting SELinux to 'permissive' rather than 'disabled'.    That will show SELinux 'complaints' in web server logs ... ie, what it wanted to block ... so that you can then 'fix' those.   Once you see no SELinux 'complaints', turn SELinux to enforcing.

'spirit of sharing', Ken