=head1 NAME Apache::httpd_conf - Generate an httpd.conf file =head1 Synopsis use Apache::httpd_conf (); Apache::httpd_conf->write(Port => 8888); =head1 Description The Apache::httpd_conf module will generate a tiny httpd.conf file, which pulls itself back in via a CPerlE> section. Any additional arguments passed to the C method will be added to the generated httpd.conf file, and will override those defaults set in the CPerlE> section. This module is handy mostly for starting httpd servers to test mod_perl scripts and modules. =head1 Author Doug MacEachern =head1 See Also mod_perl, L =cut