Hello,
I'm having the same problem as jscott8 in http://www.wikimatrix.org/forum/t1115-admin-rights . But as no one has answered him, I'll try it again.
I've modified my wiki configuration .py file to add new "site-wide" ACLs, adding:
acl_rights_default = u"rootuser:read,write,delete,revert,admin All:read"
but it seems they aren't being applied (e.g., everyone can write despite I've specified All:read, and rootuser can't change acl rights for a concrete page). Do I have to restart or rerun something? I've thought may be I have to restart Apache. If so, is there any other way of applying the ACL changes without restarting Apache?
Thank you.
Last edited by flatron (2010-02-08 16:42:05)
Offline
You need to restart the moin process(es).
Whether you need to restart apache for that depends on your configuration.
Apache with mod_wsgi is rather nice in that respect, because a "touch moin.wsgi" makes it restart all moin wsgi daemons on the fly.
Offline
You are not logged in.