[1.3] printing unsigned 64-bit integer with ap_log_error()

2004-08-23 Thread Andrew Ho
Hello, Is it possible to print a 64-bit unsigned integer using ap_log_error() or friends? At least on Apache 1.3, it looks like ap_log_error() just calls ap_snprintf(), which doesn't understand common platform specific variants like %lld. Humbly, Andrew -

Re: AddOutputFilterByType oddness

2004-08-23 Thread William A. Rowe, Jr.
At 07:23 PM 8/23/2004, Graham Leggett wrote: >Paul Querna wrote: > >>Is your DefaultType set to text/html? > >It's set like so: > >DefaultType text/plain You are proxying content? What does the HEAD /image.gif HTTP/1.0 report for content type from the backend server? Bill

Re: cvs commit: httpd-2.0 Apache.dsw

2004-08-23 Thread William A. Rowe, Jr.
At 07:59 PM 8/23/2004, [EMAIL PROTECTED] wrote: >stoddard2004/08/23 17:59:47 > > Modified:.Apache.dsw > Log: > ldap is out of experimental Before we release again, since it was experimental and is now a real module, and on Unix it is mod_ldap.so consisting of util_ldap.c util_ld

Re: AddOutputFilterByType oddness

2004-08-23 Thread Graham Leggett
Paul Querna wrote: Is your DefaultType set to text/html? It's set like so: DefaultType text/plain On Tue, 2004-08-24 at 01:54 +0200, Graham Leggett wrote: Hi all, I have just set up the most recent httpd v2.0.51-dev tree, and have configured a filter that strips leading whitespace from HTML: AddO

Re: BUG? buffer logs and signals

2004-08-23 Thread Jeff Trawick
On Mon, 23 Aug 2004 16:06:28 -0400, Jeff Trawick <[EMAIL PROTECTED]> wrote: > On Mon, 23 Aug 2004 11:37:23 -0400, Brian Akins <[EMAIL PROTECTED]> wrote: > > Jeff Trawick wrote: > > > > > > > >if not appropriate to run the normal file cleanups at child exit, then > > >mod_log_config could have a chi

Re: AddOutputFilterByType oddness

2004-08-23 Thread Paul Querna
Is your DefaultType set to text/html? On Tue, 2004-08-24 at 01:54 +0200, Graham Leggett wrote: > Hi all, > > I have just set up the most recent httpd v2.0.51-dev tree, and have > configured a filter that strips leading whitespace from HTML: > > AddOutputFilterByType STRIP text/html > > The con

AddOutputFilterByType oddness

2004-08-23 Thread Graham Leggett
Hi all, I have just set up the most recent httpd v2.0.51-dev tree, and have configured a filter that strips leading whitespace from HTML: AddOutputFilterByType STRIP text/html The content is served by mod_proxy. This seems to work fine for HTML requests, but I have noticed that this filter is al

RE: cvs commit: httpd-2.0 CHANGES

2004-08-23 Thread [EMAIL PROTECTED] Systems
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, August 23, 2004 4:53 PM To: [EMAIL PROTECTED] Subject: cvs commit: httpd-2.0 CHANGES jorton 2004/08/23 13:53:22 Modified:.CHANGES Log: Synch with 2.0 branch. Revision Change

Re: BUG? buffer logs and signals

2004-08-23 Thread Jeff Trawick
On Mon, 23 Aug 2004 11:37:23 -0400, Brian Akins <[EMAIL PROTECTED]> wrote: > Jeff Trawick wrote: > > > > >if not appropriate to run the normal file cleanups at child exit, then > >mod_log_config could have a child exit hook to flush buffered log > >files > > > > > > > Does child_exit exist in 2.0?

Re: BUG? buffer logs and signals

2004-08-23 Thread William A. Rowe, Jr.
The plog pool, second in the argument list to the open_logs call, is used for log files. It sounded like you were trying to deal with log file flushing, which is why I suggested this pool's cleanup. Bill

Re: BUG? buffer logs and signals

2004-08-23 Thread Brian Akins
William A. Rowe, Jr. wrote: At 10:37 AM 8/23/2004, Brian Akins wrote: Jeff Trawick wrote: if not appropriate to run the normal file cleanups at child exit, then mod_log_config could have a child exit hook to flush buffered log files Does child_exit exist in 2.0? plog is the appr

Re: BUG? buffer logs and signals

2004-08-23 Thread William A. Rowe, Jr.
At 10:37 AM 8/23/2004, Brian Akins wrote: >Jeff Trawick wrote: > >>if not appropriate to run the normal file cleanups at child exit, then >>mod_log_config could have a child exit hook to flush buffered log >>files >Does child_exit exist in 2.0? plog is the appropriate pool cleanup to accomplish wh

Re: BUG? buffer logs and signals

2004-08-23 Thread Brian Akins
Jeff Trawick wrote: if not appropriate to run the normal file cleanups at child exit, then mod_log_config could have a child exit hook to flush buffered log files Does child_exit exist in 2.0? -- Brian Akins Senior Systems Engineer CNN Internet Technologies

Re: BUG? buffer logs and signals

2004-08-23 Thread Jeff Trawick
On Mon, 23 Aug 2004 11:10:14 -0400, Brian Akins <[EMAIL PROTECTED]> wrote: > I know buffered logs is experimental, but I found a "feature." If the > parent has to send SIGTERM or SIGKILL to a child, the child does not > flush it's buffer. Is there any quick fix? there's no fix at all for flushin

BUG? buffer logs and signals

2004-08-23 Thread Brian Akins
I know buffered logs is experimental, but I found a "feature." If the parent has to send SIGTERM or SIGKILL to a child, the child does not flush it's buffer. Is there any quick fix? -- Brian Akins Senior Systems Engineer CNN Internet Technologies

Announcement: metuxmpma - multiplexer driver multiuser mpm

2004-08-23 Thread Florian Lindner
Announcement: metuxmpm - a multiplexer driver multiuser mpm The metuxmpm team announces a new mpm for the Apache 2 webserver, which allows to run virtual hosts under different host system user id and group id. This allows reusing the host sy

Worker mpm for WIN32

2004-08-23 Thread Mladen Turk
Hi, I've changed the mpm_winnt to support multiple child processes. The main reason was to have the same behavior like on worker mpm. Since I don't have multiprocessor box, it would be nice if someone could test if there is any performance gain over the existing implementation (there is none on the