Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

new-httpd

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 234
  • Category: General
  • Founded: Aug 7, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

... From: "Paul Querna" <chip@...> To: <dev@...> Sent: Tuesday, May 03, 2005 12:24 PM Subject: Re: [PROPOSAL] Branch 2.1.x on May 13...
1 May 3, 2005
6:05 pm

spam-admin
spam-admin@...
Send Email

... Hash: SHA1 I think that most other developers agree that 2.1.x/trunk has enough features for a 2.2.x GA branch. I believe 2.1.x is a moving target. I think...
21 May 3, 2005
4:51 pm

William A. Rowe, Jr.
wrowe@...
Send Email

... I would like to request a zone for httpd. Thanks, Paul...
1 May 2, 2005
9:22 pm

Paul Querna
chip@...
Send Email

Hi to all, I'm trying to build the Apache 2.0.54 on iSeries PASE (AIX 5.2 emulation), using gcc 3.3.2 and AIX ld. What's the recommanded CFLAGS, LDFLAGS to be...
3 May 2, 2005
12:26 pm

Yanbin Ma
yma@...
Send Email

A while ago I promised that we'd give the database of security issues used to generate the Apache Week security pages to the ASF. Yesterday I worked on...
2 Apr 29, 2005
4:35 pm

William A. Rowe, Jr.
wrowe@...
Send Email

APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2005-04-25 14:27:15 -0400 (Mon, 25 Apr 2005) $] The current...
2 Apr 29, 2005
3:16 pm

Jess Holle
jessh@...
Send Email

In the old days, apr lived in httpd/srclib. Now it can be anywhere, but ../apr is a sensible alternative, hence buildconf's good choice of: ...
1 Apr 28, 2005
9:32 pm

Patrick Welche
prlw1@...
Send Email

Hi.. I've made my peace with trying to read a request byte to byte. However, i'm still trying to get the time between line-input from sockets. It is pretty...
7 Apr 28, 2005
8:26 pm

Ivan Barrera A.
Bruce@...
Send Email

2.1 is logging a message for every connection which is closed with no request sent: since that's exactly what the dummy_connection() does this leaves a lot of...
1 Apr 28, 2005
11:10 am

Joe Orton
jorton@...
Send Email

APACHE 2.1 STATUS: -*-text-*- Last modified at [$Date: 2005-04-26 02:52:04 -0400 (Tue, 26 Apr 2005) $] The current...
1 Apr 28, 2005
3:47 am

Rodent of Unusual Size
coar@...
Send Email

... .... It looks like this change is causing crashes with PHP: http://issues.apache.org/bugzilla/show_bug.cgi?id=34618 ...
2 Apr 27, 2005
6:07 pm

Graham Leggett
minfrin@...
Send Email

In the case where we're handing off to another proxy server by way of ProxyRemote, 2.0 tries to resolve the hostname in the request, which it may not be able...
1 Apr 27, 2005
5:44 pm

Eric Covener
covener@...
Send Email

I just checked in a patch to move the ldap_set_option() call from trying to set the connection timeout globally to ldap connection specific. I don't have a...
2 Apr 27, 2005
12:07 am

Rici Lake
rici@...
Send Email

I usually build httpd with -DDEBUG, but on the trunk this now triggers a problem in PCRE. With this -D, srclib/pcre/pcre.c #includes a file named printint.c on...
5 Apr 26, 2005
11:38 pm

Philip Hazel
ph10@...
Send Email

The docstring in util_filter.h for ap_get_brigade says: * Get the current bucket brigade from the next filter on the filter * stack. The filter returns an...
1 Apr 26, 2005
9:19 pm

Rici Lake
rici@...
Send Email

Hello, Just curious, is there any reason someone on this list would intentionally attach a file with a .scr ending? Periodically I get the ezmlm program...
4 Apr 26, 2005
6:15 pm

Nathanael Noblet
nathanael@...
Send Email

Regardless of any other changes to the brigade API, this seems to me to be a good idea: Index: util_filter.c ... +++ util_filter.c (working copy) @@...
13 Apr 26, 2005
5:05 pm

Rici Lake
rici@...
Send Email

... Well, which is it you're proposing, all that stuff in rev 151153 or some one-line change? All I want to review in a backport proposal is a single "diff...
1 Apr 26, 2005
11:41 am

Joe Orton
jorton@...
Send Email

Look at: http://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl/ssl_expr.c It has two globals: ssl_expr_info_type ssl_expr_info; char...
3 Apr 26, 2005
6:28 am

Joe Orton
jorton@...
Send Email

Why do pool buckets do an automatic setaside? Should they? No other bucket type does this; consequently, if you want to hold on to a bucket beyond the scope of...
4 Apr 25, 2005
10:40 pm

Cliff Woolley
jwoolley@...
Send Email

Index: mod_include.c ... +++ mod_include.c (working copy) @@ -3060,7 +3060,7 @@ struct ssi_internal_ctx *intern = ctx->intern; request_rec *r = f->r; ...
4 Apr 25, 2005
9:52 pm

Justin Erenkrantz
justin@...
Send Email

I didn't reindent so that the patch would be clearer. Index: mod_include.c ... +++ mod_include.c (working copy) @@ -3542,7 +3542,6 @@ intern->end_seq_len...
2 Apr 25, 2005
9:31 pm

André Malo
nd@...
Send Email

Patch to use a single temporary brigade instead of creating a new one on each invocation: (also does a little code reuse) Index: mod_ext_filter.c ... +++...
1 Apr 25, 2005
6:19 pm

Rici Lake
rici@...
Send Email

On Mon, Apr 25, 2005 at 05:21:42PM -0000, Jim Jagielski wrote: ... I don't think it's quite that simple... 151153 changes a bunch of stuff which isn't in 2.0,...
2 Apr 25, 2005
6:11 pm

Jim Jagielski
jim@...
Send Email

After a filter calls ap_pass_brigade(f->next, bb), who owns bb? The name of the function might lead one to believe that ownership of the brigade was...
19 Apr 25, 2005
5:32 pm

Rici Lake
rici@...
Send Email

I am working on adding TLS 1.1 Server Name Indication(SNI) support to mod_gnutls[1]. SNI allows a client to say which host name they are using, inside the TLS...
3 Apr 25, 2005
5:25 am

Paul Querna
chip@...
Send Email

This code was added in 2001, and it has never done anything. Here, Look at body of the ap_method_list_vdo in modules/http/http_protocol.c: { } Yes. There is...
2 Apr 25, 2005
5:25 am

Paul Querna
chip@...
Send Email

I was just wondering if the 2.0.54 Windows source will be available soon. Thanks. , Josh....
3 Apr 21, 2005
4:14 pm

Fenlason, Josh
jfenlason@...
Send Email

APACHE 2.1 STATUS: -*-text-*- Last modified at [$Date: 2005-03-30 18:16:16 -0500 (Wed, 30 Mar 2005) $] The current...
1 Apr 21, 2005
3:48 am

Rodent of Unusual Size
coar@...
Send Email

APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2005-04-12 17:15:17 -0400 (Tue, 12 Apr 2005) $] The current...
1 Apr 21, 2005
3:47 am

Rodent of Unusual Size
coar@...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help