TransferLog Directive

2001-03-15 Thread Paul Hooper
Hello, Could somebody please tell me what is wrong with the following directive. No data is being written to the disk although I think the parameters are correct. TransferLog "|rotatelogs /../../../logs/access_log 60" Thanks in advance Paul NOTICE AND DISCLAIMER: This email (including

Re: [PATCH] 1.3 GuessOS - fix mishandling of slashes from uname -m

2001-03-15 Thread Jeff Trawick
one last query before I put the Apache reputation in jeopardy... Any concerns/suggestions before I commit? -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: [PATCH] 1.3 GuessOS - fix mishandling of slashes from uname -m

2001-03-15 Thread Bill Stoddard
+1 - Original Message - From: "Jeff Trawick" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 15, 2001 7:08 AM Subject: Re: [PATCH] 1.3 GuessOS - fix mishandling of slashes from uname -m one last query before I put the Apache reputation in jeopardy... Any

Re: [PATCH] 1.3 GuessOS - fix mishandling of slashes from uname -m

2001-03-15 Thread Jim Jagielski
Could you repost? Jeff Trawick wrote: one last query before I put the Apache reputation in jeopardy... Any concerns/suggestions before I commit? -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/

Re: [PATCH] 1.3 GuessOS - fix mishandling of slashes from uname -m

2001-03-15 Thread Jeff Trawick
Jim Jagielski [EMAIL PROTECTED] writes: Could you repost? Index: GuessOS === RCS file: /cvs/apache/apache-1.3/src/helpers/GuessOS,v retrieving revision 1.71 diff -u -r1.71 GuessOS --- GuessOS 2001/02/16 14:27:18 1.71 +++

[REQ] apache_1.3.19-cygwin: now *can* be supported due to licensing

2001-03-15 Thread Stipe Tolj
Hi there, [please reply directly, I'm currently not on the list] this is yet another kind request to integrate my patch for supporting the Cygwin 1.x platform, which is a POSIX emulation layer for Win32 systems (http://www.cygwin.com) to the official stable tree. I'm providing the port of

Re: Apache VirtualHost design

2001-03-15 Thread Tony Finch
Martin Kraemer [EMAIL PROTECTED] wrote: On Fri, Mar 09, 2001 at 12:04:03PM -0800, Simon Kirby wrote: Hmm, but I can't seem to get it working. Everything seems to come up as the first VirtualHost (Debian Apache 1.3.14-2.1). Have you set NameVirtualHost i.p.ad.dr:port (if you use name based

Are there any way to Intercept the thread creation phase??????

2001-03-15 Thread aparaak
Hi everybody. This is the question: I'm building a module that works with a third party library that needs to call a funcion before a new thread is created. Are there any hook function to call to do this?? I don't know if this is the correct list to send the question. Sorry if not. regards.

Re: [PATCH] 1.3 GuessOS - fix mishandling of slashes from uname -m

2001-03-15 Thread Ralf S. Engelschall
In article [EMAIL PROTECTED] you wrote: Jim Jagielski [EMAIL PROTECTED] writes: Could you repost? Index: GuessOS === RCS file: /cvs/apache/apache-1.3/src/helpers/GuessOS,v retrieving revision 1.71 diff -u -r1.71 GuessOS

[PATCH] mod_proxy from HTTP/1.0 to HTTP/1.1

2001-03-15 Thread Graham Leggett
Hi all, This patch stops the forced downgrade of the connection to HTTP/1.0 for proxy requests. Work is currently being done to ensure that mod_proxy is compliant with HTTP/1.1 - the downgrade needs to go for this to work :) Regards, Graham -- -

Virtual Hosts and i18n hosts/domains

2001-03-15 Thread Ian Holsman
Hi. I was just wondering how apache 2 plans (doesn't plan) to support the i18n domains that register.net is registering. Thanks Ian

Re: [PATCH] 1.3 GuessOS - fix mishandling of slashes from uname -m

2001-03-15 Thread Jeff Trawick
"Ralf S. Engelschall" [EMAIL PROTECTED] writes: +# Some HP machines have slashes. +MACHINE=`echo ${MACHINE}|sed -e 's/\//-/'` # Now test for ISC and SCO, since it is has a braindamaged uname. # Hmmm... using dashes instead could be not wise, because then the output strings might

Re: [PATCH] 1.3 GuessOS - fix mishandling of slashes from uname -m

2001-03-15 Thread Jim Jagielski
Jeff Trawick wrote: Hmmm... using dashes instead could be not wise, because then the output strings might be no longer the de-facto standadized dash-delimited "triples" of the form cpuarch-vendor-systemsystemversion. So how do folks feel about underbars instead? underbars are

Re: [PATCH] 1.3 GuessOS - fix mishandling of slashes from uname -m

2001-03-15 Thread David Reid
Works for me +1 david - Original Message - From: "Jeff Trawick" [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, March 15, 2001 8:46 PM Subject: Re: [PATCH] 1.3 GuessOS - fix mishandling of slashes from uname -m "Ralf S. Engelschall" [EMAIL PROTECTED]

apache.org: new build, new core dumps

2001-03-15 Thread Greg Ames
apache.org is up running on 2_0_14 with some debug code added. As a result, we have 2 new core dumps in /usr/local/apache2a/corefiles. Both are closedir failures for an autoindex request. httpd.core.25: (gdb) bt #0 0x281293c8 in kill () from /usr/lib/libc.so.4 #1 0x2816509e in abort ()

dbmmanage

2001-03-15 Thread William A. Rowe, Jr.
While we are doing this 'right'... package dbmmanage; # -ldb-lndbm-lgdbm-lsdbm BEGIN { @AnyDBM_File::ISA = qw(DB_File NDBM_File GDBM_File SDBM_File) } use strict; use Fcntl; use AnyDBM_File (); Really, let's get this right. It isn't anyfile in order

SGI Patch - 10xpatch-2_0a6-6

2001-03-15 Thread Bill Stoddard
FYI... Mike if you are still reading... This patch had an interesting optimization to avoid using sscanf to determine the HTTP protocol numbers which I just committed to Apache 2.0. This patch also had a lot of extra 'cruft'. The cruft (stm.html, et. al.) made reviewing this patch difficult.

Re: Apache VirtualHost design

2001-03-15 Thread dean gaudet
On Fri, 9 Mar 2001, Simon Kirby wrote: So, well, what's the point? I don't see any advantage to this change. the point, which i think lots of folks have forgotten, is that there are security problems with using DNS names controlled by your customers in your VirtualHost statements. it's a