You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by br...@apache.org on 2001/04/15 00:08:09 UTC

cvs commit: apache-search-site swish-jakarta.apache.org.conf swish-xml.apache.org.conf

brian       01/04/14 15:08:09

  Modified:    .        swish-jakarta.apache.org.conf
                        swish-xml.apache.org.conf
  Log:
  Update the file types to block, *and* start ignoring stuff in subdirectories
  called either "build" or "something.old".
  
  Revision  Changes    Path
  1.2       +2 -1      apache-search-site/swish-jakarta.apache.org.conf
  
  Index: swish-jakarta.apache.org.conf
  ===================================================================
  RCS file: /home/cvs/apache-search-site/swish-jakarta.apache.org.conf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- swish-jakarta.apache.org.conf	2001/01/19 05:40:49	1.1
  +++ swish-jakarta.apache.org.conf	2001/04/14 22:08:08	1.2
  @@ -4,7 +4,8 @@
   IndexDir /www/jakarta.apache.org/
   ReplaceRules replace "/www/jakarta.apache.org" "http://jakarta.apache.org"
   IndexOnly .html .htm .txt
  -NoContents .gif .jpg .au .mov.mpg .pdf .gz .Z .tar .tgz
  +NoContents .jar .zip .gif .jpg .au .mov .mpg .pdf .gz .Z .tar .tgz
  +FileRules pathname contains /builds/ .old
   FollowSymLinks no
   IndexReport 1
   IgnoreLimit 60 250
  
  
  
  1.2       +2 -1      apache-search-site/swish-xml.apache.org.conf
  
  Index: swish-xml.apache.org.conf
  ===================================================================
  RCS file: /home/cvs/apache-search-site/swish-xml.apache.org.conf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- swish-xml.apache.org.conf	2001/01/19 05:40:49	1.1
  +++ swish-xml.apache.org.conf	2001/04/14 22:08:08	1.2
  @@ -4,7 +4,8 @@
   IndexDir /www/xml.apache.org/
   ReplaceRules replace "/www/xml.apache.org" "http://xml.apache.org"
   IndexOnly .html .htm .txt
  -NoContents .gif .jpg .au .mov.mpg .pdf .gz .Z .tar .tgz
  +NoContents .jar .zip .gif .jpg .au .mov .mpg .pdf .gz .Z .tar .tgz
  +FileRules pathname contains /builds/ .old
   FollowSymLinks no
   IndexReport 1
   IgnoreLimit 60 250