![]() |
![]()
| ![]() |
![]()
NAMEApache::Config::Preproc::include - expand Include statements SYNOPSIS$x = new Apache::Config::Preproc '/path/to/httpd.conf', -expand => [ qw(include) ]; $x = new Apache::Config::Preproc '/path/to/httpd.conf', -expand => [ { include => [ server_root => $dir ] } ]; $x = new Apache::Config::Preproc '/path/to/httpd.conf', -expand => [ { include => [ probe => [ '/usr/sbin/httpd' ] ] } ]; DESCRIPTIONProcesses Include and IncludeOptional statements and replaces them with the contents of the files supplied in their arguments. If the argument is not an absolute file name, it is searched in the server root directory. Keyword arguments:
When the ServerRoot statement is seen, its value overwrites any previously set server root directory. SEE ALSOApache::Config::Preproc
|