niq | 1 Nov 2007 01:06
Picon
Favicon
Gravatar

svn commit: r590866 - /httpd/httpd/branches/2.2.x/STATUS

Author: niq
Date: Wed Oct 31 17:06:46 2007
New Revision: 590866

URL: http://svn.apache.org/viewvc?rev=590866&view=rev
Log:
Add combined patch to fix Jim's objections.

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=590866&r1=590865&r2=590866&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Wed Oct 31 17:06:46 2007
 <at>  <at>  -167,6 +167,8  <at>  <at> 
      PR 42592
      http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_proxy_http.c?r1=582655&r2=583803&pathrev=583803
      2.2.x patch: http://people.apache.org/~niq/42592.patch
+     2.2.x composite patch: this together with PR41798 patch
+        http://people.apache.org/~niq/41798+42592.patch
      +1: niq, rpluem
      -1: jim: Comment is wrong if not bundled with "nocanon" option
      niq: On the contrary, comment is accurate without the noncanon option.
 <at>  <at>  -201,6 +203,8  <at>  <at> 
         mod_proxy.c patch at http://people.apache.org/~niq/41798.patch
         mod_proxy_http.c patch: trunk works after applying PR#42592 patch
         Other files: trunk patch works.
+     2.2.x composite patch: this together with PR42592 patch
(Continue reading)

rpluem | 1 Nov 2007 12:06
Picon
Favicon

svn commit: r590965 - /httpd/httpd/branches/2.2.x/STATUS

Author: rpluem
Date: Thu Nov  1 04:05:58 2007
New Revision: 590965

URL: http://svn.apache.org/viewvc?rev=590965&view=rev
Log:
* Add comments.

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=590965&r1=590964&r2=590965&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Thu Nov  1 04:05:58 2007
 <at>  <at>  -124,6 +124,9  <at>  <at> 
       2.2.x version of patch:
         http://people.apache.org/~pquerna/eventmpm-ssl-input-2.2.x.patch
     +1: pquerna, jim
+    rpluem says: Your 2.2.x version also contains r360257. Why?
+                 It seems to be that r360257 is part of the write completion
+                 on trunk which is not part of 2.2.x.

     * mod_rewrite: Also set the Vary header if a rewrite condition is true and
       uses a HTTP header, but all remaining rewrite conditions are skipped due
 <at>  <at>  -169,7 +172,7  <at>  <at> 
      2.2.x patch: http://people.apache.org/~niq/42592.patch
      2.2.x composite patch: this together with PR41798 patch
         http://people.apache.org/~niq/41798+42592.patch
(Continue reading)

jfclere | 1 Nov 2007 15:20
Picon
Favicon

svn commit: r591021 - /httpd/httpd/trunk/docs/manual/invoking.xml.fr

Author: jfclere
Date: Thu Nov  1 07:20:47 2007
New Revision: 591021

URL: http://svn.apache.org/viewvc?rev=591021&view=rev
Log:
remove UTF-8. Submitted by Vincent Deffontaines (vincent at gryzor dot com).

Modified:
    httpd/httpd/trunk/docs/manual/invoking.xml.fr

Modified: httpd/httpd/trunk/docs/manual/invoking.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/invoking.xml.fr?rev=591021&r1=591020&r2=591021&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/invoking.xml.fr (original)
+++ httpd/httpd/trunk/docs/manual/invoking.xml.fr Thu Nov  1 07:20:47 2007
 <at>  <at>  -53,7 +53,7  <at>  <at> 
     permettre d'&ecirc;tre associ&eacute; &agrave; ce port privil&eacute;gi&eacute;. Lorsque le serveur est
     d&eacute;marr&eacute;, apr&egrave;s avoir effectu&eacute; quelques op&eacute;rations pr&eacute;liminaires
     comme ouvrir ses fichiers de log, il lance plusieurs processus
-    <em>enfants</em> qui ont pour rôle d'&eacute;couter et de r&eacute;pondre aux
+    <em>enfants</em> qui ont pour r&ocirc;le d'&eacute;couter et de r&eacute;pondre aux
     requ&ecirc;tes des clients. Le processus <code>httpd</code> principal
     continue &agrave; s'ex&eacute;cuter sous l'utilisateur root, tandis que les processus
     enfants s'ex&eacute;cutent sous un utilisateur aux privil&egrave;ges restreints.

fielding | 2 Nov 2007 00:06
Picon
Favicon

svn propchange: r589431 - svn:log

Author: fielding
Revision: 589431
Modified property: svn:log

Modified: svn:log at Thu Nov  1 16:06:12 2007
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Thu Nov  1 16:06:12 2007
 <at>  <at>  -2,3 +2,5  <at>  <at> 

 Cheers, 
 Tony
