You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2009/09/16 08:47:37 UTC

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

Author: pquerna
Date: Wed Sep 16 06:47:37 2009
New Revision: 815632

URL: http://svn.apache.org/viewvc?rev=815632&view=rev
Log:
vote

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=815632&r1=815631&r2=815632&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Wed Sep 16 06:47:37 2009
@@ -94,6 +94,13 @@
    +1: covener, poirier
    +1: minfrin (with r814779 for compiler warning fix)
 
+ * mod_ssl: The error message when SSLCertificateFile is missing should
+   at least give the name or position of the problematic virtual host
+   definition.
+   Trunk Patch: http://svn.apache.org/viewvc?rev=813105&view=rev
+   2.2.x Patch: http://people.apache.org/~minfrin/ssl_engine_pphrase.diff
+   +1: minfrin, rpluem, pquerna
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -112,13 +119,6 @@
    -0: wrowe; Please refer to man 'access' BUGS section about linux 2.4 
               vs 2.6 kernels, potentially a suspect test for root.
 
- * mod_ssl: The error message when SSLCertificateFile is missing should
-   at least give the name or position of the problematic virtual host
-   definition.
-   Trunk Patch: http://svn.apache.org/viewvc?rev=813105&view=rev
-   2.2.x Patch: http://people.apache.org/~minfrin/ssl_engine_pphrase.diff
-   +1: minfrin, rpluem
-
  * mod_ssl: Improve environment variable extraction to be more
    efficient and to correctly handle DNs with duplicate tags.
    PR 45975.