On Wed, May 30, 2001 at 10:30:50PM -0500, Steven Lembark wrote:
> problem seems to be that i'm not getting the PerlSetVar's
> across to it via perly config:
[Snip]
> is there any better doc for this than the eagle book?
You have to use $r->dir_config('Var') to get the values from the configuration file.
Example:
my $BindDN = $r->dir_config('BindDN');
See:
<http://perl.apache.org/guide/config.html#PerlSetVar_PerlSetEnv_and_PerlP>
--
Thomas Eibner <http://thomas.eibner.dk/> - DnsZone <http://dnszone.org/>
mod_pointer <http://stderr.net/mod_pointer>