+
+Submitted by: Lucien Gentis and Vincent Deffontaines <vincent <at> gryzor.com>

trawick | 2 Nov 2007 02:19
Picon
Favicon

svn commit: r591184 - /httpd/httpd/branches/2.2.x/STATUS

Author: trawick
Date: Thu Nov  1 18:19:32 2007
New Revision: 591184

URL: http://svn.apache.org/viewvc?rev=591184&view=rev
Log:
out with

              if (str[j] >= 'a' && str[j] <= 'z') {
                  str[j] = str[j] - ('a' - 'A');
              }

in with

              str[j] = apr_toupper(str[j]);

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=591184&r1=591183&r2=591184&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Thu Nov  1 18:19:32 2007
 <at>  <at>  -249,6 +249,15  <at>  <at> 
           space for the NUL, but they don't have related sections
           which assume a set size; this does (AP_IOBUFSIZE).

+   * EBCDIC fix to mod_authnz_ldap AUTHENTICATE_foo variables
+     trunk:
(Continue reading)

jorton | 2 Nov 2007 12:30
Picon
Favicon

svn commit: r591305 - in /httpd/test/trunk/perl-framework/t: conf/ssl/ssl.conf.in htdocs/modules/ssl/ htdocs/modules/ssl/md5/ htdocs/modules/ssl/md5/empty.pfa htdocs/modules/ssl/sha/ htdocs/modules/ssl/sha/empty.pfa ssl/pr43738.t

Author: jorton
Date: Fri Nov  2 04:30:10 2007
New Revision: 591305

URL: http://svn.apache.org/viewvc?rev=591305&view=rev
Log:
- add TODO test for PR 43738

Added:
    httpd/test/trunk/perl-framework/t/htdocs/modules/ssl/
    httpd/test/trunk/perl-framework/t/htdocs/modules/ssl/md5/
    httpd/test/trunk/perl-framework/t/htdocs/modules/ssl/md5/empty.pfa
    httpd/test/trunk/perl-framework/t/htdocs/modules/ssl/sha/
    httpd/test/trunk/perl-framework/t/htdocs/modules/ssl/sha/empty.pfa
    httpd/test/trunk/perl-framework/t/ssl/pr43738.t
      - copied, changed from r589636, httpd/test/trunk/perl-framework/t/ssl/pr12355.t
Modified:
    httpd/test/trunk/perl-framework/t/conf/ssl/ssl.conf.in

Modified: httpd/test/trunk/perl-framework/t/conf/ssl/ssl.conf.in
URL: http://svn.apache.org/viewvc/httpd/test/trunk/perl-framework/t/conf/ssl/ssl.conf.in?rev=591305&r1=591304&r2=591305&view=diff
==============================================================================
--- httpd/test/trunk/perl-framework/t/conf/ssl/ssl.conf.in (original)
+++ httpd/test/trunk/perl-framework/t/conf/ssl/ssl.conf.in Fri Nov  2 04:30:10 2007
 <at>  <at>  -179,4 +179,19  <at>  <at> 
        </Location>
     </VirtualHost>

+    # For t/ssl/pr43738.t:
+    <IfModule mod_actions.c>
(Continue reading)

jorton | 2 Nov 2007 12:31
Picon
Favicon

svn commit: r591306 - in /httpd/test/trunk/perl-framework/t/htdocs/modules/cgi: ./ action.pl.PL

Author: jorton
Date: Fri Nov  2 04:31:13 2007
New Revision: 591306

URL: http://svn.apache.org/viewvc?rev=591306&view=rev
Log:
- add CGI script for PR 43738 test case, missed in previous commit

Added:
    httpd/test/trunk/perl-framework/t/htdocs/modules/cgi/action.pl.PL
Modified:
    httpd/test/trunk/perl-framework/t/htdocs/modules/cgi/   (props changed)

Propchange: httpd/test/trunk/perl-framework/t/htdocs/modules/cgi/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Nov  2 04:31:13 2007
 <at>  <at>  -15,3 +15,4  <at>  <at> 
 nph-102.pl
 empty.pl
 pr37166.pl
+action.pl

Added: httpd/test/trunk/perl-framework/t/htdocs/modules/cgi/action.pl.PL
URL: http://svn.apache.org/viewvc/httpd/test/trunk/perl-framework/t/htdocs/modules/cgi/action.pl.PL?rev=591306&view=auto
==============================================================================
--- httpd/test/trunk/perl-framework/t/htdocs/modules/cgi/action.pl.PL (added)
+++ httpd/test/trunk/perl-framework/t/htdocs/modules/cgi/action.pl.PL Fri Nov  2 04:31:13 2007
 <at>  <at>  -0,0 +1,10  <at>  <at> 
