Re: svn commit: r611483 - in /httpd/httpd/trunk: CHANGES os/unix/unixd.c os/unix/unixd.h

2008-01-12 Thread Nick Kew
On Sat, 12 Jan 2008 21:16:28 - [EMAIL PROTECTED] wrote: > Author: niq > Date: Sat Jan 12 13:16:27 2008 > New Revision: 611483 > > URL: http://svn.apache.org/viewvc?rev=611483&view=rev > Log: > Support chroot on unix-family platforms > PR 43596 (Dimitar Pashev) The patch looks good, but might

PR41190 - which fix should we use

2008-01-12 Thread Niklas Edmundsson
Hi! Since I no longer have an excuse I thought I should have a go at fixing PR41190, mod_rewrite stat:ing the wrong file when using sdbm maps. Read http://issues.apache.org/bugzilla/show_bug.cgi?id=41190 for the background, executive summary is that sdbm is the only dbm using two files and

Is Apache2.2 FIPS compliant?

2008-01-12 Thread robingandhi21
Please let me know if anybody have any idea of Apache2.2 being FIPS compliant? Thanks in advance Robin Gandhi -- View this message in context: http://www.nabble.com/Is-Apache2.2-FIPS-compliant--tp14774128p14774128.html Sent from the Apache HTTP Server - Dev mailing list archive at Nabble.com.

Re: svn commit: r611259 - /httpd/httpd/trunk/include/ap_mmn.h

2008-01-12 Thread Eric Covener
On Jan 12, 2008 8:50 AM, Takashi Sato <[EMAIL PROTECTED]> wrote: > only change history was modified. > MODULE_MAGIC_NUMBER_MINOR was forgotton. Thanks again... -- Eric Covener [EMAIL PROTECTED]

Re: svn commit: r611259 - /httpd/httpd/trunk/include/ap_mmn.h

2008-01-12 Thread Takashi Sato
only change history was modified. MODULE_MAGIC_NUMBER_MINOR was forgotton. On Fri, 11 Jan 2008 18:53:51 - [EMAIL PROTECTED] wrote: > Author: covener > Date: Fri Jan 11 10:53:48 2008 > New Revision: 611259 > > URL: http://svn.apache.org/viewvc?rev=611259&view=rev > Log: > minor MMN bump for r

Re: svn commit: r611216 - in /httpd/httpd/trunk/modules/ssl: ssl_engine_init.c ssl_engine_kernel.c ssl_engine_vars.c ssl_private.h

2008-01-12 Thread Kaspar Brand
Thanks for your review, RĂ¼diger. +/* set SSL_CTX (if matched) */ +if (found && (ssl = ((SSLConnRec *)myConnConfig(c))->ssl) && +(sc = mySrvConfig(s))) { +SSL_set_SSL_CTX(ssl, sc->server->ssl_ctx); +/* + * SSL_set_SSL_CTX() only deals with the server cert,