NAME
Apache::httpdconf - Generate an httpd.conf file
SYNOPSIS
use Apache::httpdconf ();Apache::httpdconf->write(Port => 8888);
DESCRIPTION
The Apache::httpdconf module will generate a tiny httpd.conf file,which pulls itself back in via a
ments passed to the "write" method will be added to the generated httpd.conf file, and will override those defaults set in thesection. Any additional argu- section. This module is handy mostly for starting httpd servers to test modperl scripts and modules. AUTHOR Doug MacEachern SEE ALSO
modperl(3), Apache::PerlSections(3)perl v5.8.6 2000-03-30 Apache::httpdconf(3)