Re: [PATCH] mod_speling

2006-06-19 Thread Wilfredo Sánchez Vega
Committed to trunk. -wsv On Jun 14, 2006, at 12:27 AM, olivier Thereaux wrote: On 9 Jun 2006, at 02:21, Wilfredo Sánchez Vega wrote: This looks fine, but can you add a patch to the docs? The feature isn't useful if nobody knows it's there. Sure. The patch is attached

Re: [PATCH] mod_speling

2006-06-08 Thread Wilfredo Sánchez Vega
This looks fine, but can you add a patch to the docs? The feature isn't useful if nobody knows it's there. Thanks, -wsv On May 30, 2006, at 4:30 PM, olivier Thereaux wrote: Hello, This is a followup to a (very) old thread about mod_speling on the httpd-dev list:

Re: [PATCH] Rename to Apache D

2005-12-14 Thread Wilfredo Sánchez Vega
+1 so long as HTTP is actually getting removed from core. -wsv On Dec 14, 2005, at 12:21 PM, Paul Querna wrote: The attached patch is just a start, fixing the configure.in to generate the correct binary name by default. -Paul Index: configure.in

Re: [vote] 2.2.0 tarballs

2005-11-29 Thread Wilfredo Sánchez Vega
+1 on Mac OS. -wsv On Nov 28, 2005, at 11:55 PM, Paul Querna wrote: These tarballs are Identical to 2.1.10 except for two changes: * include/ap_release.h Updated to be 2.2.0-release * The root directory was changed from httpd-2.1.10 to httpd-2.2.0 Available from:

Some RFC 2616 questions

2005-08-18 Thread Wilfredo Sánchez Vega
The spec for If-{None-}Match and If-{Un}Modified-Since is driving me batty. The biggest item has to do with having to know the response code for the request without processing the request. Specifically, 14.24 (If-Match) and the others have a requirement like: If the request

Re: [PATCH] typo in manual

2005-08-12 Thread Wilfredo Sánchez Vega
On HEAD and 2.2. Thanks, -wsv On Aug 9, 2005, at 7:36 AM, Ben Collins-Sussman wrote: [[[ Fix typo in manual. * docs/manual/logs.xml: typo. flexibly--flexible. ]]] Index: docs/manual/logs.xml === ---

EAGAIN on write after poll() on Darwin (re: commit r160348)

2005-05-19 Thread Wilfredo Sánchez Vega
? -wsv On Apr 14, 2005, at 12:02 PM, Wilfredo Sánchez Vega wrote: We're investigating possible issues in the system. One comment from a kernel developer: We are returning EWOULDBLOCK because the socket is in non- blocking. Inspecting the socket, so_state is 0x182 (0x100 is SS_NBIO

Re: svn commit: r160348 - httpd/httpd/trunk/server/core_filters.c

2005-04-14 Thread Wilfredo Sánchez Vega
We're investigating possible issues in the system. One comment from a kernel developer: We are returning EWOULDBLOCK because the socket is in non-blocking. Inspecting the socket, so_state is 0x182 (0x100 is SS_NBIO). Setting a breakpoint on soioctl for SS_NBIO I can clearly see