summaryrefslogtreecommitdiff
path: root/ROADMAP
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2002-10-01 15:26:20 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2002-10-01 15:26:20 +0000
commitbe7d12f59c2e73f857559f84497632b77d8b017f (patch)
tree35dbef0d86f9469a49eca6c45214ebc1325c887e /ROADMAP
parentf00d885b8e45e6ed8d728fc7deb51f5a4c605d7d (diff)
downloadhttpd-be7d12f59c2e73f857559f84497632b77d8b017f.tar.gz
I'm borderline obsessive compulsive regarding tabs, but you knew that...
(Also correct directive usage) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97044 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'ROADMAP')
-rw-r--r--ROADMAP14
1 files changed, 7 insertions, 7 deletions
diff --git a/ROADMAP b/ROADMAP
index 83806713c1..b6c3f0f1eb 100644
--- a/ROADMAP
+++ b/ROADMAP
@@ -1,6 +1,6 @@
APACHE 2.x ROADMAP:
-Last modified at [$Date: 2002/10/01 13:55:00 $]
+Last modified at [$Date: 2002/10/01 15:26:20 $]
DEFERRRED FOR APACHE 2.1
@@ -130,18 +130,18 @@ MAKING APACHE REPOSITORY-AGNOSTIC
typedef struct {
const char *name; /* name of this node relative to parent */
- struct ap_conf_vector_t *locn_config;
-
- apr_hash_t *children; /* NULL if no child configs */
+ struct ap_conf_vector_t *locn_config;
+
+ apr_hash_t *children; /* NULL if no child configs */
} ap_locn_node;
The following config:
<Location /server-status>
SetHandler server-status
- Order deny,allow
- Deny from allo
- Allow from 127.0.0.1
+ Order deny,allow
+ Deny from all
+ Allow from 127.0.0.1
</Location>
Creates a node with name=="server_status", and the node is a