Re: Making mod_auth_digest mysql

2009-02-05 Thread Bob Ionescu
2009/2/1 Michele Waldman mmwald...@nyc.rr.com: The userlist (http://httpd.apache.org/userslist.html) might be a better place, but... I want to do the following in htaccess for account security: FilesMatch .*[^(wp_login.php|logout.php)] That would not do what it should do. [^...] is a negated

Re: Regarding Apache 2.2.11 src compilation

2009-02-11 Thread Bob Ionescu
2009/2/11 Pooja Maheshwari pooja.maheshw...@impetus.co.in: I again checked at link http://httpd.apache.org/download.cgi and found that the 2.2.11 nossl openssl (both) binaries DONOT contain lib and include folders at all. I'm not sure if we're talking about the same thing, but extracting

Re: Hooks question

2009-04-15 Thread Bob Ionescu
2009/4/14 Markus Moeller hua...@moeller.plus.com: Is there a rule when to use ap_hook_check_user_id and when to use ap_hook_auth_checker to register an authentication or authorisation function ? ap_hook_check_user_id is used to check the username/password combination, ap_hook_auth_checker to