Subject: | Support for apache -C "Directive" -d root |
I use the -d, -C and -c parameters with apache to supply the
ServerRoot and other directives. When I tried to use Apache::ConfigFile
to parse a config it is unable to resolve Includes because
the file itself doesn't include this information:
Cannot read 'conf/httpd.conf': No such file or directory (do you need
to define ServerRoot?)
A way to prepend directives would solve this for me, although
there are also work arounds that don't involve changing
Apache::ConfigFile. So treat this as a suggestion only and
resolve if it doesn't fit.
Thanks,
Brad