Re: [EMAIL PROTECTED] basic authentication apache 2.2.8

2008-03-24 Thread Florian
Eric Covener schrieb: > On Mon, Mar 24, 2008 at 8:30 AM, Florian <[EMAIL PROTECTED]> wrote: > >> .htaccess >> - >> AuthType Basic >> AuthName "Interner Bereich" >> AuthUserFile /etc/htpasswd >> AuthGroupFile /etc/htgroup >> Require user user1 >> Require group group1 group2 group3

Re: [EMAIL PROTECTED] basic authentication apache 2.2.8

2008-03-24 Thread Eric Covener
On Mon, Mar 24, 2008 at 8:30 AM, Florian <[EMAIL PROTECTED]> wrote: > .htaccess > - > AuthType Basic > AuthName "Interner Bereich" > AuthUserFile /etc/htpasswd > AuthGroupFile /etc/htgroup > Require user user1 > Require group group1 group2 group3 > # user1 is not a member of any gr

[EMAIL PROTECTED] basic authentication apache 2.2.8

2008-03-24 Thread Florian
Hi List! I'm running apache 2.2.8 on a linux-box and have problems withe the basic authentication. The "require user" and "require group" can't be combined in .htaccess. Here my config httpd.conf -- ... Options -Indexes FollowSymLinks AllowOverride AuthConfig Order allow,deny