Geoffrey Young wrote:
          # 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.

Also now we need to copy/adjust this entry from Apache/ServerUtil to these two man pages as well: Apache::Connection and Apache::RequestRec.


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


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



Reply via email to