summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-08-28 21:00:40 +0000
committerJeff Trawick <trawick@apache.org>2001-08-28 21:00:40 +0000
commitf548532f9a12bd90edb08e18d98047534b5c1aa5 (patch)
tree233ca07530e5f3eb4a86dc0487d1df6d86c13645 /STATUS
parent5ec4715de8cf199396d1561d8a98923a46064c08 (diff)
downloadhttpd-f548532f9a12bd90edb08e18d98047534b5c1aa5.tar.gz
gross
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90774 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS15
1 files changed, 14 insertions, 1 deletions
diff --git a/STATUS b/STATUS
index d55bffa812..7ccfbe8ee4 100644
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2001/08/21 23:41:35 $]
+Last modified at [$Date: 2001/08/28 21:00:40 $]
Release:
@@ -77,6 +77,19 @@ RELEASE SHOWSTOPPERS:
to make it agree with the operation of the StartServers
directive.
+ * configure --enable-mods-shared=most and --enable-mods=most
+ options have issues. Examples:
+
+ ./configure --enable-mods-shared=most
+
+ This builds mod_headers as a DSO (good) but builds mod_mime
+ as a compiled-in module (bad, I think).
+
+ ./configure --enable-mods=most
+
+ This builds mod_mime(good) but doesn't build mod_headers at
+ all (bad).
+
RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
* daedalus: mod_cgid and suexec have a problem co-existing. suexec