The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

NAME

Apache::Config::Preproc::compact - remove empty lines and comments

SYNOPSIS

$x = new Apache::Config::Preproc '/path/to/httpd.conf',
-expand => [ qw(compact) ];

DESCRIPTION

Removes empty and comment lines from the Apache configuration parse tree.

SEE ALSO

Apache::Config::Preproc