[Hampshire] mod_perl, PerlSetVar and startup scripts |
This message is part of the following thread: | |
---|---|
the complete thread tree sorted by date | |
Graham Bleach at |
Author: Andy Smith Date: To: Hampshire CC: Subject: [Hampshire] mod_perl, PerlSetVar and startup scripts |
PerlSwitches -I/data/www-ssl/foohost/perl PerlSetVar foo_conf /data/www-ssl/foohost/foo.conf PerlPostConfigRequire /data/www-ssl/foohost/perl/startup.pl
use strict; use warnings;
use CGI (); use Config::Auto; use vars qw($config);
$Config::Auto::DisablePerl = 1;
$config = Config::Auto::parse('/data/www-ssl/foohost/foo.conf');
1;
use Apache2::ServerUtil; use Data::Dumper;
my $s = Apache2::ServerUtil->server; print STDERR Dumper($s->dir_config('foo_conf'));
This message was posted to the following mailing lists: | ||||
---|---|---|---|---|
Hampshire LUG Mailing List Info | Nearby Messages | Re: [Hampshire] [OT Tech] Testing HDD Partitioned as an LVM with badblocks (?) or other program | Re: [Hampshire] Impressed with gOS - simplicity itself, for the right people |
Hampshire LUG Mailing List Archive administrated by Webmaster | Lurker (version 2.3) |