Re: mod_cache, mod_deflate and Vary: User-Agent

2009-08-27 Thread tokiley
> Brian Akins of Turner Broadcasting, Inc. wrote... > > We are moving towards the 'if you say you support gzip, > then you get gzip' attitude. There isn't a browser in the world that can 'Accept Encoding' successfully for ALL mime types. Some are better than others but there are always certain

Re: svn commit: r808489 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml

2009-08-27 Thread Nick Kew
Ruediger Pluem wrote: On 08/27/2009 06:18 PM, n...@apache.org wrote: Author: niq Date: Thu Aug 27 16:18:19 2009 New Revision: 808489 URL: http://svn.apache.org/viewvc?rev=808489&view=rev Log: Improve docs note on PR 46665 (ProxyPassMatch buglet) as suggested by wrowe Don't you need to do the

Re: svn commit: r808212 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_cache.xml modules/cache/cache_storage.c modules/cache/cache_util.c modules/cache/mod_cache.c modules/cache/mod_cache.h

2009-08-27 Thread Graham Leggett
Ruediger Pluem wrote: > The original code above uses some magic to avoid stomping on an already > existing Warning header: > > /* make sure we don't stomp on a previous warning */ > if ((warn_head == NULL) || > ((warn_head != NULL) && (ap_strstr_c(warn_head

Re: four potential bugs discovered from CWRU research group

2009-08-27 Thread Boya Sun
Following Nick's suggestions, I entered the bugs into Bugzilla. For the four bugs I discovered, three of them are duplicates of existing bugs, so I added comments and attached patches to the three bugs. I created a new bug 47753 for the only bug that is not similar to any existing bugs. The bugs

Re: svn commit: r808062 - /httpd/mod_ftp/trunk/README-FTP

2009-08-27 Thread William A. Rowe, Jr.
Guenter Knauf wrote: > 2) If anyone would do so he would most likely be on Win32 where you get > a warning and you have to agree before an existing file is overwritten. I always click 'yes' without paying much attention :) Seriously ... > 3) If anyone would really want to combine into httpd sour

Re: Analysis of the Apache web server code repository

2009-08-27 Thread t.n.a.
Ruediger Pluem wrote: >> I'm not sure I understand: you use the "Submitted by:" convention in the >> log message to list the contributors? Why? >> > Only if the committer is not the contributor. In this case we use this > convention > to document the provenance of the patch. > I see. I am

Re: svn commit: r808212 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_cache.xml modules/cache/cache_storage.c modules/cache/cache_util.c modules/cache/mod_cache.c modules/cache/mod_cache.h

2009-08-27 Thread Ruediger Pluem
On 08/27/2009 12:46 AM, minf...@apache.org wrote: > Author: minfrin > Date: Wed Aug 26 22:46:35 2009 > New Revision: 808212 > > URL: http://svn.apache.org/viewvc?rev=808212&view=rev > Log: > mod_cache: Introduce the thundering herd lock, a mechanism to keep > the flood of requests at bay that st

Re: Analysis of the Apache web server code repository

2009-08-27 Thread Ruediger Pluem
On 08/27/2009 09:20 PM, Tomislav Nakic-Alfirevic wrote: > William A. Rowe, Jr. wrote: > >> And also note, the meta log text line "Submitted by:" indicates that the >> committer is not the author - this is usually followed by one or more >> human names with an email name in <>'s. > > I'm not sur

Re: Analysis of the Apache web server code repository

2009-08-27 Thread Tomislav Nakic-Alfirevic
William A. Rowe, Jr. wrote: And also note, the meta log text line "Submitted by:" indicates that the committer is not the author - this is usually followed by one or more human names with an email name in <>'s. I'm not sure I understand: you use the "Submitted by:" convention in the log messa

Re: svn commit: r808489 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml

2009-08-27 Thread Ruediger Pluem
On 08/27/2009 06:18 PM, n...@apache.org wrote: > Author: niq > Date: Thu Aug 27 16:18:19 2009 > New Revision: 808489 > > URL: http://svn.apache.org/viewvc?rev=808489&view=rev > Log: > Improve docs note on PR 46665 (ProxyPassMatch buglet) as suggested by wrowe Don't you need to do these changes

Re: svn commit: r808212 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_cache.xml modules/cache/cache_storage.c modules/cache/cache_util.c modules/cache/mod_cache.c modules/cache/mod_cache.h

2009-08-27 Thread Ruediger Pluem
On 08/27/2009 12:46 AM, minf...@apache.org wrote: > Author: minfrin > Date: Wed Aug 26 22:46:35 2009 > New Revision: 808212 > > URL: http://svn.apache.org/viewvc?rev=808212&view=rev > Log: > mod_cache: Introduce the thundering herd lock, a mechanism to keep > the flood of requests at bay that st

Re: svn commit: r808062 - /httpd/mod_ftp/trunk/README-FTP

2009-08-27 Thread Guenter Knauf
Bill, William A. Rowe, Jr. schrieb: > Guenter Knauf wrote: >> what two different copies? where are these two? > > There were two flavors of the instructions for netware, one occurred > before and one after the section on rebuilding docs. whoups? >>> It is not clear ... gmake or make? make -f NWG

Re: svn commit: r808062 - /httpd/mod_ftp/trunk/README-FTP

2009-08-27 Thread William A. Rowe, Jr.
Guenter Knauf wrote: > what two different copies? where are these two? There were two flavors of the instructions for netware, one occurred before and one after the section on rebuilding docs. >> It is not clear ... gmake or make? make -f NWGNUftp-makefile will or >> will not work properly? Net

Re: svn commit: r808327 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml

2009-08-27 Thread Nick Kew
On 27 Aug 2009, at 16:37, William A. Rowe, Jr. wrote: +Note + The URL argument must be parsable as a URL before regexp + substitutions (as well as after). This limits the matches you can use. + See https://issues.apache.org/bugzilla/ show_bug.cgi">PR 46665 + for

Re: svn commit: r808327 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml

2009-08-27 Thread William A. Rowe, Jr.
n...@apache.org wrote: > Author: niq > Date: Thu Aug 27 08:53:18 2009 > New Revision: 808327 > > URL: http://svn.apache.org/viewvc?rev=808327&view=rev > Log: > Document limitation to ProxyPassMatch in PR 46665 > > Modified: > httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml > > Modif

Re: svn commit: r808062 - /httpd/mod_ftp/trunk/README-FTP

2009-08-27 Thread Guenter Knauf
Bill, wr...@apache.org schrieb: > Author: wrowe > Date: Wed Aug 26 15:44:52 2009 > New Revision: 808062 > > URL: http://svn.apache.org/viewvc?rev=808062&view=rev > Log: > Attempt to merge two different copies of the netware build instructions. what two different copies? where are these two? > It

Re: mod_cache, mod_deflate and Vary: User-Agent

2009-08-27 Thread Akins, Brian
On 8/26/09 3:20 PM, "Paul Querna" wrote: > I would write little lua scriptlets that map user agents to two > buckets: supports gzip, doesnt support gzip. store the thing in > mod_cache only twice, instead of once for every user agent. We do the same basic thing. We are moving towards the "if y

Re: HTTP mode on Apache not working

2009-08-27 Thread Jorge Schrauwen
Hi Madhuri, Please direct your question towards us...@httpd.apache.org, include more information than this too. Part of your config would be helpful. Kind regards ~Jorge On Thu, Aug 27, 2009 at 1:11 PM, Madhuri wrote: > > Hi All - This is the first time I am setting up apache server. It works

HTTP mode on Apache not working

2009-08-27 Thread Madhuri
Hi All - This is the first time I am setting up apache server. It works fine on SSL mode with https://XX/, however it does not work with http://XX/. Will really appreciate any help. Thanks Madhuri -- View this message in context: http://www.nabble.com/HTTP-mode-on-Apache-not-working-tp2

Re: mod_cache, mod_deflate and Vary: User-Agent

2009-08-27 Thread tokiley
> William A. Rowe, Jr. > > I think we blew it :) > > Vary: user-agent is not practical for correcting errant browser behavior. You have not 'blown it'. >From a certain perspective, it's the only reasonable thing to do. Everyone keeps forgetting one very important aspect of this issue and that i