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't reveal any uses of this code in our tree

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 practice.

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 top

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: [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] 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 seperate

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 memory is

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: [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 addition

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 option seems to be more secure? The patch attached just rips

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? Suggestions? I'll commit

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. --Cliff

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:

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 ---BeginMessage--- Hi Thom May and Cliff Woolley

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 from

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.nice was installed

[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

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 1.3.29-dev)... Any objections? I don't see

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.0 +0200 ... +#ifdef EAPI +ap_hook_use

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 try to

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: 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's) - would need

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 to

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,

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 practical to include that, however

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 because

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 enough

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 found so

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 apache's installbuilddir instead of apr's) once

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 dirs etc, which is a bit silly. httpd-config could

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 other

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: 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

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 and header files... creating config_vars.mk updating cache ./config.cache creating ./config.status

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. Cheers, -Thom Thanks much for the feedback, Thom

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

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, and

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 apply patches

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 + Thom May [EMAIL PROTECTED] wrote: +if [ ! -d $apr_src_dir -o ! -f $apr_src_dir/build/apr_common.m4 ]; then echo -echo You don't have

[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

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 the source tree

(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... ---BeginMessage--- 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. Could

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 or

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

2003-01-12 Thread Thom May
example -/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: 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 +, 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 to control it and it needs to be hardcoded

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,

[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

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 +, 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': /home/thom/apache2-2.0.43+cvs.1041634517/build

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 count.

[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: [PATCH] remove hardcoding of suexec log location

2002-12-31 Thread Thom May
--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, December 31, 2002 11:39 AM Subject: [PATCH] remove hardcoding of suexec log location

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.

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

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

[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 ---

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 built just

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-To: [EMAIL

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: [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/http; do

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. Thoughts? Yea... I'd ask for exactly what

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 don't like it. The most can easily be done with normal

[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:

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 don't have that

Re: [Vote] 2.1 fork near ready?

2002-10-18 Thread Thom May
. 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, -Thom -- Thom May - [EMAIL PROTECTED] robster SHIT robster woody

Re: stable 2.0 trees

2002-10-17 Thread Thom May
-- Thom May - [EMAIL PROTECTED] srbaker 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
numbers). I like. Me too. -- Thom May - [EMAIL PROTECTED] spectra Hello! spectra What is the voting period? From Mar 24th until? asuffield 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=157299repeatmerged=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 PROTECTED] Joy it's

[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] moshez wiggy: I just hurt other people. because I am evil!! muhahahahahahahaha! evil, I tell you, evil Index: modules/generators/mod_autoindex.c

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

2002-10-07 Thread Thom May
after dinner. -Thom -- Thom May - [EMAIL PROTECTED] The use of unmanned aircraft could significantly improve the survivability of combat missions -- Boeing Defense study

[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] moshez wiggy: I just hurt other people. because I am evil!! muhahahahahahahaha! evil, I tell you, evil Index: include

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] Overfiend Lords and squires, Overfiend Were you aware of the fact

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_logio

Re: providing apache2 rpms ?

2002-09-30 Thread Thom May
) 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 willy devfs is FUcking Shit

Re: Adding apreq-2 to httpd-2.0

2002-08-21 Thread Thom May
header file. *nod* -Thom -- Thom May - [EMAIL PROTECTED] Overfiend Lords and squires, Overfiend 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 apothecary and essay the new miracle tonic by Dr

(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] TongMaster stibbons: Good morning Mr Moo-lay stibbons Moo-lay? TongMaster stibbons: It's French for mullet ---BeginMessage--- Package: apache

[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] buxy asuffield: my english is not so bas as you may think ;-) Index: include/scoreboard.h === RCS file

[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 10

[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] Knghtbrd- for the record: Knghtbrd- AGH! * Knghtbrd- gets back to abusing gdm Index: acinclude.m4

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 argument based on backwards compatibility? -- James Agreed - why

Re: cvs commit: httpd-2.0 STATUS

2002-07-23 Thread Thom May
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, the presences of wheels in Unix has never precluded

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

Re: daedalus is running httpd-2.0.pre40

2002-07-18 Thread Thom May
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.

Re: Port 80 vs 8080 when not SU.

2002-07-10 Thread Thom May
on a priv port. If they're not, then they're gonna be even more pissed if we change unpriv ports at random on them. Cheers, -Thom -- Thom May - [EMAIL PROTECTED] Step forward MP3.com founder Michael Robertson, a man with a talent for soundbites: All I know is that I'm being sued for unfair business

Re: Port 80 vs 8080 when not SU.

2002-07-10 Thread Thom May
for it. Cheers, -Thom -- Thom May - [EMAIL PROTECTED] Personally, I quite like the little pictures they display when things are scanned. Just so you know what a zucchini looks like before you go throwing your money away on one. Oh shit! Is that zucchini? It said OREOS on the shelf!

[PATCH] apr-util renames

2002-07-06 Thread Thom May
This patch kinda goes with the cvs commit I just did on apr-util. According to my testing httpd still compiles without it, but... :) -Thom Index: modules/dav/main/util.c === RCS file:

[Patch] htpasswd doesn't add a newline to the end of an entry

2002-07-02 Thread Thom May
Uh, as the title really. I guess this is a bug - it certainly isn't the old behaviour, as far as I can tell. Cheers, -Thom -- Thom May - [EMAIL PROTECTED] aj *sigh* you'd think a distribution composed of 6000 packages distributed across 13 different architectures (in various stages between pre

[PATCH] htpasswd: when updating a record, don't create it too

2002-07-02 Thread Thom May
found wasn't getting incremented when we update an exisiting record, thus an additional new record was getting created. Cheers, -Thom -- Thom May - [EMAIL PROTECTED] spectra Hello! spectra What is the voting period? From Mar 24th until? asuffield until the candidate manoj wants to win

[PATCH] htpasswd: use apr_file_copy

2002-07-02 Thread Thom May
this seems a bit cleaner than doing a system(), also hopefully more maintainable. Cheers, -Thom -- Thom May - [EMAIL PROTECTED] doogie I shaved more of my butt this time. it's got a few days stubble growth, and it causes the most odd type of itching. Overfiend doogie: I would imagine

[PATCH] htpasswd: sanity check the passwd file

2002-07-02 Thread Thom May
This patch adds some sanity checking to ensure we don't blow away a file that is not a htpasswd file. -- Thom May - [EMAIL PROTECTED] Memes don't exist. Tell your friends. --NTK Index: support/htpasswd.c === RCS file

Re: [suggestion] FHS config.layout entry for httpd2

2002-06-07 Thread Thom May
think it would be useful. This is pretty much the opt layout with some local mods... Not worth having twice, I think :) -- Thom May - [EMAIL PROTECTED] * edward just installed gbuffy edward (mail notifier) infinity Dang. infinity How disappointing. Hydroxide not the GNU Vampire Slayer? infinity I

[PATCH] Enable -k for threadpool MPM

2002-06-06 Thread Thom May
Mostly because I've been running threadpool for a while and the lack of this support was getting annoying. Cheers, -Thom -- Thom May - [EMAIL PROTECTED] ICANN has been making all their meetings closed door so nobody can see that they've been spending the majority of their budget on crack

  1   2   >