coar        97/08/07 05:17:37

  Modified:    .         manual-index.cgi
  Log:
        Work around problem with mod_mime_magic by changing the name of
        the data file manual-index.cgi uses.
  
  Revision  Changes    Path
  1.8       +1 -1      apache-site/manual-index.cgi
  
  Index: manual-index.cgi
  ===================================================================
  RCS file: /export/home/cvs/apache-site/manual-index.cgi,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- manual-index.cgi  1997/07/06 13:54:26     1.7
  +++ manual-index.cgi  1997/08/07 12:17:36     1.8
  @@ -60,7 +60,7 @@
   # apache/htdocs/manual directory of the Apache distribution tree).
   #***
   #***
  -$INDEX = "/export/pub/apache/manual-index.dat";
  +$INDEX = "/export/pub/apache/manual-index-data";
   
   #***
   #***
  
  
  

Reply via email to