summaryrefslogtreecommitdiffstats
path: root/server/util_cfgtree.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix the parsing of a config file when the first item in either theRyan Bloom2000-04-271-0/+5
| | | | | | | config file or a container is a container. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85061 13f79535-47bb-0310-9956-ffa450edef68
* Parse the config tree, instead of the config file. This is a first step thereRyan Bloom2000-04-231-7/+1
| | | | | | | | are some big improvements to be made to this code, but this works now, and it is a first step. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85015 13f79535-47bb-0310-9956-ffa450edef68
* Fix a small bug in ap_add_node. We need to set the child's parent pointerRyan Bloom2000-04-131-1/+2
| | | | | | | correctly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84950 13f79535-47bb-0310-9956-ffa450edef68
* First step to getting configuration modules working. This step createsRyan Bloom2000-04-121-0/+89
a tree, but does not use the tree for anything. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84949 13f79535-47bb-0310-9956-ffa450edef68