Re: test/zb.c

2006-05-08 Thread Thom May
* Garrett Rooney ([EMAIL PROTECTED]) wrote : > On 5/8/06, Thom May <[EMAIL PROTECTED]> wrote: > >Hey, > >just had a report in debian that test/zb.c's license doesn't necessarily > >allow you to modify and redistribute the code. A quick grep around doesn

test/zb.c

2006-05-08 Thread Thom May
Hey, just had a report in debian that test/zb.c's license doesn't necessarily allow you to modify and redistribute the code. A quick grep around doesn't reveal any uses of this code in our tree, and given that we have support/ab.c it seems strange to carry both. Can we just drop it? -Thom

Re: A Bloat of Libraries

2006-01-04 Thread Thom May
* Joe Orton ([EMAIL PROTECTED]) wrote : > On Tue, Jan 03, 2006 at 03:18:48PM -0800, Justin Erenkrantz wrote: > > --On January 3, 2006 11:09:34 PM + Nick Kew <[EMAIL PROTECTED]> wrote: > > > > >That is of course resolved by LoadFile /lib/libz.so, which is what I > > >contend should be standard

Re: [PATCH] add ap_brigade_insert_file()

2004-11-04 Thread Thom May
* Joe Orton ([EMAIL PROTECTED]) wrote : > This factors out the logic for correctly inserting a file into a > brigade, doing the special little dance for large files if necessary; > the code was already duplicated twice and it's needed in other places > too. (pervasive largefile support being my to

Re: [VOTE] Apache HTTP Server 2.0.51

2004-09-15 Thread Thom May
* Sander Striker ([EMAIL PROTECTED]) wrote : > Hi, > > I've put the tarballs for 2.0.51 up at http://httpd.apache.org/dev/dist/. > Please test and vote, > +1 on x86_64 linux. (Worker and prefork. perchild built but not tested) -Thom -- That sounds like a lot of work... Can we out source? The Re

Re: [PATCH] htdigest.c - remove ugly dependance on external cp; use apr_temp_dir_get() for getting temp dir

2004-03-15 Thread Thom May
* Guenter Knauf ([EMAIL PROTECTED]) wrote : > Hi Thom, > > This really ought to be 4 seperate patches for ease of review. > > Please can you resend as such? > something's wrong with the four splitted patches, or simply no time to review?? > Damn, dude. it's only been 1 *work*day. -Thom

Re: [PATCH] pcre fix for apache modules

2004-03-14 Thread Thom May
* Andres Salomon ([EMAIL PROTECTED]) wrote : > > I prefer the 021-pcre_mangle_symbols.patch patch, even though it's > larger; it ensures stability, at the cost of some code duplication. The > 020-external_pcre.patch patch isn't as clean as I'd hoped, and for the > added complexity, not much memor

Re: [PATCH] htdigest.c - remove ugly dependance on external cp; use apr_temp_dir_get() for getting temp dir

2004-03-14 Thread Thom May
* Guenter Knauf ([EMAIL PROTECTED]) wrote : > Hi, > this patch makes htdigest use the apr_temp_dir_get() for getting the temp dir; > and also removes the dependance on external cp/copy; > changed printout to use apr function like htpasswd; > replaced tabs with spaces. This really ought to be 4 sepe

Re: [PATCH] htpasswd.c - use apr_temp_dir_get() for getting temp dir

2004-03-13 Thread Thom May
* Guenter Knauf ([EMAIL PROTECTED]) wrote : > Hi, > this patch makes htpasswd use the apr_temp_dir_get() instead of only asking the > environment vars. > If someone isnt fine with the move back into main() of this part, I can provide > another patch which leaves the separate function in. In addit

Re: [PROPOSAL] Move httpd to the subversion repository

2004-03-13 Thread Thom May
* Sander Striker ([EMAIL PROTECTED]) wrote : > Hi, > > I hereby would like to propose that we move the HTTP Server project > codebase to the Subversion repository at: > http://svn.apache.org/repos/asf/. > +1. -Thom

Re: Bug? in 1.3 htdigest?

2004-03-08 Thread Thom May
* Andr? Malo ([EMAIL PROTECTED]) wrote : > * Thom May <[EMAIL PROTECTED]> wrote: > > > * Thom May ([EMAIL PROTECTED]) wrote : > > > Hey guys, > > > just wondering why we use system(copy...)/system(cp...) in htdigest in > > > 1.3, when the netware op

Re: Bug? in 1.3 htdigest?

2004-03-02 Thread Thom May
* Thom May ([EMAIL PROTECTED]) wrote : > Hey guys, > just wondering why we use system(copy...)/system(cp...) in htdigest in 1.3, > when the netware option seems to be more secure? > The patch attached just rips out the ifdef and uses the netware code > globally. No complaints? Su

Bug? in 1.3 htdigest?

