[opensuse] apache access_compat error with directive satisfy
hello there, using the latest opensuse 13.1 with all patches applied. running apache2-2.4.6-6.27.1 and error log reports the following: [Wed Aug 27 15:24:36.380408 2014] [access_compat:error] [pid 27254] [client 84.149.95.211:53003] AH01797: client denied by server configuration: /srv/www/webdev/httpdocs/ strange thing is ... though apache reports that the client access is denied i can indeed access the site. i looked a bit deeper into the error message and then realized that it has something to do with the satisfy any/all directive i use the following setup in my .htaccess file: ========== Order allow,deny Allow from 12.23.122.10 Allow from 34.19.32.213 AuthName "Protected Area" AuthType Basic AuthUserFile /srv/.htpasswd Require user demo Satisfy any ========== so i basically use host-level access and user authentication and with satisfy any i can grant access but like said before, access_compat reports an error but i can access the site without any problems! if i only use host-level access then access_compat doesn't report an error if i only use user authentication then access_compat also doesn't report an error it only happens when using both with satisfy any though all works fine it doens't look good as i always have errors in the error log what should i do? is there a work-around? or should i file a bug report? and if yes, where can i do that? thanks & all the best becki -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (1)
-
Administrator Beckspaced.com