Owner Configuration =================== ROADMAP DISCUSSION POINTS: (Please place new entries at the bottom) * Build a cleaner configuration system based on an Object Model, rather than a file/specific directives. * Investigate using small scripting languages for complicated user configurable things, including Caching Rules, Rewrite Rules, and AAA/Require Rules. Look at Varnish's VCL or lighttpd's mod_magnet for interesting examples: * Stick with NCSA syntax, or change to a - properties style of syntax? - XML syntax? - something else? * How about a simple configuration template mechanism, like: T.generic: { host.name: $host host.admin: webmaster@$host host.root: /home/customers/$host/www/ ... } myhost = T.generic[$host = "myhost.com"]