2004-02-29 Thread Thom May
Hey guys, just wondering why we use system(copy...)/system(cp...) in htdigest in 1.3, when the netware option seems to be more secure? The patch attached just rips out the ifdef and uses the netware code globally. -Thom Index: htdigest.c

2.0.48 pre4

2003-10-09 Thread Thom May
+1 from Linux: prefork/perchild/threadpool/worker all build prefork/worker both work fine in production environments.

Re: Installation directories bindir and sbindir

2003-10-06 Thread Thom May
* [EMAIL PROTECTED] (direkt) ([EMAIL PROTECTED]) wrote : > Hi. > > I'm just writing a configure documentation. While trying to find out > some more information about some configure options, I found all server > and supporting programs like httpd, apachectl, suecex, htpasswd, > dmmanage, etc. to be

Re: ScriptLog

2003-09-07 Thread Thom May
* Ian Holsman ([EMAIL PROTECTED]) wrote : > Cliff Woolley wrote: > >It's too bad you can't set the ScriptLog in a per-dir context -- that > >would allow an individual user (aka myself) to debug their own cgi scripts > >into their own error log even though there's no global ScriptLog enabled. > > >

Re: bugzilla reporting question

2003-08-17 Thread Thom May
* Kurt Miller ([EMAIL PROTECTED]) wrote : > I have a question regarding submitting reports to bugzilla. If a bug has > been reported in bugzilla for 2.0.47, is it necessary to report it for > 1.3.28 as well? > > The specific case I'm asking about is: > > http://nagoya.apache.org/bugzilla/show_bug

Re: cvs commit: httpd-2.0/modules/mappers mod_rewrite.c

