APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2001/04/10 18:05:19 $]
+Last modified at [$Date: 2001/04/18 20:56:03 $]
Release:
WARNING: ALWAYS check srclib/apr/STATUS and srclib/apr-util/STATUS
+ * There is a bug in how we sort some hooks, at least the pre-config
+ hook. The first time we call the hooks, they are in the correct
+ order, but the second time, we don't sort them correctly. Currently,
+ the modules/http/config.m4 file has been renamed to
+ modules/http/config2.m4 to work around this problem, it should moved
+ back when this is fixed. rbb
+
* Root all file systems with <Directory /> for WIN32/OS2/NW permissions
Status: patch brought forward from 1.3.14
WIN32 and OS2 need review [William Rowe, Brian Harvard]
APACHE_MODULE(http, HTTP protocol handling, $http_objects, , yes)
APACHE_MODULE(mime, mapping of file-extension to MIME, , , yes)
-if test "$enable_http" = "yes"; then
- AC_DEFINE(AP_HTTP_ENABLED, 1, [HTTP is enabled on this server])
-fi
-
APACHE_MODPATH_FINISH