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
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
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