Skip Menu |

This queue is for tickets about the Apache-ConfigFile CPAN distribution.

Report information
The Basics
Id: 22526
Status: rejected
Priority: 0/
Queue: Apache-ConfigFile

People
Owner: Nobody in particular
Requestors: perl-cpan [...] bereft.net
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.18
Fixed in: (no value)



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
Please use Config::ApacheFormat instead of this module