Can't get makefile to work

2002-02-12 Thread Brian Charlton
After following the on-screen instructions to download, configure and make Flood I get the following error message when I run Make. Any ideas? [EMAIL PROTECTED] flood]$ make all Making all in apr make[1]: Entering directory `/home/bcharlton/flood/httpd-test/flood/apr' make[1]: *** No rule to

Re: Can't get makefile to work

2002-02-12 Thread Aaron Bannert
On Tue, Feb 12, 2002 at 01:18:43PM +, Brian Charlton wrote: After following the on-screen instructions to download, configure and make Flood I get the following error message when I run Make. Any ideas? [EMAIL PROTECTED] flood]$ make all Making all in apr make[1]: Entering directory

RE: mod_proxy hides X-Cache header from upstream server in 1.3.23

2002-02-12 Thread Rief, Jacob
Ok, now I can see again which upstream server cached the requested object :-) The behaviour is almost that same it was before with the difference that in older versions I had one or more headers of type X-Cache, whereas now I have one X-Cache header with multiple value (ap_mergen_table instead of

2.0.31 include and expires

2002-02-12 Thread Brian Akins
I've been playing with 2.0.31 and I've noticed something strange. All of our .html and .htm files are server-parsed and should also have an expire time set. Strange thing is, if I set something like: AddOutputFilter INCLUDES html htm ExpiresActive On ExpiresByType text/html A60 A request

Re: 2.0.31 include and expires

2002-02-12 Thread William A. Rowe, Jr.
This was a key reason for my mod_dir patch that broke Brian's request, below. This is also a mod_negotiation bug, we simply hadn't realized it yet. From: Brian Akins [EMAIL PROTECTED] Sent: Tuesday, February 12, 2002 7:35 AM I've been playing with 2.0.31 and I've noticed something strange.

Re: Random languages for httpd.apache.org/docs (fwd)

2002-02-12 Thread Greg Ames
Adam, There was a code change related to a new httpd 2.0 config directive, ForceLanguagePriority, that caused the strange language behavior you noticed. It seems the new directive doesn't have an appropriate default setting. I have temporarily changed apache.org's config file to compensate, so

RE: new mod_proxy + multiple set-cookie

2002-02-12 Thread Joshua Slive
From: Graham Leggett [mailto:[EMAIL PROTECTED]] Joshua Slive wrote: Just a heads up: There are multiple bug reports that claim that the new mod_proxy is messing up when multiple set-cookie headers are present, which prevents some sites like hotmail from working correctly. Anyone

Re: Solaris8 Problem with native compiler

2002-02-12 Thread Jeff Trawick
jean-frederic clere [EMAIL PROTECTED] writes: I have some problems with the httpd-2.0 (from CVS). Whe compiled with Sun compiler it hangs at startup: +++ $c libc.so.1`_lwp_sema_wait+8(8d7f0, ff19e000, 0, 8d738,

Mirroring Web Content

2002-02-12 Thread David E. Weekly
Apache Developers, Hello! I apologize if this has been discussed in this fashion many times, but I have attempted to read around and wasn't able to directly find any indication that it has been. Please flame me offlist for my naivite. == THE MIRRORING

modules.apache.org

2002-02-12 Thread Ryan Bloom
This has historically been a Covalent hosted and driven project, as a service to the Apache community. Covalent has decided to open that project up to the community to improve. To that end, sometime next week, I will be setting up a machine as a web server and CVS server to be used for

Re: modules.apache.org

2002-02-12 Thread Rodent of Unusual Size
Ryan Bloom wrote: That machine will be hosted by Covalent, and accounts on that machine will be given out as it makes sense. For the time being, I will be admin'ing the machine in my spare time, so things may take a while to get kick-started. Please colour me interested in helping.. --

Interesting Apache 2.0 project...

2002-02-12 Thread Bill Stoddard
I've wanted to look into this for quite awhile but never seem to have the time to do it... Wouldn't it be cool if the interface between the server and mod_cgi (or any other content generator) could be configured to be full duplex (rather than stuck at half duplex as it is today)? With any

Re: modules.apache.org

2002-02-12 Thread Thomas Eibner
On Tue, Feb 12, 2002 at 02:30:28PM -0500, Rodent of Unusual Size wrote: Ryan Bloom wrote: That machine will be hosted by Covalent, and accounts on that machine will be given out as it makes sense. For the time being, I will be admin'ing the machine in my spare time, so things may take

RE: modules.apache.org

2002-02-12 Thread Ryan Bloom
The hope is that we will replace the entire look and feel of the modules.apache.org site. I am hoping that once I have the machine up and running, I can create a mailing list, and we can all discuss our goals for the site at that time. Ryan -- Ryan

Re: Patch for PR# 4634

2002-02-12 Thread Dirk-Willem van Gulik
Nice. On Sun, 10 Feb 2002, Dave Dribin wrote: Hi, I've attached a patch against 1.3.23 that modifies ./configure to take a --force-suffix option as a solution to PR# 4634. http://bugs.apache.org/index.cgi/full/4634 This keeps the default behavior as is, but allows people who want to

UseCanonicalName Off in default config

2002-02-12 Thread Joshua Slive
Any objection to the following default config change (for 2.0 only)? This configuration seems more idiot-proof and would eliminate a huge chunk of newbie why can't I access a directory without a trailing slash questions. I'm posting here before committing because I don't know if there may be

RE: cvs commit: httpd-2.0/modules/experimental mod_mem_cache.c

2002-02-12 Thread Ryan Bloom
Doesn't the race condition still exist? For example, I can delete the object after the if but before the hash_set. You need a mutex, don't you? Ryan -apr_hash_set(sconf-cacheht, obj-key, strlen(obj-key), NULL); +/* + * RACE .. some one might have just deleted this

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

2002-02-12 Thread Ian Holsman
oops.. used the wrong email from address to reply. there is a mutex around this code. what I changed was to add the cleanup_cache_object into the mutex lock Ryan Bloom wrote: Doesn't the race condition still exist? For example, I can delete the object after the if but before the hash_set.

Re: UseCanonicalName Off in default config

2002-02-12 Thread Martin Kraemer
On Tue, Feb 12, 2002 at 03:11:52PM -0500, Joshua Slive wrote: This configuration seems more idiot-proof and would eliminate a huge chunk of newbie why can't I access a directory without a trailing slash questions. I'm posting here before committing because I don't know if there may be some

Re: modules.apache.org

2002-02-12 Thread Martin Kraemer
On Tue, Feb 12, 2002 at 11:48:10AM -0800, Ryan Bloom wrote: The hope is that we will replace the entire look and feel of the modules.apache.org site. I am hoping that once I have the machine up and running, I can create a mailing list, and we can all discuss our goals for the site at that

Re: Interesting Apache 2.0 project...

2002-02-12 Thread Martin Kraemer
On Tue, Feb 12, 2002 at 02:25:40PM -0500, Bill Stoddard wrote: This is an interesting exercise in that we will need manipulate the blocking behaviour of the network layer from the top of the filter stack. Indeed -- but then it's no longer CGI (different interface), so you lose all the CGI

Re: modules.apache.org

2002-02-12 Thread Thomas Eibner
On Tue, Feb 12, 2002 at 11:41:20PM +0100, Martin Kraemer wrote: On Tue, Feb 12, 2002 at 11:48:10AM -0800, Ryan Bloom wrote: The hope is that we will replace the entire look and feel of the modules.apache.org site. I am hoping that once I have the machine up and running, I can create a

Re: modules.apache.org

2002-02-12 Thread Sander Temme
Hopefully it will be better connected (at least for european users, the current modules.apache.org is dead slow and unreliable). Can you send me a traceroute from where you are? I can't promise that I can do anything with it, but it'll be interesting to know where the packets flow when they

Re: cvs commit: httpd-2.0/server/mpm/winnt service.c

2002-02-12 Thread William A. Rowe, Jr.
wrowe 02/02/12 19:33:34 Modified:server/mpm/winnt service.c Log: The final commit to achieve a quality release. We cannot use CreateThread on Win32 when using the clib; msvcrt has its own initialization and destruction, so it needs its own turn. _createthreadex

Re: cvs commit: httpd-2.0 STATUS

2002-02-12 Thread Aaron Bannert
I should have both of these done in the next 24 hours, but in case someone's itching to roll a release tarball now that the Win32 bugs have been squashed I wanted to let it be known that I won't support a beta from current CVS. But don't let me hold up the show. I won't be changing critical

Re: cvs commit: httpd-2.0 STATUS

2002-02-12 Thread Justin Erenkrantz
On Wed, Feb 13, 2002 at 06:09:03AM -, [EMAIL PROTECTED] wrote: aaron 02/02/12 22:09:02 Modified:.STATUS Log: Just a heads up to let people know what I'm working on. I ran into some problems with the new POD code in the worker MPM, and although I'm almost