geoff       2004/10/15 09:19:58

  Modified:    perl-framework/t/conf extra.conf.in
  Log:
  AuthDigestFile requires an absolute filename
  
  Revision  Changes    Path
  1.54      +1 -1      httpd-test/perl-framework/t/conf/extra.conf.in
  
  Index: extra.conf.in
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/t/conf/extra.conf.in,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- extra.conf.in     14 Oct 2004 18:26:03 -0000      1.53
  +++ extra.conf.in     15 Oct 2004 16:19:58 -0000      1.54
  @@ -407,7 +407,7 @@
               AuthName realm1
               # 2.0
               <IfModule mod_auth.c>
  -                AuthDigestFile realm1
  +                AuthDigestFile @ServerRoot@/realm1
               </IfModule>
               # 2.1
               <IfModule mod_authn_file.c>
  
  
  

Reply via email to