Hi, I am debugging httpd 2.0.45, I found a problem to read files on QStar repository. I found sendfile_it_all() in core.c calls apr_sendfile() I searched the...
Two ap_log_error calls had the "Child %d" but no my_pid in the argument list. This patch adds my_pid so that the messages are displayed correctly. Juan...
So, Catacomb and other mod_dav backends that handle GET requests would like to have the Content-Type of resources be automatically identified based on the path...
--On Thursday, June 5, 2003 10:21 AM -0700 Chris Knight ... I'm fairly sure it is run all the time, but I'd have to look to be sure. ... And, that's an option...
Thanks Jeff. I am facing the same type of problem mentioned by you. Originally I was running my application on Apache 1.3.26 & i was using httpd.exp. It was...
APACHE 1.3 STATUS: -*-text-*- Last modified at [$Date: 2003/06/02 13:13:45 $] Release: 1.3.28-dev: In development. Jim proposes a release mid-June and...
mod_dav improvement: make dav_method_propfind stream its response, rather than cache every <response> object and send the whole 207 at once. This patch has...
I was trying to replace a call to ap_get_client_block() in a module with appropriate apr*brigade*() calls. Several readers posted some code and I thank them...
... [...] diff mangling seems to work fine. Cool! nd -- sub the($){+shift} sub answer (){ord q [* It is always 42! *] } print the answer # André Malo #...
Hello, I use pre_connection to access the socket from Apache and, on certain requests, hand it off to another process. Only problem is Apache seems to call...
Hi all! Following situation: I need to debug a bigger apache httpd 2 module... Currently I am using Apache Httpd 2.0.44... My biggest problem is to start...
... Hmmmmm, sorry. I'd see some alternatives - split the commit (e.g. by language) - create a new docs-cvs-mailinglist - drop the generated files and build the...
I have the following setup: a request comes in to my server, and depending on what the URI looks like, I redirect the request (using RewriteRules) to another...
Hi, I've switched the commit log mailer to a new one just yet. Most of the time you won't notice any differences and the commit mails will look exactly the...
mod_expires (with my latest patch ) is still broken. The expires header will not be added when the resource is resolved via a DirectoryIndex (ie, a fast...
Hi, I'm a new subscriber to this list, but not a complete stranger either. My name is Ben Collins-Sussman, and I'm one of the original Subversion developers....
Hmmm, but apps/apps.h and some example apps (rsautl.c, pkcs8.c) are using OpenSSL_add_all_algorithms() instead of SSL_load_library() and furthermore it seems...
Folks, I'm getting _TONS_ of those, can I please ask you kindly to wait at least 24 hours between copying files onto www.apache.org/dist/httpd and announcing...
... [...] I've been trying to hold my tongue on this, but I can't any longer. Is there something we can do about gigantic commits like this? This commit...
I wrote a SOCKS protocol handler for Apache. I'm having a problem doing a clean shutdown because SOCKS connections can be long lived and Apache assumes that...
Hi, I am using apache 2.0.42 based IBM HTTP Server on AIX 4.3. On editing the httpd.conf with LoadModule directive for the library of my application. I am...