Doug MacEachern > mod_perl-1.27 > Apache::httpd_conf

Download:
mod_perl-1.27.tar.gz

Dependencies

Annotate this POD

Related Modules

Apache::DBI
more...
By perlmonks.org

CPAN RT

New  17
Open  3
View Bugs
Report a bug
Module Version: 0.01   Source   Latest Release: mod_perl-1.31

NAME ^

Apache::httpd_conf - Generate an httpd.conf file

SYNOPSIS ^

  use Apache::httpd_conf ();

  Apache::httpd_conf->write(Port => 8888);

DESCRIPTION ^

The Apache::httpd_conf module will generate a tiny httpd.conf file, which pulls itself back in via a <Perl> section. Any additional arguments passed to the write method will be added to the generated httpd.conf file, and will override those defaults set in the <Perl> section. This module is handy mostly for starting httpd servers to test mod_perl scripts and modules.

AUTHOR ^

Doug MacEachern

SEE ALSO ^

mod_perl(3), Apache::PerlSections(3)