diff options
author | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-10-01 17:44:35 +0200 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-10-01 17:44:35 +0200 |
commit | 43b381f561323d22008483f3ed114be976144c04 (patch) | |
tree | 595da3db02b8c5162e98ee74542ccf19be1052a8 /ROADMAP | |
parent | I'm borderline obsessive compulsive regarding tabs, but you knew that... (diff) | |
download | apache2-43b381f561323d22008483f3ed114be976144c04.tar.xz apache2-43b381f561323d22008483f3ed114be976144c04.zip |
Some thoughts on file-agnostic Apache. (more thoughts later...)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97045 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'ROADMAP')
-rw-r--r-- | ROADMAP | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -1,6 +1,6 @@ APACHE 2.x ROADMAP: -Last modified at [$Date: 2002/10/01 15:26:20 $] +Last modified at [$Date: 2002/10/01 15:44:35 $] DEFERRRED FOR APACHE 2.1 @@ -93,6 +93,8 @@ MAKING APACHE REPOSITORY-AGNOSTIC Need to preserve a 'filename'-like string for mime-by-name sorts of operations. But this only needs to be the name itself and not a full path. + + Justin: Can we leverage the path info, or do we not trust the user? * The translate_name hook goes away @@ -174,3 +176,14 @@ MAKING APACHE REPOSITORY-AGNOSTIC need to be converted to use these mechanisms so that their functions will work on logical repositories rather than just filesystems. + + * How do we handle CGI scripts? Especially when the resource may + not be backed by a file? Ideally, we should be able to come up + with some mechanism to allow CGIs to work in a + repository-independent manner. + + - Writing the virtual data as a file and then executing it? + - Can a shell be executed in a streamy manner? (Portably?) + - Have an 'execute_resource' hook/func that allows the + repository to choose its manner - be it exec() or whatever. + - Won't this approach lead to duplication of code? Helper fns? |