I looked at <a href="http://www.python.org/pypi/httpdrun">http://www.python.org/pypi/httpdrun</a> 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...). 
<br><br>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?
<br><br>Jeff<br><br><div><span class="gmail_quote">On 6 Mar 2007 02:03:33 -0800, <b class="gmail_sendername">Gerard Flanagan</b> <<a href="mailto:grflanagan@yahoo.co.uk">grflanagan@yahoo.co.uk</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br><br>Does anyone know of an existing module to parse httpd.conf files?<br><br>Thanks.<br><br>--<br><a href="http://mail.python.org/mailman/listinfo/python-list">http://mail.python.org/mailman/listinfo/python-list
</a><br></blockquote></div><br>