On Fri, 2002-05-10 at 15:28, Tavis Rudd wrote: > On May 10, 2002 01:00 pm, Ian Bicking wrote: > > On Fri, 2002-05-10 at 15:12, Tavis Rudd wrote: > > > what tools allow programmatic configuration of Apache? mod_perl and > > > templated versions of httpd.conf are all that I'm aware of. > > > > Webmin and some other configurators must be able to do some of this > > (linuxconf?) > > Unfortunately Webmin's Apache module is a mass of perl scripts that seem hard > to isolate and extend. > > I'm looking for a *simple* tool that allows me to programmatically > create/manage virtual hosts and all the associated rewrite rules for WebKit. > One option I'm considering is using Cheetah to create a templated version of > httpd.conf and writing a wrapper for the apachectl command that ensures > httpd.conf is up to date.
That's how I'd do it. If you aren't concerned about parsing legacy configuration files, but only creating new ones (in an insulated fashion, i.e., no one will edit the results by hand) then I'm pretty sure a template will make you happiest. Ian _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
