[us...@httpd] Apache modules and authentication?

2010-03-20 Thread Jakov Sosic
Hi. This is the kind of authentication param I'm using: Directory /home/jsosic/www/admin AllowOverride None AuthType Basic AuthName Admin AuthUserFile /etc/httpd/myauthfile Require valid-user /Directory I've disabled all the auth modules except these two: authn_file_module (shared)

Re: [us...@httpd] Apache modules and authentication?

2010-03-20 Thread Eric Covener
On Sat, Mar 20, 2010 at 6:58 AM, Jakov Sosic jakov.so...@srce.hr wrote: Hi. This is the kind of authentication param I'm using: Directory /home/jsosic/www/admin  AllowOverride None  AuthType Basic  AuthName Admin  AuthUserFile /etc/httpd/myauthfile  Require valid-user /Directory I've

Re: [us...@httpd] Apache modules and authentication?

2010-03-20 Thread Jakov Sosic
On 03/20/2010 12:14 PM, Eric Covener wrote: authn_default stops you from falling through. So I should enable authn_default? -- |Jakov Sosic|ICQ: 28410271| PGP: 0x965CAE2D | = | start fighting cancer -

Re: [us...@httpd] Apache modules and authentication?

2010-03-20 Thread Eric Covener
On Sat, Mar 20, 2010 at 8:08 AM, Jakov Sosic jakov.so...@srce.hr wrote: On 03/20/2010 12:14 PM, Eric Covener wrote: authn_default stops you from falling through. So I should enable authn_default? try it and see. Someone probably got trigger-happy disabling unneeded modules in an effort to

Re: [us...@httpd] Apache modules and authentication?

2010-03-20 Thread Jakov Sosic
On 03/20/2010 01:26 PM, Eric Covener wrote: On Sat, Mar 20, 2010 at 8:08 AM, Jakov Sosic jakov.so...@srce.hr wrote: On 03/20/2010 12:14 PM, Eric Covener wrote: authn_default stops you from falling through. So I should enable authn_default? try it and see. Someone probably got