summaryrefslogtreecommitdiff
path: root/ROADMAP
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2002-10-01 19:13:06 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2002-10-01 19:13:06 +0000
commit04bcc516e9e96ee7ab05acad224845a42ab2dc21 (patch)
treeeaee5671b69778820166dadd9ab360ce14e2aaed /ROADMAP
parent71fe98fdcec0a63e5ddd21dbf7a54e2155cf0af4 (diff)
downloadhttpd-04bcc516e9e96ee7ab05acad224845a42ab2dc21.tar.gz
i was born a rambling man...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97050 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'ROADMAP')
-rw-r--r--ROADMAP26
1 files changed, 23 insertions, 3 deletions
diff --git a/ROADMAP b/ROADMAP
index b7ad575dcd..6e5c48649e 100644
--- a/ROADMAP
+++ b/ROADMAP
@@ -1,6 +1,6 @@
APACHE 2.x ROADMAP:
-Last modified at [$Date: 2002/10/01 16:51:10 $]
+Last modified at [$Date: 2002/10/01 19:13:06 $]
DEFERRRED FOR APACHE 2.1
@@ -113,7 +113,15 @@ MAKING APACHE REPOSITORY-AGNOSTIC
should get fully resolved. None of this "resolve to
<here> and then we have a magical second resolution
(inside the CGI script)" or somesuch.
-
+
+ Justin: Well, let's consider mod_mbox for a second. It is sort of
+ a virtual filesystem in its own right - as it introduces
+ it's own notion of a URI space, but it is intrinsically
+ tied to the filesystem to do the lookups. But, for the
+ portion that isn't resolved on the file system, it has
+ its own addressing scheme. Do we need the ability to
+ layer resolution?
+
* The translate_name hook goes away
Wrowe altogether disagrees. translate_name today even operates
@@ -140,7 +148,9 @@ MAKING APACHE REPOSITORY-AGNOSTIC
should be exposed, from the core, for other file-based stores to
share. Consider an archive store where the layers become
<Directory path> -> <Archive store> -> <File name>
-
+
+ Justin: How do we map Directory entries to Locations?
+
* The "Location tree" is an in-memory representation of the URL
namespace. Nodes of the tree have configuration specific to that
location in the namespace.
@@ -216,3 +226,13 @@ MAKING APACHE REPOSITORY-AGNOSTIC
it? eeewwwww...
I'll vote -0.9 for CGIs as a filter. Keep 'em handlers.
+
+ Justin: So, do we give up executing CGIs from virtual repositories?
+ That seems like a sad tradeoff to make. I'd like to have
+ my CGI scripts under DAV (SVN) control.
+
+ * How do we handle overlaying of Location and Directory entries?
+ Right now, we have a problem when /cgi-bin/ is ScriptAlias'd and
+ mod_dav has control over /. Some people believe that /cgi-bin/
+ shouldn't be under DAV control, while others do believe it
+ should be. What's the right strategy?