# get 'conf/' dir path using $r
>>   -  my $conf_dir = $s->server_root_relative('conf', $r->pool);
>>   +  my $conf_dir = $s->server_root_relative($r->pool, 'conf');
> 
> 
> this doesn't look right, should it be:
> 
>   my $conf_dir = $s->server_root_relative('conf');

whoops, yeah - I saw that the args were mixed up, not where it was called from.

--Geoff


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to