combine require user and require group

Hi,

I try to use both require user and require group in .htaccess file.
My configuration only work with ONE directive "require user jan" or
"require group staff", but not both.

What I have done wrong here ?
Thanks
Minh

# cat .htaccess
AuthType Basic
AuthName "Password Required"
AuthUserFile /etc/httpd/conf/password.file
AuthGroupFile /etc/httpd/conf/group.file
require group staff
require user jen

# cat /etc/httpd/conf/password.file
joe:rxXCdbTQqmbYA
jen:xyVSuHLjceD92
jeff:bR0J3kdW2NuGA

# cat /etc/httpd/conf/group.file
staff:joe jeff


# cat httpd.conf
...
...
<VirtualHost 192.168.1.5:80>
DocumentRoot /var/www/html/example
ServerName www.example.com
<Directory "/var/www/html/example/data">
Options Indexes Includes
AllowOverride AuthConfig
</Directory>
</VirtualHost>
Minh [ Fr, 01 Februar 2008 00:33 ] [ ID #1920963 ]
Webserver » alt.apache.configuration » combine require user and require group

Vorheriges Thema: Index and serversignature
Nächstes Thema: Prefork-MPM not handing out simultaneous requests to separate