![]() |
![]()
| ![]() |
![]()
NAMEApache::Config::Preproc::ifmodule - expand IfModule statements SYNOPSIS$x = new Apache::Config::Preproc '/path/to/httpd.conf', -expand => [ qw(ifmodule) ]; $x = new Apache::Config::Preproc '/path/to/httpd.conf', -expand => [ { ifmodule => { probe => [ '/usr/sbin/httpd' ] } } ]; DESCRIPTIONExpands the <IfModule> statements in the Apache configuration parse tree. If the statement's argument evaluates to true, it is replaced by the statements inside it. Otherwise, it is removed. Nested statements are allowed. The LoadModule statements are examined in order to evaluate the argument. The following constructor arguments are understood:
SEE ALSOApache::Config::Preproc
|