Re: [users@httpd] configuration error: couldn't check access. Check your 'Require' directive

2011-04-15 Thread Admin Cyanide
You're right. httpd -M doesn't show authz_user_module. Sorry for the inconvenience and thank you for the fast reply. Bastien Semene Administrateur Réseau& Système Cyanide Studio - FRANCE Le 15/04/2011 11:27, Nick Kew a écrit : On 15 Apr 2011, at 10:16, Admin Cyanide wrote:

[users@httpd] configuration error: couldn't check access. Check your 'Require' directive

2011-04-15 Thread Admin Cyanide
Hi list, I'm setting up a new vhost and have this error currently : [Fri Apr 15 10:17:37 2011] [crit] [client 62.73.7.64] configuration error: couldn't check access. Check your 'Require' directive: / [Fri Apr 15 10:17:37 2011] [crit] [client 62.73.7.64] configuration error: couldn't check a

Re: [users@httpd] Centralised path-based authorisation

2011-03-30 Thread Admin Cyanide
Le 30/03/2011 15:40, Nick Kew a écrit : On 30 Mar 2011, at 14:32, Admin Cyanide wrote: I just want to be sure we're talking about authorisations and not authentication. I know how to use SQL, LDAP or whatever to create authentications mechanisms. What I'm searching is

Re: [users@httpd] Centralised path-based authorisation

2011-03-30 Thread Admin Cyanide
Le 30/03/2011 12:30, Nick Kew a écrit : On 30 Mar 2011, at 10:21, Admin Cyanide wrote: another way to do this ? I'm searching for something with a database authentication backend, so I can change autorisations through a service and doesn't need to restart the server. How much f

[users@httpd] Centralised path-based authorisation

2011-03-30 Thread Admin Cyanide
Hi list, I'm setting up an Apache server with many path-based authorisations. The goal is to create a file server over HTTP(S). Using an FTP server is not an option. As far as I know, There's only two options available on Apache to set up these kind of authorisations : .htaccess files : can