2003-08-14 Thread Thom May
* [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote : > nd 2003/08/05 10:44:02 > > +return "RewriteLog and RewriteLogLevel are not support by this build " supported Cheers -Thom

(forw) [lists@consulting.net.nz: Bug#202124: apache2 2.0.47-1 fails to start due to detached and defunct processes]

2003-08-02 Thread Thom May
So this sounds like a regression in 2.0.47 with worker. Coming from the debian POV, there is no difference in build environment between the two builds, and no patches are applied to the mpms. Just a heads up, I'll try and dig further in a bit. -Thom --- Begin Message --- Hi Thom May and

Re: strip rewritelog functionality per compiler option

2003-08-01 Thread Thom May
* Justin Erenkrantz ([EMAIL PROTECTED]) wrote : > --On Thursday, July 31, 2003 04:41:07 +0200 André Malo <[EMAIL PROTECTED]> wrote: > > >On high-traffic production sites it is unlikely that RewriteLog will ever > >be used, so it may be desirable to strip the code entirely per compiler > >option fr

Re: config.nice should be installed

2003-07-25 Thread Thom May
* Sander Striker ([EMAIL PROTECTED]) wrote : > > From: André Malo [mailto:[EMAIL PROTECTED] > > Sent: Thursday, July 24, 2003 11:38 PM > > > * Aaron Bannert wrote: > > > > > On Thursday, July 24, 2003, at 01:31 PM, Astrid Keßler wrote: > > > > > >>> It would be a big help to our users if config.n

Re: [PATCH][1.3] Segfault in mod_proxy

2003-07-17 Thread Thom May
* Jeff Trawick ([EMAIL PROTECTED]) wrote : > Thom May wrote: > > >--- build-tree/apache_1.3.27/src/modules/proxy/proxy_ftp.c 2002-04-07 > >20:57:36.0 +0200 > >+++ build-tree/apache_1.3.27/src/modules/proxy/proxy_ftp.c 2003-07-17 > >12:12:34.000

Re: [PATCH][1.3] Segfault in mod_proxy

2003-07-17 Thread Thom May
* Jim Jagielski ([EMAIL PROTECTED]) wrote : > Thom May wrote: > > > > > > Hi folks, > > Hmmm... I wonder if we should hold off on 1.3.28 then. I'm > leaning towards releasing 1.3.28 as-is, and us placing this > in patches/ (and of course, being committed to

[PATCH][1.3] Segfault in mod_proxy

2003-07-17 Thread Thom May
Hi folks, so it seems that ProxyPass operation has been broken since at least 1.3.9; we're currently firefighting our way through the list of debian bugs and found http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=57316 - ProxyPass to ftp urls causes apache to segfault. The attached patch borrows fr

Re: cvs commit: httpd-2.0/docs/manual/vhosts details.html.en details.html.ko.euc-kr examples.html.en examples.html.ko.euc-kr fd-limits.html.en fd-limi

2003-05-31 Thread Thom May
* Andr? Malo ([EMAIL PROTECTED]) wrote : > * Justin Erenkrantz wrote: > > > Even if we don't drop the generated files in the repository (which I won't > > really comment on, other than that Java on FreeBSD isn't very stable - which > > matters because daedalus is on FreeBSD - someone may want to t

Re: cvs commit: httpd-2.0/docs/manual/vhosts details.html.en details.html.ko.euc-kr examples.html.en examples.html.ko.euc-kr fd-limits.html.en fd-limi

2003-05-30 Thread Thom May
* Andr? Malo ([EMAIL PROTECTED]) wrote : > Not so long time ago the build process wasn't stable enough (produced > different results in different environments). After some tricks to work > around the problems we could consider this point resolved now. > OK, so this sounds like a reasonable thing t

Re: cvs commit: httpd-2.0/docs/manual/vhosts details.html.en details.html.ko.euc-kr examples.html.en examples.html.ko.euc-kr fd-limits.html.en fd-limi

2003-05-30 Thread Thom May
* Astrid Ke?ler ([EMAIL PROTECTED]) wrote : > >> Hm, sorry. > >> I'd see some alternatives > >> - split the commit (e.g. by language) > >> - create a new docs-cvs-mailinglist > >> - drop the generated files and build the stuff online and for every release > >> (RM job, resp. the tarball roller'

Re: cvs commit: httpd-2.0/docs/manual/vhosts details.html.en details.html.ko.euc-kr examples.html.en examples.html.ko.euc-kr fd-limits.html.en fd-limi

2003-05-30 Thread Thom May
* Andr? Malo ([EMAIL PROTECTED]) wrote : > * Aaron Bannert wrote: > > > On Thursday, May 29, 2003, at 12:30 PM, [EMAIL PROTECTED] wrote: > > > >> Modified:docs/manual Tag: APACHE_2_0_BRANCH bind.html.en > >> bind.html.ja.jis bind.html.ko.euc-kr > >>

Re: [PATCH] drop --enable-layout from ac_configure_args when configuring apr and apr-util

2003-04-02 Thread Thom May
* Jeff Trawick ([EMAIL PROTECTED]) wrote : > This is Justin's suggested logic from an earlier thread, with some minor > tweaks. > > Applying this patch to the 2.0.45 tarball allowed binbuild.sh to create > a binary distribution on Linux. Prior to this change, apr configuration > would bail bec

Re: apache 2.0.45 and deb build script

2003-04-02 Thread Thom May
* Thom May ([EMAIL PROTECTED]) wrote : > * Markus Welsch ([EMAIL PROTECTED]) wrote : > the debian build scripts used to build the debs as released in unstable and > testing run to close to 5000 lines of code, including support programs and > so on. > It's not really pract

Re: apache 2.0.45 and deb build script

2003-04-02 Thread Thom May
* Markus Welsch ([EMAIL PROTECTED]) wrote : > hi all, > > well since apache 2.0.45 a rpm build script has beed added. is there a > chance to add a deb build script as well ? the debian build scripts used to build the debs as released in unstable and testing run to close to 5000 lines of code, in

Re: Apache 2.0.45 -alpha tarball candidates for testing

2003-03-31 Thread Thom May
* William A. Rowe, Jr. ([EMAIL PROTECTED]) wrote : > The release tarball (and win32 .zip file) are now available for testing from; > > http://httpd.apache.org/dev/dist/ > > Please test this 2.0.45-alpha candidate for general release within the > next 24 hours. Once the dev@ list receives enou

Re: Refactoring apxs, WAS: RE: using installed apxs when apr and apache are installed in different directories

2003-03-28 Thread Thom May
* Justin Erenkrantz ([EMAIL PROTECTED]) wrote : > --On Thursday, March 27, 2003 8:44 PM +0000 Thom May > <[EMAIL PROTECTED]> wrote: > > >can we really not rely on /bin/sh doing something vaguely posix-ish? > > Nah, we can. > > apr-config should work on any

Re: Refactoring apxs, WAS: RE: using installed apxs when apr and apache are installed in different directories

2003-03-27 Thread Thom May
* Ian Holsman ([EMAIL PROTECTED]) wrote : > Sander Striker wrote: > >>From: Thom May [mailto:[EMAIL PROTECTED] > >>Sent: Thursday, March 27, 2003 8:17 PM > > > >Just chiming in... Currently we have a dependency on perl to figure out > >stuff like include

Re: using installed apxs when apr and apache are installed in different directories

2003-03-27 Thread Thom May
* Thom May ([EMAIL PROTECTED]) wrote : > * Jeff Trawick ([EMAIL PROTECTED]) wrote : > > can somebody confirm my results? > > > > apxs -c mod_foo.c > > > > first breakage is due to libtool referenced from wrong directory (apxs > > looks for libtool in ap

Re: using installed apxs when apr and apache are installed in different directories

2003-03-27 Thread Thom May
* Jeff Trawick ([EMAIL PROTECTED]) wrote : > can somebody confirm my results? > > apxs -c mod_foo.c > > first breakage is due to libtool referenced from wrong directory (apxs > looks for libtool in apache's installbuilddir instead of apr's) > > once that is fixed, now only Apache includes are f

x-gzip content-encoding on downloads in /dist/

2003-03-20 Thread Thom May
It seems like setting the x-gzip content encoding in /dist/ is causing a variety of breakage. MD5 sums and signatures for tar.gzs are being sent with ContentType x-gzip, causing mozilla to try and uncompress a plain text file tar.gz files are uncompressed when they're downloaded, so the md5 sums

Re: cvs commit: httpd-2.0 CHANGES

2003-03-13 Thread Thom May
* Aaron Bannert ([EMAIL PROTECTED]) wrote : > > On Wednesday, March 12, 2003, at 12:51 PM, Oden Eriksson wrote: > >Anyway..., despite this enormous disregard or what it is called, > >mandrake > >Linux will be the first distribution shipping apache2 (my packaging), > >_plus_ > >a whole bunch of

Re: how to get 2.0.45-dev ?

2003-03-11 Thread Thom May
* G?nter Knauf ([EMAIL PROTECTED]) wrote : > Hi, > forgot to ask: I assume that apr and apr-util are the same for both trees?? > yes.

Re: Proposal: Remove mod_imap from default list

2003-03-10 Thread Thom May
* David Burry ([EMAIL PROTECTED]) wrote : > are we talking about removing modules entirely, or just modifying what's > enabled by default? > Just what's enabled by default. -Thom

Re: [PATCH] Remove Port from httpd.conf

2003-03-08 Thread Thom May
* Rich Bowen ([EMAIL PROTECTED]) wrote : > It has irritated me for a while that the default Apache 1.3 > configuration contains the Port directive, when the documentation says > not to use it. Does anyone object to this: > +1 to this change. -Thom

Re: Current HEAD of httpd-2.0

2003-03-07 Thread Thom May
* Jeff Trawick ([EMAIL PROTECTED]) wrote : > Thom May wrote: > > >* Jeff Trawick ([EMAIL PROTECTED]) wrote : > > > >>Thom May wrote: > >> > >> > >>>fails to configure with the following error: > >>>Construct makefiles

Re: Current HEAD of httpd-2.0

2003-03-07 Thread Thom May
* Jeff Trawick ([EMAIL PROTECTED]) wrote : > Thom May wrote: > > >fails to configure with the following error: > >Construct makefiles and header files... > >creating config_vars.mk > >updating cache ./config.cache > >creating ./config.status > >crea

Current HEAD of httpd-2.0

2003-03-06 Thread Thom May
fails to configure with the following error: Construct makefiles and header files... creating config_vars.mk updating cache ./config.cache creating ./config.status creating docs/conf/httpd-std.conf sed: file conftest.s2 line 71: Unterminated `s' command sed: file conftest.s3 line 3: Unknown command

Re: coredumps on Linux

2003-03-06 Thread Thom May
* Greg Ames ([EMAIL PROTECTED]) wrote : > Thom May wrote: > > > > ouch! > very ;-) > > This patch would be very useful in that respect. > >+1 from me to have CoreDumpDirectory be able to enable core dumps from root > >owned processes. > >

Re: coredumps on Linux

2003-03-05 Thread Thom May
* Greg Ames ([EMAIL PROTECTED]) wrote : > I mentioned this to other Apache folks around here and got some interesting > reactions: > > * If we don't control this with a directive, we might violate the rule of > least astonishment. For example, admins might be living with some buggy > modules,

Re: Apache 2.0.44 w/ auth_ldap build errors

2003-03-01 Thread Thom May
* Cliff Woolley ([EMAIL PROTECTED]) wrote : > On Fri, 28 Feb 2003, Trevor Hurst wrote: > > > > Anyone in users have this problem, or should I say > > > how mny out there have successfully compiled apache2.0.44 > > > with ldap and auth-ldap support? > > > > > > Did anyone have the same problem I'm

Re: [PATCH] openssl configuration

2003-02-28 Thread Thom May
* Geoff Thorpe ([EMAIL PROTECTED]) wrote : > Hi Madhu, > > * MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) ([EMAIL PROTECTED]) wrote: > > > 1. I thought we should not be enforcing openssl version number checks > > (something like - openssl version SHOULD be > 0.9.6i) - mainly because ppl. > > can appl

Re: [Patch] make buildconf work with out-of-tree apr and apu

2003-01-30 Thread Thom May
* Jeff Trawick ([EMAIL PROTECTED]) wrote : > Thom May wrote: > > >As far as I'm aware, echo -n is POSIX; please beat me with a cluestick if > >I'm wrong... > >-Thom > > AIX 5.2 > > % /bin/sh > % echo -n "abc" > -n abc > % >

Re: [Patch] make buildconf work with out-of-tree apr and apu

2003-01-30 Thread Thom May
* Thom May ([EMAIL PROTECTED]) wrote : > * Justin Erenkrantz ([EMAIL PROTECTED]) wrote : > > --On Wednesday, January 29, 2003 23:55:29 +0000 Thom May > > <[EMAIL PROTECTED]> wrote: > > > > >+if [ ! -d "$apr_src_dir" -o ! -f "$apr_

Re: [Patch] make buildconf work with out-of-tree apr and apu

2003-01-30 Thread Thom May
* Justin Erenkrantz ([EMAIL PROTECTED]) wrote : > --On Wednesday, January 29, 2003 23:55:29 +0000 Thom May > <[EMAIL PROTECTED]> wrote: > > >+if [ ! -d "$apr_src_dir" -o ! -f "$apr_src_dir/build/apr_common.m4" ]; > >then echo ""

[Patch] make buildconf work with out-of-tree apr and apu

2003-01-29 Thread Thom May
This builds on the work Craig Rodrigues did for apr-util; it uses the same logic and mostly the same methodology. Cheers, -Thom Index: buildconf === RCS file: /home/cvspublic/httpd-2.0/buildconf,v retrieving revision 1.29 diff -u -r1

Re: does apr_file_inherit_set() work??

2003-01-26 Thread Thom May
* Günter Knauf ([EMAIL PROTECTED]) wrote : > > * Guenter Knauf ([EMAIL PROTECTED]) wrote : > >> Hi, > >> I can see that mod_log_config, mod_rewrite and mod_file_cache have it in; > >> but where in the source tree is APR_INHERIT as set by > >> apr_file_inherit_set() actually handled? > >> A grep of

Re: does apr_file_inherit_set() work??

2003-01-25 Thread Thom May
* Günter Knauf ([EMAIL PROTECTED]) wrote : > Hi, > I can see that mod_log_config, mod_rewrite and mod_file_cache have it in; > but where in the source tree is APR_INHERIT as set by apr_file_inherit_set() >actually handled? > A grep of the source tree does not find any application of this flag.

(forw) [thor@pivx.com: RE: TRACE used to increase the dangerous of XSS.]

2003-01-23 Thread Thom May
I think this covers most of the points... --- Begin Message --- I just finished reading this so-called whitepaper and the press release, and all I can say is hyped, sensationalised snakeoil. The HttpOnly cookie feature, a proprietary Microsoft extension designed to mitigate a single aspect of XSS

Re: procedure for contributing to mod_rewrite

2003-01-22 Thread Thom May
* [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote : >I am interested in contributing code to mod_rewrite > adding variable expansion in the CondPattern. > Though an experienced programmer, I am not > familiar with the protocols used on a large open > source project such as Apache httpd. > >Cou

Re: Apache 2.0

2003-01-21 Thread Thom May
* Guntupalli, Santhi ([EMAIL PROTECTED]) wrote : > Hi, > Currently I am using HTTP Apache WebServer 1.3.9 with apache JServ > 1.0 or 1.1 . I want to move to HTTP Apache (because multi threaded > support) WebServer 2.0.43.Does Apache 2.0 support any of Apache JServ > versions which is 1.0.x

Re: cvs commit: httpd-2.0/docs/manual/vhosts index.xml index.html.en

2003-01-12 Thread Thom May
> > -/usr/local/apache/bin/httpd -t -D DUMP_VHOSTS > +/usr/local/apache/bin/httpd -S the path is still wrong :( should be /usr/local/apache2/bin/httpd if we're following the default. -Thom

Re: [PATCH] squash a warning in modules/ssl/ssl_engine_log.c

2003-01-03 Thread Thom May
* Greg Stein ([EMAIL PROTECTED]) wrote : > On Fri, Jan 03, 2003 at 11:52:52PM +0000, Thom May wrote: > > on the 2_0_BRANCH; > > >/home/thom/apache2-2.0.43+cvs.1041634517/build-tree/apache2/modules/ssl/ssl_engine_log.c: > In function `ssl_log_ssl_error': > >

[PATCH] squash a warning in modules/ssl/ssl_engine_log.c

2003-01-03 Thread Thom May
on the 2_0_BRANCH; /home/thom/apache2-2.0.43+cvs.1041634517/build-tree/apache2/modules/ssl/ssl_engine_log.c: In function `ssl_log_ssl_error': /home/thom/apache2-2.0.43+cvs.1041634517/build-tree/apache2/modules/ssl/ssl_engine_log.c:122: warning: assignment makes pointer from integer without a cast

Re: Need Help :: apache and ssl ::

2003-01-03 Thread Thom May
* EMRE KUNT (Ebi Bsk. - Sistem Prog) ([EMAIL PROTECTED]) wrote : > Hello, > What is the problem? Thanks and best regards, I'd suggest you should use a more recent version of apache (2.0.43 is current) and note that 0.9.7 is brand new and we've had no reports of it working correctly. try with 2.0.43

Re: Mass Vhosting SuExec (was Re: [PATCH] remove hardcoding of suexec log location)

2003-01-03 Thread Thom May
* Colm MacCárthaigh ([EMAIL PROTECTED]) wrote : > On Wed, Jan 01, 2003 at 10:43:18PM +0000, Thom May wrote: > > * Aaron Bannert ([EMAIL PROTECTED]) wrote : > > > The log is generated from the suexec binary, not httpd, right? > > > Then we can't use a directive

Mass Vhosting SuExec (was Re: [PATCH] remove hardcoding of suexec log location)

2003-01-01 Thread Thom May
* Aaron Bannert ([EMAIL PROTECTED]) wrote : > The log is generated from the suexec binary, not httpd, right? > Then we can't use a directive to control it and it needs to be > hardcoded for safety. The other issue for suexec is mass vhosting; this has somewhat different needs, and mostly results in

Re: [PATCH 2] Remove mutex locks from worker MPM

2003-01-01 Thread Thom May
Hey Brian, your patch seems to have been eaten by gremlins :-( -Thom * Brian Pane ([EMAIL PROTECTED]) wrote : > Here's an updated patch for the worker MPM. It contains > the pool-recycling changes from my first patch yesterday, > plus a (mostly) mutex-free implementation of the idle worker > coun

Re: [PATCH] remove hardcoding of suexec log location

2002-12-31 Thread Thom May
urage people to use --with-suexec-logfile; but we shouldn't have suexec break into many pieces just 'cos they don't... -Thom > > ----- Original Message - > From: "Thom May" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, Decemb

[PATCH] remove hardcoding of suexec log location

2002-12-31 Thread Thom May
This is to fix PR 15713 "suexec-logfile has hardcoded default instead of being placed in --logfiledir" I'm not sure it's right, though, since I'm not sure of the status of suexec on win32/other places where ap_config_layout.h isn't available. -Thom Index: support/suexec.h ===

Re: excessively inclusive include?

2002-12-19 Thread Thom May
* emf ([EMAIL PROTECTED]) wrote : > Hello, > > The apache2.conf file I have includes this line: > > Include /etc/apache2/sites-enabled/* > > When I attempt to revision control /etc/, a .svn directory is placed in > this directory. Apache then refuses to start, after attempting to read > this d

Re: excessively inclusive include?

2002-12-19 Thread Thom May
see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=161512 -Thom * emf ([EMAIL PROTECTED]) wrote : > Hello, > > The apache2.conf file I have includes this line: > > Include /etc/apache2/sites-enabled/* > > When I attempt to revision control /etc/, a .svn directory is placed in > this directory

[PATCH] catch up with renames pending

2002-12-10 Thread Thom May
As the topic :-) -Thom Index: modules/arch/netware/mod_netware.c === RCS file: /home/cvspublic/httpd-2.0/modules/arch/netware/mod_netware.c,v retrieving revision 1.5 diff -u -u -r1.5 mod_netware.c --- modules/arch/netware/mod_netware

Re: cvs commit: httpd-2.0 acinclude.m4

2002-12-10 Thread Thom May
* Bill Stoddard ([EMAIL PROTECTED]) wrote : > AIX doesn't understand -maxdepth. Yeah, it seems to be a gnuism. -Thom

Re: Can't compile HEAD on Linux

2002-12-09 Thread Thom May
* Wilfredo S?nchez ([EMAIL PROTECTED]) wrote : > Yeah, do you still have the log from when it failed? I noticed you > took it off the URL you posted. > > Sander, you ran into the same build failures? See Eric Gillespie's posts to dev@apr; David was seeing the same thing with BeOS; I could re

Re: [PATCH] prevent apxs from inserting AddModule

2002-12-09 Thread Thom May
* Joe Orton ([EMAIL PROTECTED]) wrote : > Resend. I found a bug report on this as well: > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11212 > > - Forwarded message from Joe Orton <[EMAIL PROTECTED]> - > > From: Joe Orton <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Mail-Followup

Re: Can't compile HEAD on Linux

2002-12-09 Thread Thom May
* Sebastian Bergmann ([EMAIL PROTECTED]) wrote : > Sebastian Bergmann wrote: > >> I can't compile current HEAD of httpd-2.0 > > > > Am I the only one experiencing this? an updated build log is here: > > http://www.sebastian-bergmann.de/stuff/httpd.txt > > Odd. After a fresh checkout from CVS it

Re: [PATCH] Re: Broken find usage in server/Makefile.in (HEAD and APACHE_2_0_BRANCH)

2002-12-05 Thread Thom May
* Eric Gillespie ([EMAIL PROTECTED]) wrote : > Eric Gillespie <[EMAIL PROTECTED]> writes: > > > tmp=export_files_unsorted.txt; rm -f $tmp && touch $tmp; for dir in /usr/lo > > cal/apache2/src/include /usr/local/apache2/src/os/S_DIR PR_INCLUDEDIR PU_INCL > > UDEDIR /usr/local/apache2/src/modules/

Re: [Patch] Be more selective on includes

2002-11-25 Thread Thom May
* William A. Rowe, Jr. ([EMAIL PROTECTED]) wrote : > At 07:58 PM 11/20/2002, Thom May wrote: > >This is in response to a debian bug request; basically it just tightens up > >the list of allowed characters, so we don't include .dotfiles and backups > >etc. > >T

Re: [Patch] Be more selective on includes

2002-11-21 Thread Thom May
* André Malo ([EMAIL PROTECTED]) wrote : > * Thom May wrote: > > > This is in response to a debian bug request; basically it just tightens up > > the list of allowed characters, so we don't include .dotfiles and backups > > etc. > > Thoughts? > > hmm. I d

[Patch] Be more selective on includes

2002-11-20 Thread Thom May
This is in response to a debian bug request; basically it just tightens up the list of allowed characters, so we don't include .dotfiles and backups etc. Thoughts? -Thom Index: server/config.c === RCS file: /home/cvspublic/httpd-2.0/s

Re: new download page

2002-10-27 Thread Thom May
* Joshua Slive ([EMAIL PROTECTED]) wrote : > Pier Fumagalli wrote: > > >On 27/10/02 0:54, "David Burry" wrote: > > > > > > > Right. If we had very reliable mirrors and a good technique for keeping > them that way, I'd be fine with doing an automatic redirect or fancy DNS > tricks. But we do

Re: [Vote] 2.1 fork near ready?

2002-10-18 Thread Thom May
bits settle down) post for vote to commit into stable. This simplifies > review, as all the bits can be worked and debated for days, weeks, > months, as they relate to one big change, without constantly asking > for votes. This idea sounds brilliant, and exactly what is needed. +1 Cheers, -T

Re: stable 2.0 trees

2002-10-17 Thread Thom May
for 2.0.2x or less from this year: dont know how long it >lasts... So? This burden is on the module's author, it's not on us. The MMN has been stable for 3 releases now. -Thom -- Thom May -> [EMAIL PROTECTED] Overfiend: what's best? new or used pussy? * stu hears the sound of #debian-devel opening up the fortunes file with $EDITOR

Re: stable 2.0 trees

2002-10-15 Thread Thom May
mber (yea, to appease the folks who are allergic to 0's in version > > numbers). > > > > I like. > Me too. -- Thom May -> [EMAIL PROTECTED] Hello! What is the voting period? From Mar 24th until? until the candidate manoj wants to win is in the lead * asuffield ducks into the icbm shelter

Variable passing in SSI

2002-10-14 Thread Thom May
I have this filed bug via debian's bug system: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=157299&repeatmerged=yes regarding the passing of SSI variables in fancy indexed pages using SSI Header and Readme's. Comments/thoughts/fixes? Cheers, -Thom -- Thom May -> [EMAIL PR

Re: Whopsie on Darwin/Mac OS X 10.2.1... :-(

2002-10-07 Thread Thom May
lso on 10.2.1 Will try with .43 after dinner. -Thom -- Thom May -> [EMAIL PROTECTED] "The use of unmanned aircraft could significantly improve the survivability of combat missions" -- Boeing Defense study

[Patch] Make HTMLTable validate correctly

2002-10-07 Thread Thom May
PR: 13351 it's a pretty titchy change :) Making the default validate is much harder. Cheers, -Thom -- Thom May -> [EMAIL PROTECTED] wiggy: I just hurt other people. because I am evil!! muhahahahahahahaha! evil, I tell you, evil Index: modules/generators/mod_aut

[Patch] Add -S as a synonym for -t -DDUMP_VHOSTS

2002-10-05 Thread Thom May
This allows people who are used to the 1.3 argument to continue working in the style they are used to... Cheers, -Thom -- Thom May -> [EMAIL PROTECTED] wiggy: I just hurt other people. because I am evil!! muhahahahahahahaha! evil, I tell you, evil Index: include/http_mai

Re: recommended openssl version for 2.0.43

2002-10-04 Thread Thom May
* G?nter Knauf ([EMAIL PROTECTED]) wrote : > Hi, > can someone tell what's the recommended opensll version which is known to run with >2.0.43? > thanks, g. The latest one. 0.9.6g Cheers, -Thom -- Thom May -> [EMAIL PROTECTED] Lords and squires, Were you aware of the

Re: httpd-2.0.43-alpha candidates available...

2002-10-03 Thread Thom May
* William A. Rowe, Jr. ([EMAIL PROTECTED]) wrote : > You are right. > > Folks, please vote (for the next hour or so) for one of the following > (everyone is welcome to vote here...) > > [x] release 2.0.43 GA as is > [ ] roll 2.0.44 again, plus mod_logio.c > [ ] roll 2.0.44 again, minus mod

Re: providing apache2 rpms ?

2002-09-30 Thread Thom May
olve around whether to drop > everything into /opt or in the standard locations like /usr/sbin) > The "Debian" layout should be fine for the latter. -Thom -- Thom May -> [EMAIL PROTECTED] US elections: For those of you fearing that the rest of the world might be making fun of the US because of this: Rest assured, we are.

(forw) [dfries@mail.win.org: Bug#161253: apache2: shared memory cleanup]

2002-09-18 Thread Thom May
I'm forwarding this debian bug onto the dev list for discussion and comments. please can the cc line ([EMAIL PROTECTED]) be maintained so the bug gets a record of this? Cheers, -Thom -- Thom May -> [EMAIL PROTECTED] < robster> SHIT < robster> woody doesnt support devfs <

Re: [Patch] remove hardcoded path to scoreboard

2002-08-21 Thread Thom May
* Justin Erenkrantz ([EMAIL PROTECTED]) wrote : > On Sat, Aug 17, 2002 at 08:14:30PM +0100, Thom May wrote: > > As the title says. I've been running into this problem on numerous debian > > installs. > > I believe this patch may not work on Win32 and Netwa

(forw) [joy@gkvk.hr: Bug#157734: request to support a wee bit of guesswork in content negotiation]

2002-08-21 Thread Thom May
Hi Guys, this is a newly filed bug from the debian www team; it holds for apache2 and is a real problem for us. -Thom -- Thom May -> [EMAIL PROTECTED] stibbons: Good morning Mr Moo-lay Moo-lay? stibbons: It's French for mullet --- Begin Message --- Package: apache Severity:

Re: Adding apreq-2 to httpd-2.0

2002-08-21 Thread Thom May
pr-util unless the > non-API helper macros are removed from the public header file. > *nod* -Thom -- Thom May -> [EMAIL PROTECTED] Lords and squires, Were you aware of the fact that you could increaseth the size of your penis by as much as half a cubit? Come visit the apot

[Patch] Style police on htpasswd

2002-08-17 Thread Thom May
just code width checks. -Thom -- Thom May -> [EMAIL PROTECTED] Index: support/htpasswd.c === RCS file: /home/cvspublic/httpd-2.0/support/htpasswd.c,v retrieving revision 1.55 diff -u -u -r1.55 htpasswd.c --- support/htpasswd.c

[Patch] remove hardcoded path to scoreboard

2002-08-17 Thread Thom May
As the title says. I've been running into this problem on numerous debian installs. -Thom -- Thom May -> [EMAIL PROTECTED] asuffield: my english is not so bas as you may think ;-) Index: include/scoreboard.h === RCS fil

[Patch] Move configure argument parsing into apr

2002-08-15 Thread Thom May
This is the twin of the commit I just did on APR, just to minimise duplication. Cheers, -Thom -- Thom May -> [EMAIL PROTECTED] for the record: AGH! * Knghtbrd- gets back to abusing gdm Index: acinclude.m4 === RCS file: /h

Re: atol

2002-07-24 Thread Thom May
e. The patch I > got from Shantonu adds an APR function apr_atoll which returns a long > long. It uses strtoll is available, otherwise falls back to strtol. > > Questions: > > 1- Is adding apr_strtoll kosher? +1 > 2- Should I also add apr_strtoll for completeness? +1 -Thom -- Thom May -> [EMAIL PROTECTED]

Re: cvs commit: httpd-2.0 STATUS

2002-07-24 Thread Thom May
* Jeff Trawick ([EMAIL PROTECTED]) wrote : > Thom May <[EMAIL PROTECTED]> writes: > > > * James Cox ([EMAIL PROTECTED]) wrote : > > > no! no! leave apachectl to behave as it always has done. could someone > > > consider vetoing this argum

Re: cvs commit: httpd-2.0 STATUS

2002-07-23 Thread Thom May
* James Cox ([EMAIL PROTECTED]) wrote : > no! no! leave apachectl to behave as it always has done. could someone > consider vetoing this argument based on backwards compatibility? > > -- James Agreed - why do we need this many layers of indirection? what does it buy us having apachectl call a sc

Re: cvs commit: httpd-2.0 STATUS

2002-07-23 Thread Thom May
onf should be installed to > + sysconfdir/examples or manualdir/exampleconf/ > + +1: slive > I think manualdir/example-confs/ is probably the best of the lot, but manualdir/exampleconf/ is equally good. -Thom -- Thom May -> [EMAIL PROTECTED] "Historically speaking,

Re: daedalus is running httpd-2.0.pre40

2002-07-18 Thread Thom May
.bak.# files. Narrrgh. Put the new files as .new - that way we don't break anything. We should only do this for $sysconfdir, too - it's the only place we can pseudo guarantee that we're replacing like with like. Cheers, -Thom -- Thom May -> [EMAIL PROTECTED] Even Debian developers are human.

  1   2   >