I looked at http://www.python.org/pypi/httpdrun not so long ago, it might be able to do what you want. I think it was a bit hard to read. Remember that with Apache you (may) also need to worry about configuration merges and whatnot (<Directory>, <VirtualHost>, .htaccess, and so on...).
What specifically do you want to do? There are a lot of ways to do a lot of things with Apache. If you're looking to create virtual hosts, take a look at mod_vhost_alias or some RewriteRule magic. You're configuration could be pretty simplified and reduced to updating a gdbm file or creating a directory? Jeff On 6 Mar 2007 02:03:33 -0800, Gerard Flanagan <[EMAIL PROTECTED]> wrote:
Hello, Does anyone know of an existing module to parse httpd.conf files? Thanks. -- http://mail.python.org/mailman/listinfo/python-list
-- http://mail.python.org/mailman/listinfo/python-list