Re: svn commit: r795451 - /httpd/httpd/branches/2.2.x/STATUS

2009-09-15 Thread Bob Ionescu
2009/9/15 Rich Bowen rbo...@rcbowen.com: FallbackHandler and FrontController both make a lot of sense to me. FrontController seems like it might be more correct, in terms of accepted usage in the larger world out there, but either one makes me happy. Looks like a name was found (or not). :-)

Re: svn commit: r802411 - in /httpd/site/trunk: build.props dist/Announcement2.2.html dist/Announcement2.2.txt dist/binaries/win32/README.html xdocs/doap.rdf xdocs/download.xml

2009-08-09 Thread Bob Ionescu
2009/8/8 wr...@apache.org: Author: wrowe Date: Sat Aug 8 16:09:45 2009 New Revision: 802411 URL: http://svn.apache.org/viewvc?rev=802411view=rev Log: Prepare for release after 5 +1's no -1's. Modified: httpd/site/trunk/build.props httpd/site/trunk/dist/Announcement2.2.html

Re: [ANNOUNCEMENT] Apache HTTP Server 2.2.12 Released

2009-07-31 Thread Bob Ionescu
2009/7/28 Jim Jagielski j...@jagunet.com: Apache HTTP Server 2.2.12 Released BTW; shouldn't the announcement go to announce@ as well? Hopefully there aren't new bugs but maybe someone could update the version number in bugzilla? :-) Bob

Re: Intent to TR 2.2.12

2009-07-17 Thread Bob Ionescu
2009/7/17 Nick Kew n...@webthing.com: I've a faint recollection of someone raising this issue, but a quick google didn't find it. Do you have a test-case that provokes the bug you're fixing? http://markmail.org/message/jlc7t5edsjujbe37 ;-) Bob

Re: svn commit: r785425 - in /httpd/httpd/trunk: CHANGES modules/mappers/mod_dir.c

2009-06-18 Thread Bob Ionescu
2009/6/17 Dan Poirier poir...@pobox.com It seems to me that Default is right - it implies what should be done when no more explicit configuration applies. E.g. DefaultType, DefaultIcon, etc. Whether this is a Handler I'm not so sure of. I'd call it DefaultMapping or so to avoid confusion

Re: Apache logging in prev?

2009-04-16 Thread Bob Ionescu
2009/4/15 Michele Waldman mmwald...@nyc.rr.com: ./server/util_script.c apr_table_addn(e, REMOTE_USER, r-user); apr_table_addn(e, REDIRECT_REMOTE_USER, back-user); I could this. Is this the right place? That's for ENVs, but not the place where a module reads and sets

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

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: Making mod_auth_digest mysql

2009-02-09 Thread Bob Ionescu
2009/2/8 Michele Waldman mmwald...@nyc.rr.com: But, I have to know how does RewriteCond ${REMOTE_USER} . Is the . for any character? Why does it evaluate correctly when undefined and != doesn't? . is one any character, yes. = is empty (equiv. to the regEx ^$). If you negate the meaning

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