[Web-SIG] cusom config files. was (PasteDeploy 0.1)

Rene Dudfield renesd at gmail.com
Wed Aug 24 03:14:30 CEST 2005


On 8/24/05, Phillip J. Eby <pje at telecommunity.com> wrote:
> 
> I'm not sure what you mean by SQL DB, but if you mean putting the
> configuration in a database, I don't see why that would be useful or
> good.  Similarly, I don't know what you mean by "file system".
> 

By sql db I meant storing configuration in a database.  Which has many
advantages including scaling, searching, ACID, permissions etc etc.

By filesystem I mean djb, /proc/ and others style.  An example for
virtual hosts might be:

virtual_hosts/
virtual_hosts/1/
virtual_hosts/1/name
virtual_hosts/1/ip_address
virtual_hosts/1/port
virtual_hosts/1/directory
virtual_hosts/1/access_log_path



Good luck with your configurationing!


More information about the Web-SIG mailing list