[STATUS] (httpd-2.0) Wed Aug 9 23:49:44 2006

2006-08-09 Thread Rodent of Unusual Size
APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2006-07-27 13:26:10 -0400 (Thu, 27 Jul 2006) $] The current version of this file can be found at: * http://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x/STATUS Documentation status is main

[STATUS] (httpd-trunk) Wed Aug 9 23:48:41 2006

2006-08-09 Thread Rodent of Unusual Size
APACHE 2.3 STATUS: -*-text-*- Last modified at [$Date: 2006-05-31 15:34:37 -0400 (Wed, 31 May 2006) $] The current version of this file can be found at: * http://svn.apache.org/repos/asf/httpd/httpd/trunk/STATUS Documentation status is maintained se

Help with input filter ... crashing apache ...

2006-08-09 Thread José Muanis
Hi, hope that someone has any time to help me. I'm designing an input filter, my goal is to parse de URI and Cookies, set a couple of new headers in the request and change the uri. I have coded some stuff, based on Ryan Bloom article 'Writing Input Filters for Apache 2.0' (http://www.onlamp.com/

Re: example

2006-08-09 Thread Philip M. Gollucci
Pierre Laplante wrote: > Is there any code example of file upload in C somewehere using libapreq? I think you are looking for library/t/parsers.c . ? -- Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708 Consultant /

example

2006-08-09 Thread Pierre Laplante
Is there any code example of file upload in C somewehere using libapreq?

Re: For Consideration: MySQLSession support

2006-08-09 Thread Nicolas Lehuen
Hi Earle,Thanks for your input.For the sake of performance, you way want to call a single "DELETE FROM session WHERE accessed < ?" request instead of fetching all the session id and access time from the database and calling a delete per session. See for example this code : http://svn.apache.org/vie

Re: svn commit: r429879 - /httpd/httpd/trunk/modules/proxy/proxy_util.c

2006-08-09 Thread Joe Orton
On Tue, Aug 08, 2006 at 11:27:25PM -, [EMAIL PROTECTED] wrote: > Author: niq > Date: Tue Aug 8 16:27:25 2006 > New Revision: 429879 > > URL: http://svn.apache.org/viewvc?rev=429879&view=rev > Log: > PR#38448: don't URLencode tilde in path component There is a standard for changelog entries w