Re: Location header in Handler

2010-11-27 Thread Chris Kukuchka
-err_headers_out is for setting headers to be returned by an error response. You are returning OK. Try setting r-headers_out instead. Chris Kukuchka Sequoia Group, Inc. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- SIG Meetings: March 27, 2011

Re: Debugging: child process 14446 still did not exit, sending a SIGTERM

2009-10-16 Thread Chris Kukuchka
changing mpm_common.c would require recompiling the full package. Rather than go through that, you might first try using gdb to attach to a running lead Apache process and suppress that function. Regards, Chris Kukuchka Sequoia Group, Inc

Re: handling client abort instantly?

2009-03-03 Thread Chris Kukuchka
the newer Apache releases. Chances are the module you inherited has not been properly updated to the new Apache standards. Regards, Chris Kukuchka Sequoia Group, Inc.

Re: ap_rwrite

2008-05-29 Thread Chris Kukuchka
*not* be writing directly to the client. Also, there may be a more specific mailing list available for questions regarding the ap* utilities. Chris Kukuchka Sequoia Group, Inc.

Re: ap_rwrite

2008-05-29 Thread Chris Kukuchka
. Regards, Chris Kukuchka Sequoia Group, Inc.

Re: Query on deletion of Request pool

2008-03-28 Thread Chris Kukuchka
many helper modules. A quick review of a handful of running machines available to me show 2-18MB per process is not unusual. Of those, PHP users are typically 10-12MB higher than non-PHP users. YMMV. Regards, Chris Kukuchka Sequoia Group, Inc.

Re: Module example to submit a muitipart/form-data

2008-02-15 Thread Chris Kukuchka
- rpos; } else { rsize = len_read; } if ( (status = my_socket_send(r, sock, buf, rsize))!=OK ) return status; rpos += rsize; } } HTH Chris Kukuchka Sequoia Group, Inc.

Re: Temporary files directory

2007-04-09 Thread Chris Kukuchka
is typically used for logs. Regards, Chris Kukuchka Sequoia Group, Inc. P.S. While you are creating configuration directives for where to place the cache files, you might also want to provide some means to reign in the disk usage for the cache--a max size perhaps.

Compiling module against Apache 2.2.4 on Visual C++ .NET

2007-03-13 Thread Chris Kukuchka
this or does this version require a new compiler? Chris Kukuchka Sequoia Group, Inc.

Re: Add a [modules-dev] subject prefix?

2006-09-26 Thread Chris Kukuchka
) to screen messages. Chris Kukuchka Sequoia Group, Inc. P.S. If the changing of the subject headers goes through, I would imagine we would then need a discussion on what it should be. I would go with the shorter the better school of thought with [hmd] as an example.

Re: 2.0 vs 2.2 API

2006-09-18 Thread Chris Kukuchka
require a recompile. Regards, Chris Kukuchka Sequoia Group, Inc.