geoff       2004/01/15 12:43:18

  Modified:    src/docs/2.0/api/Apache ServerUtil.pod
  Log:
  correct server_root_relative syntax
  
  Revision  Changes    Path
  1.9       +2 -2      modperl-docs/src/docs/2.0/api/Apache/ServerUtil.pod
  
  Index: ServerUtil.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/ServerUtil.pod,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ServerUtil.pod    15 Jan 2004 14:33:40 -0000      1.8
  +++ ServerUtil.pod    15 Jan 2004 20:43:18 -0000      1.9
  @@ -12,8 +12,8 @@
     $s = Apache->server;
     my $srv_cfg = $s->dir_config;
     
  -  # get 'conf/' dir path using $r
  -  my $conf_dir = $s->server_root_relative($r->pool, 'conf');
  +  # get 'conf/' dir path using $s
  +  my $conf_dir = $s->server_root_relative('conf');
     
     # server level PerlOptions flags lookup
     $s->push_handlers(ChildExit => \&child_exit)
  
  
  

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

Reply via email to