keepalive connection broken

2007-06-12 Thread Dmytro Fedonin - Sun Microsystems
Hi, I have researched a problem with broken keepalive connections which is similar to bug# 41109. And I have found that in worker.c function 'int ap_graceful_stop_signalled(void)' returns listener_may_exit. Basically all the code is like this: int ap_graceful_stop_signalled(void) /**/ {

Re: keepalive connection broken

2007-06-12 Thread Register Team NI
Lieber Kunde, vielen Dank fuer Ihre Anfrage. Diese wurde weitergeleitet und wird schnellstmoeglich bearbeitet. Fuer alle zukuenftigen Fragen zu ihrer Registrierung, Ihrem Native Instruments Account oder bei Problemen mit Ihrer Aktivierung, bieten wir Ihnen ein komfortables

RE: httpd attempts to open file.html/.htaccess (is this a bug?)

2007-06-12 Thread Allen Pulsifer
When processing a GET /.../file.html, Apache httpd briefly treats file.html as a directory and attempts to open docroot/.../file.html/.htaccess. The os returns ENOTDIR, and then processing of the request continues. Yes, this is a somewhat known issue. Previously it caused issues

Re: svn commit: r546328 - in /httpd/httpd/trunk: CHANGES include/httpd.h modules/http/http_core.c modules/ssl/ssl_engine_io.c server/core.c server/mpm/experimental/event/event.c

2007-06-12 Thread Ruediger Pluem
On 06/12/2007 02:32 AM, [EMAIL PROTECTED] wrote: Author: pquerna Date: Mon Jun 11 17:32:24 2007 New Revision: 546328 URL: http://svn.apache.org/viewvc?view=revrev=546328 Log: Add a clogging_input_filters variable to the conn_rec, enabling the Event MPM to know when its running with an

Re: Apache2 mod_ssl with HSM support

2007-06-12 Thread Sander Temme
On May 29, 2007, at 11:36 PM, Apache Devel wrote: I'd like to start a discussion about Hardware Security Module (HSM) support for mod_ssl. You may know that OpenSSL supports different HW engines. There is also support for PKCS#11 devices, a standard for communication with crypto devices -

Re: [PATCH] 'clogging' input filters and the event MPM

2007-06-12 Thread Jim Jagielski
+1 (concept) On Jun 10, 2007, at 9:13 PM, Paul Querna wrote: Attached is a patch that should let people run mod_ssl under the Event MPM. Previously, the event mpm would put a socket into its event thread to wait for input, but due to issues with how mod_ssl might be buffering data (or the

Re: svn commit: r545379 - in /httpd/httpd/trunk: CHANGES modules/ssl/config.m4 modules/ssl/ssl_engine_config.c modules/ssl/ssl_private.h modules/ssl/ssl_scache.c modules/ssl/ssl_scache_memcache.c

2007-06-12 Thread Paul Querna
Ruediger Pluem wrote: +#else +return SSLSessionCache: distcache support disabled; Nitpicking: Should memcache instead of distcache. Fixed in r545538. Added: httpd/httpd/trunk/modules/ssl/ssl_scache_memcache.c URL:

Re: svn commit: r546328 - in /httpd/httpd/trunk: CHANGES include/httpd.h modules/http/http_core.c modules/ssl/ssl_engine_io.c server/core.c server/mpm/experimental/event/event.c

2007-06-12 Thread Paul Querna
Ruediger Pluem wrote: Modified: httpd/httpd/trunk/include/httpd.h URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/httpd.h?view=diffrev=546328r1=546327r2=546328 == --- httpd/httpd/trunk/include/httpd.h

code docs corrections for FollowSymLinks and SymLinksIfOwnerMatch

2007-06-12 Thread Allen Pulsifer
Reading resolve_symlink() in server/request.c, it first checks OPT_SYM_LINKS. If OPT_SYM_LINKS is set, it never does the checks for link ownership. It checks link ownership only when OPT_SYM_OWNER is set and OPT_SYM_LINKS is unset. Based on this logic, the following changes should be made to

Re: httpd attempts to open file.html/.htaccess (is this a bug?)

2007-06-12 Thread William A. Rowe, Jr.
Allen Pulsifer wrote: Hello Paul and Dev List, Thanks for the reply. I checked out the links and did some code tracing with the debugger. As one of the links pointed out, the problem is in the block of code attached below from ap_directory_walk() in server/request.c just a quick note to

Re: Module to allow authentication with sasl

2007-06-12 Thread Benjamin Donnachie
Giuliano Gavazzi wrote: I read the announcement of mod_sasl_auth. I admit I haven't yet examined the question further, but wasn't SASL a no go for authentication because of apache threads? That could explain why I couldn't find an existing mod_auth_sasl module! However, I'm fairly confident

Outgoing filter ends in oom

2007-06-12 Thread Armageddon
Hi all, I have written this email already to the user ml but there they said I should talk to you: I have a problem concerning the outgoing filter of apache 2.2.3 with mpm worker from the debian repository. the problem is the following: when included a output filter, perl or c based, i