From: Justin Erenkrantz Date: Sun, 23 Jan 2005 17:44:58 +0000 (+0000) Subject: * STATUS: That explanation used the wrong terms. Doh. X-Git-Tag: 2.0.53~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbe714700ac9c986144bca164f86fe44a10c4fe0;p=thirdparty%2Fapache%2Fhttpd.git * 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 --- diff --git a/STATUS b/STATUS index 3545f7c58bb..dda580cb5a8 100644 --- a/STATUS +++ b/STATUS @@ -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,