Re: [us...@httpd] Resource Centric Authz

2009-03-27 Thread Nick Kew
On 26 Mar 2009, at 11:48, Ben Davies wrote: For Authorization, I want each resource to have an owner and a group (like unix/linux), and I want each of these to restrict access based on the http method used to access the resource. For example; I have the resource article.html The owner of

[us...@httpd] Resource Centric Authz

2009-03-26 Thread Ben Davies
Hi Everybody! I wonder if someone can help me? I'm interested in restricting access to certain resource based on the following criteria: The users name Or the users group Standard fare so far. I'm using mod_authn_dbd to authenticate the user from my MySQL database. For Authoriza