HEAD broken on Win32

2002-05-25 Thread Sebastian Bergmann
apr_brigade.c ./include\apr_buckets.h(62) : fatal error C1083: Include-Datei kann nicht geoeff net werden: 'apu.h': No such file or directory apr_buckets.c ./include\apr_buckets.h(62) : fatal error C1083: Include-Datei kann nicht geoeff net werden: 'apu.h': No such file or directory

Re: HEAD broken on Win32

2002-05-25 Thread William A. Rowe, Jr.
At 01:54 AM 5/25/2002, you wrote: apr_brigade.c ./include\apr_buckets.h(62) : fatal error C1083: Include-Datei kann nicht geoeff net werden: 'apu.h': No such file or directory Try CVS up... I left some libaprutil identifiers when I lifted that build from libaprutil.dsp into aprutil.dsp.

Re: cvs commit: site/docs/dyn closer.cgi

2002-05-25 Thread Joshua Slive
Cliff, I think this should solve (or at least hack around) the mirror problem you were having. Please give it a go when you have a chance. On 25 May 2002 [EMAIL PROTECTED] wrote: slive 02/05/25 09:27:50 Modified:docs/dyn closer.cgi Log: Make a couple small improvements to

Re: HEAD broken on Win32

2002-05-25 Thread Sebastian Bergmann
William A. Rowe, Jr. wrote: Try CVS up... I left some libaprutil identifiers when I lifted that build from libaprutil.dsp into aprutil.dsp. Works again now, thanks. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you?

Re: cvs commit: site/docs/dyn closer.cgi

2002-05-25 Thread Cliff Woolley
On Sat, 25 May 2002, Joshua Slive wrote: Cliff, I think this should solve (or at least hack around) the mirror problem you were having. Please give it a go when you have a chance. Muuucc better. Thanks!! --Cliff

Re: Tagging 2.0.37

2002-05-25 Thread Cliff Woolley
Okay, I know there are still things that need to go in prior to 2.0.37, but I also know that HEAD is currently nice and stable, at least on Unix. So in order to start working toward a release without holding up any other work, I've tagged the tree as JCW_PRE_2037. We'll tag in changes to HEAD

Re: Tagging 2.0.37

2002-05-25 Thread Justin Erenkrantz
On Sat, May 25, 2002 at 10:07:54PM -0400, Cliff Woolley wrote: Okay, I know there are still things that need to go in prior to 2.0.37, but I also know that HEAD is currently nice and stable, at least on Unix. So in order to start working toward a release without holding up any other work,

Re: Tagging 2.0.37

2002-05-25 Thread Ian Holsman
Justin Erenkrantz wrote: On Sat, May 25, 2002 at 10:07:54PM -0400, Cliff Woolley wrote: Okay, I know there are still things that need to go in prior to 2.0.37, but I also know that HEAD is currently nice and stable, at least on Unix. So in order to start working toward a release without

[PATCH] Clean up ap_read_pid

2002-05-25 Thread Justin Erenkrantz
Since I can't start httpd on Darwin right now, I can't test this. But, I believe that ap_read_pid() needs to be cleaned up in some similiar fashion to the following patch - it also now calls apr_file_read_full. So, if someone would like to test this before 2.0.37 is tagged, that'd be nice. The

Starting httpd on Darwin

2002-05-25 Thread Justin Erenkrantz
This is an odd one. Has anyone seen this? It's just hanging looking up the 0.0.0.0 address when it tries to process the config file. For me, this looks like a showstopper. But, I can't spend much time on this for a few days, so I'm not a lot of help. -- justin #0 0x7978 in

suexec related patches for PR 7810, 7791, 8291, 9038

2002-05-25 Thread Colm MacCárthaigh
Since there have been some changes to the affected source files and multiple problems presented themselves in unixd.c, my patches to make suexec + [ mod_include | mod_userdir | mod_cgid ] work were getting stale. So I've rediffed them against CVS. I also had a good look through all of the

Re: Content Codings (was: Re: cvs commit: httpd-2.0/modules/filtersmod_deflate.c)

2002-05-25 Thread Ian Holsman
This is a patch to implement what you mentioned Greg. I haven't got the time to fully test so hence it's in a email instead of just being committed. --Ian Index: mod_deflate.c === RCS file: