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: new download page

2002-10-27 Thread Sander Striker
From: Bill Stoddard [mailto:bill;wstoddard.com] Sent: 27 October 2002 03:15 --On Sunday, October 27, 2002 12:30 AM +0100 Pier Fumagalli [EMAIL PROTECTED] wrote: Ok, as long as it's clear! :-) I'm very dumb, but I know other people smarter than me who also have the same problem with

Re: cvs commit: apr/network_io/win32 sockets.c

2002-10-27 Thread Jeff Trawick
William A. Rowe, Jr. [EMAIL PROTECTED] writes: FWIW, somehow this patch breaks Win32 with APR_HAVE_IPV6. The Apache service named reported the following error: [Sat Oct 26 22:45:29 2002] [crit] (OS 11001)No such host is known. : alloc_listener: failed to set up sockaddr for :: . I

Re: RE : mod_auth_ldap

2002-10-27 Thread John K . Sterling
note as i said in the original email, the problem was that mod_auth was enabled, not a problem with auth_ldap. sterling On Wednesday, October 23, 2002, at 05:19 PM, Estrade Matthieu wrote: Hi, I finally made mod_auth_ldap work. First, basic authentication: AuthName auth AuthType Basic

httpd bounced on daedalus

2002-10-27 Thread gregames
...at Sunday, 27-Oct-2002 07:07:35 PST, to install a couple of patches on top of 2.0.43 to fix: * junk left in the scoreboard after a graceful restart with smaller MaxClients * byterange filter was applying ranges to redirect responses Greg

Re: new download page

2002-10-27 Thread Johannes Erdfelt
On Sun, Oct 27, 2002, Thom May [EMAIL PROTECTED] wrote: * 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

Re: new download page

2002-10-27 Thread Justin Erenkrantz
--On Saturday, October 26, 2002 9:33 PM -0400 Joshua Slive [EMAIL PROTECTED] wrote: I like this system better because: 1. It is perfectly transparent to the users. They know exactly where they are downloading from and are given options for alternative locations. You are missing my point: you

Re: new download page

2002-10-27 Thread Joshua Slive
Justin Erenkrantz wrote: You are missing my point: you are creating an extra step that is not needed. There are plenty of solutions to this problem that do not require this level of indirection. For example, you could incorporate the CGI script logic into a shtml file that has a choice list

Re: new download page

2002-10-27 Thread Justin Erenkrantz
--On Sunday, October 27, 2002 11:46 AM -0500 Joshua Slive [EMAIL PROTECTED] wrote: This seems to be exactly the same number of steps to me. In the current page you select the file and then the mirror. With your idea, you select the mirror and then the file. I don't have any problem with your

Re: new download page

2002-10-27 Thread Joshua Slive
Justin Erenkrantz wrote: No, it isn't. We'd select a random default mirror. (The key is the closer.cgi functionality would be incorporated into download.html.) Sure, you can do that. But in that case, you really do need to make absolutely sure that every mirror works every time. What I

Re: cvs commit: apr/network_io/win32 sockets.c

2002-10-27 Thread William A. Rowe, Jr.
At 06:49 AM 10/27/2002, Jeff Trawick wrote: I don't see how any of this commit affects that path... It may not. There -are- problems with the IPV6 port on Win32, yet and still... didn't you say almost exactly the same thing after commiting something to turn on IPv6 for Win32 about a week ago?

Re: new download page

2002-10-27 Thread Justin Erenkrantz
--On Sunday, October 27, 2002 12:33 PM -0500 Joshua Slive [EMAIL PROTECTED] wrote: Sure, you can do that. But in that case, you really do need to make absolutely sure that every mirror works every time. What I have implemented allows the user to gracefully fallback to a working mirror. No,

Re: new download page

2002-10-27 Thread Ask Bjoern Hansen
On Sat, 26 Oct 2002, David Burry wrote: [...] too... hmm.. This is probably getting to be too complex of a suggestion for anyone to do with volunteer time and resources but still just an idea... ;o) ftp'ing to ftp://ftp.perl.org/pub/CPAN/ generally sends you to a nearby CPAN mirror.

Re: new download page

2002-10-27 Thread Ask Bjoern Hansen
On Sat, 26 Oct 2002, Joshua Slive wrote: WHOIS parsing and stuff... _WAY_ overkilling... Anyhow this is going waaay offtopic! :-) See: http://maxmind.com/geoip/ If someone wants a little project, it shouldn't be too hard to integrate this into the existing closer.cgi script. FWIW,

Re: new download page

2002-10-27 Thread Pier Fumagalli
On 27/10/02 19:26, Ask Bjoern Hansen [EMAIL PROTECTED] wrote: On Sat, 26 Oct 2002, David Burry wrote: ftp://ftp.apache.ddns.develooper.com/pub/apache/dist/ should find an Apache mirror not on the other side of the world. We want downloads working with HTTP... Anyhow, how do you do that? Can

Re: new download page

2002-10-27 Thread Bojan Smojver
On Sun, 2002-10-27 at 09:56, Pier Fumagalli wrote: Erik Abele wrote: +1. great idea, but I think the mirror sites should be mentioned more than only once. Agreed, it's one of those things I hate most of SourceForge... I _always_ screw up, copy the link from my browser to my terminal on

Re: new download page

2002-10-27 Thread Justin Erenkrantz
--On Sunday, October 27, 2002 9:39 AM -0800 Justin Erenkrantz [EMAIL PROTECTED] wrote: I'm trying to write it up now. I'm also cleaning up closer.cgi while I'm at it. -- justin Well, that took *way* longer than I wanted to. Anyway, a rough sketch of what I'm thinking of is here:

Re: cvs commit: apr/network_io/win32 sockets.c

2002-10-27 Thread Jeff Trawick
William A. Rowe, Jr. [EMAIL PROTECTED] writes: Yes, however Win32 would start with IPv6 with the Listen 80 directive last week. Something changed this week that the default IP [0::0] no longer works correctly. Named IPs were giving me trouble all along. I know what you mean by 0::0,

Re: new download page

2002-10-27 Thread Joshua Slive
Justin Erenkrantz wrote: --On Sunday, October 27, 2002 9:39 AM -0800 Justin Erenkrantz wrote: I'm trying to write it up now. I'm also cleaning up closer.cgi while I'm at it. -- justin Well, that took *way* longer than I wanted to. Anyway, a rough sketch of what I'm thinking of is here:

Re: new download page

2002-10-27 Thread David Burry
Awesome script... I hadn't thought of doing it this way, this is better than what I was thinking.. it seems to address everyone's concerns too in the best way that's still within our resources. Dave - Original Message - From: Justin Erenkrantz [EMAIL PROTECTED] To: [EMAIL PROTECTED]

RE: new download page

2002-10-27 Thread James Cox
--On Sunday, October 27, 2002 12:33 PM -0500 Joshua Slive [EMAIL PROTECTED] wrote: Sure, you can do that. But in that case, you really do need to make absolutely sure that every mirror works every time. What I have implemented allows the user to gracefully fallback to a working

Linux SSL cert creation on RedHat 7.2

2002-10-27 Thread Vernon Webb
Can someone tell me where I can find a good how-to or can someone please explain how to setup and create ssl certs and keys for an Apache driven web site? I've used the following to create the crt: openssl genra -out privkey.pem openssl req -new -key privkey.pem -out cert.crt But

Fw: Linux SSL cert creation on RedHat 7.2

2002-10-27 Thread Vernon Webb
Let me expand a bit please. I followed these directions: http://www.ssl.com/apache_mod_SSL.asp and did this: openssl genrsa -des3 -out websites.key 1024 openssl req -new -key websites.key -out swingingpenpals.csr My question is that it seems I'm missing a step where I create the crt file. How

Re: Linux SSL cert creation on RedHat 7.2

2002-10-27 Thread Bojan Smojver
This is what I do. Bojan On Mon, 2002-10-28 at 11:13, Vernon Webb wrote: Can someone tell me where I can find a good how-to or can someone please explain how to setup and create ssl certs and keys for an Apache driven web site? I've used the following to create the crt: openssl

Re: Linux SSL cert creation on RedHat 7.2

2002-10-27 Thread Vernon Webb
That worked great. Thanks!! -- This message has been scanned for viruses and dangerous content by Webb Solutions' MailScanner, and is believed to be clean.

Re: Branch of docs tree: Re: Authentication in 2.0

2002-10-27 Thread William A. Rowe, Jr.
At 09:35 PM 10/27/2002, Rich Bowen wrote: On Sun, 27 Oct 2002, William A. Rowe, Jr. wrote: MAIN branch - current development, 2.1 stays here. \--- APACHE_2_0_BRANCH [when we declare 2.1, we 'freeze' 2.0] \--- APACHE_2_2_BRANCH [as we prepare to release 2.2, we branch] I have had very

Re: cvs commit: httpd-2.0 STATUS

2002-10-27 Thread Brian Pane
+* Adopt backwards compatibility for future Apache 2.0 releases + such that MMN changes and eliminating non-experimental modules + are deferred for the next minor version bump (e.g. 2.1, 2.2 + or 3.0). ++1: wrowe + 0: +-1: Does

Re: cvs commit: httpd-2.0 STATUS

2002-10-27 Thread William A. Rowe, Jr.
At 01:08 AM 10/28/2002, Brian Pane wrote: +* Adopt backwards compatibility for future Apache 2.0 releases + such that MMN changes and eliminating non-experimental modules + are deferred for the next minor version bump (e.g. 2.1, 2.2 + or 3.0). ++1: wrowe

New download page up on daedalus

2002-10-27 Thread Justin Erenkrantz
Well, I came back from watching the World Series (woo-hoo! Go Angels!) and I figured that I could just tidy up a bit on the mirror download page that I posted earlier. All of the relevant bits are now checked in, and I'm now reasonably comfortable with the results (saw 2 +1s, so it seems okay

Re: New download page up on daedalus

2002-10-27 Thread Aaron Bannert
On Sun, Oct 27, 2002 at 11:24:07PM -0800, Justin Erenkrantz wrote: If the system doesn't manage to blow itself up after a few days, I think it'd be a good idea to remove the 'from here' link as well, but I'd prefer to leave a well-marked escape hatch for now. -- justin I probably missed