App-CamelPKI
view release on metacpan or search on metacpan
lib/App/CamelPKI/SysV/Apache.pm view on Meta::CPAN
my $keyfile = $self->_key_filename;
my $ca_bundle = $self->_ca_bundle_filename;
my $error_log = $self->_error_log_filename;
# Propagate -Iblib/lib to the Apache server, so that it can load
# Camel-PKI from the build directory if needed.
my $perlswitches;
if (my @blibs = grep { m/\bblib\W+lib\b/ } @INC) {
my $perlincs = join(" ", map { "-I$_" } @blibs);
$perlswitches = <<"PERLSWITCHES";
# As seen on http://www.catalystframework.org/calendar/2005/7:
PerlSwitches $perlincs
PERLSWITCHES
}
# FIXME: this is Gentoo- and Edgy-specific.
#TODO : refactor for using the App::Info::HTTP :)
my %module_paths =
(alias => "/usr/lib/apache2/modules/mod_alias.so",
perl => "/usr/lib/apache2/modules/mod_perl.so",
php5 => "/usr/lib/apache2/modules/libphp5.so",
( run in 1.684 second using v1.01-cache-2.11-cpan-39bf76dae61 )