Re: cvs commit: httpd-2.0/modules/ssl mod_ssl.h ssl_engine_kernel.c

2003-04-04 Thread Jeff Trawick
William A. Rowe, Jr. wrote: Sorry... but -1. You need a version check here because 0.9.6 isn't going away anytime soon. I presumed this veto meant you actually knew it failed to compile with 0.9.6, but I took the trouble to download it and I see 0.9.6 ssl.h: void (*info_callback)(); which was

Re: [PATCH] Broken sockopt_set in mod_proxy (SO_RCVBUF)

2003-04-04 Thread Jeff Trawick
Adam Sussman wrote: This patch implements SO_RCVBUF support for apr_socket_opt_set on the unix platform. It also alters the response code on an unknown option to be APR_ENOTIMPL, which IMHO is a lot clearer than invalid argument and which would have saved me a hour or so of scratching my head.

Re: cvs commit: httpd-2.0/modules/experimental mod_auth_ldap.c util_ldap.c

2003-04-04 Thread Graham Leggett
[EMAIL PROTECTED] wrote: /* artificially disable cache */ -//l = NULL; +l = NULL; This change just commented back in behaviour that had been commented out - can you surround this one with /* instead? Regards, Graham -- - [EMAIL PROTECTED]

Re: cvs commit: httpd-2.0/modules/experimental mod_auth_ldap.c util_ldap.c

2003-04-04 Thread Jeff Trawick
Graham Leggett wrote: [EMAIL PROTECTED] wrote: /* artificially disable cache */ -//l = NULL; +l = NULL; This change just commented back in behaviour that had been commented out - can you surround this one with /* instead? fixed, thanks (blush)

win32 piped logs really broken in 2.0.45

2003-04-04 Thread Bill Stoddard
See subject... Setup customlog to do piped access logging. Start the server and a rotatelogs.exe console pops up. Send the server a request, and that console goes down and another pops up (different pid). No access log is created. Yech... Looking into it. Bill

Antw: win32 piped logs really broken in 2.0.45

2003-04-04 Thread Andre Schild
Hello, we have seen this behaviour with 2.0.45 when it can't write to the logfile (for whatever reason) Our server under NT 4.0 logs just fine (with ~20 rotatelogs running for the different vhosts.) André [EMAIL PROTECTED] 04.04.2003 19:04:01 See subject... Setup customlog to do piped access

Re: Antw: win32 piped logs really broken in 2.0.45

2003-04-04 Thread Bill Stoddard
Andre Schild wrote: Hello, we have seen this behaviour with 2.0.45 when it can't write to the logfile (for whatever reason) Our server under NT 4.0 logs just fine (with ~20 rotatelogs running for the different vhosts.) André Interesting that I've never seen this problem before. I am still

Re: Antw: win32 piped logs really broken in 2.0.45

2003-04-04 Thread Spinka, Kristofer
Are you running Apache as a service? If so, and you are still having this problem, we have to do some CreateProcess tricks to keep the console window from being visible on the current Window Station. /kristofer On Fri, 4 Apr 2003, Bill Stoddard wrote: Andre Schild wrote: Hello, we

Re: Antw: win32 piped logs really broken in 2.0.45

2003-04-04 Thread William A. Rowe, Jr.
At 01:29 PM 4/4/2003, Spinka, Kristofer wrote: Are you running Apache as a service? If so, and you are still having this problem, we have to do some CreateProcess tricks to keep the console window from being visible on the current Window Station. Unless you are doing pphrase tricks, you

Re: Antw: win32 piped logs really broken in 2.0.45

2003-04-04 Thread Bill Stoddard
William A. Rowe, Jr. wrote: At 01:29 PM 4/4/2003, Spinka, Kristofer wrote: Are you running Apache as a service? If so, and you are still having this problem, we have to do some CreateProcess tricks to keep the console window from being visible on the current Window Station. Unless you are

Re: Antw: win32 piped logs really broken in 2.0.45

2003-04-04 Thread Spinka, Kristofer
In addition, I was just thinking that there might be a missing | CREATE_NO_WINDOW on the creation flags for CreateProcess. /kristofer On Fri, 4 Apr 2003, William A. Rowe, Jr. wrote: At 01:29 PM 4/4/2003, Spinka, Kristofer wrote: Are you running Apache as a service? If so, and you are

Re: Antw: win32 piped logs really broken in 2.0.45

2003-04-04 Thread William A. Rowe, Jr.
At 02:41 PM 4/4/2003, Bill Stoddard wrote: Unless you are doing pphrase tricks, you shouldn't create the Apache service to 'interact with desktop'. By default Apache installs itself non-interactive. If it can still interact, you have some really weird permissions mojo going on in that box. Hey

src/support/split-logfile alternative

2003-04-04 Thread Igor Vinokurov
Hi, http://www.zynaps.ru/sw/logsplit Alternative to src/support/split-logfile, specially designed for use with many virtual hosts - using file descriptors cache (LRU). Written in perl. Use it as you wish. Best regards, Igor Vinokurov