Commit e57d0c0b authored by Justin Erenkrantz's avatar Justin Erenkrantz
Browse files

* STATUS: That explanation used the wrong terms. Doh.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@126227 13f79535-47bb-0310-9956-ffa450edef68
parent 47e3b280
Loading
Loading
Loading
Loading
+3 −2
Changes for STATUS: 3 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -106,8 +106,9 @@ PATCHES TO BACKPORT FROM 2.1
    *) modules/config5.m4: for a static module, use a filename with a
       lib prefix, see also rev 102381 of acinclude.m4
       svn rev 124599
       jerenkrantz says: r102381 makes DSOs follow this convention by not using
                         mod_*.  This just makes static modules follow.
       jerenkrantz says: r102381 makes static modules follow this convention
                         by not using mod_*.  This just makes the manual
                         --with-module modules follow.
       +1: erikabele, jerenkrantz

    *) win32: Handle PATH_INFO as opaque byte-wise data for cgi invocation,