+use strict;
(Continue reading)

pctony | 2 Nov 2007 15:34
Picon
Favicon

svn commit: r591348 - in /httpd/httpd/branches/2.0.x/docs/manual/mod: mod_ssl.html.en mod_ssl.xml

Author: pctony
Date: Fri Nov  2 07:34:01 2007
New Revision: 591348

URL: http://svn.apache.org/viewvc?rev=591348&view=rev
Log:
Fixed as per PR#28112
This was already fixed in 2.2, so just back-porting.

Modified:
    httpd/httpd/branches/2.0.x/docs/manual/mod/mod_ssl.html.en
    httpd/httpd/branches/2.0.x/docs/manual/mod/mod_ssl.xml

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_ssl.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/mod/mod_ssl.html.en?rev=591348&r1=591347&r2=591348&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mod_ssl.html.en (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mod_ssl.html.en Fri Nov  2 07:34:01 2007
 <at>  <at>  -196,8 +196,7  <at>  <at> 
 hash filenames. So usually you can't just place the Certificate files
 there: you also have to create symbolic links named
 <em>hash-value</em><code>.N</code>. And you should always make sure this directory
-contains the appropriate symbolic links. Use the <code>Makefile</code> which
-comes with mod_ssl to accomplish this task.</p>
+contains the appropriate symbolic links. </p>
 <div class="example"><h3>Example</h3><p><code>
 SSLCACertificatePath /usr/local/apache2/conf/ssl.crt/
 </code></p></div>
 <at>  <at>  -244,8 +243,7  <at>  <at> 
 hash filenames. So usually you have not only to place the CRL files there.
(Continue reading)

pctony | 2 Nov 2007 16:35
Picon
Favicon

svn commit: r591365 - in /httpd/httpd/branches/2.2.x/docs/manual/programs: configure.html.en configure.xml

Author: pctony
Date: Fri Nov  2 08:35:07 2007
New Revision: 591365

URL: http://svn.apache.org/viewvc?rev=591365&view=rev
Log:
Fixed up as per PR#28310, back-ported from /trunk/

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/programs/configure.html.en
    httpd/httpd/branches/2.2.x/docs/manual/programs/configure.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/programs/configure.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/programs/configure.html.en?rev=591365&r1=591364&r2=591365&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/programs/configure.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/programs/configure.html.en Fri Nov  2 08:35:07 2007
 <at>  <at>  -19,7 +19,7  <at>  <at> 
 <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP
Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a
href="../">Version 2.2</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div
id="preamble"><h1>configure - Configure the source tree</h1>
 <div class="toplang">
 <p><span>Available Languages: </span><a href="../en/programs/configure.html"
title="English">&nbsp;en&nbsp;</a> |
-<a href="../ko/programs/configure.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+<a href="../ko/programs/configure.html" hreflang="ko" rel="alternate" title="">&nbsp;ko&nbsp;</a></p>
 </div>

     <p>The <code>configure</code> script configures the source tree
(Continue reading)

pctony | 2 Nov 2007 16:39
Picon
Favicon

svn commit: r591370 - in /httpd/httpd/trunk/docs/manual/programs: configure.html.en configure.xml

Author: pctony
Date: Fri Nov  2 08:39:20 2007
New Revision: 591370

URL: http://svn.apache.org/viewvc?rev=591370&view=rev
Log:
Fixed up as per PR#28310, will back-port to /2.2/

Modified:
    httpd/httpd/trunk/docs/manual/programs/configure.html.en
    httpd/httpd/trunk/docs/manual/programs/configure.xml

Modified: httpd/httpd/trunk/docs/manual/programs/configure.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/configure.html.en?rev=591370&r1=591369&r2=591370&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/configure.html.en (original)
+++ httpd/httpd/trunk/docs/manual/programs/configure.html.en Fri Nov  2 08:39:20 2007
 <at>  <at>  -19,7 +19,7  <at>  <at> 
 <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP
Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a
href="../">Version 2.3</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div
id="preamble"><h1>configure - Configure the source tree</h1>
 <div class="toplang">
 <p><span>Available Languages: </span><a href="../en/programs/configure.html"
title="English">&nbsp;en&nbsp;</a> |
-<a href="../ko/programs/configure.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+<a href="../ko/programs/configure.html" hreflang="ko" rel="alternate" title="">&nbsp;ko&nbsp;</a></p>
 </div>

     <p>The <code>configure</code> script configures the source tree
(Continue reading)


Gmane