Author: Rissland, thorsten
Email: [EMAIL PROTECTED]
Message:
OK. Here is my indexer.conf:


DBAddr          mysql://indexserver@localhost/mnoGoSearch/
DBMode single

# Western Europe: Germany
LocalCharset iso-8859-1

StopwordTable stopword

# Exclude some known extensions using fast "String" match:
Disallow *.b    *.sh   *.md5  *.rpm
Disallow *.arj  *.tar  *.zip  *.tgz  *.gz   *.z     *.bz2
Disallow *.lha  *.lzh  *.rar  *.zoo  *.ha   *.tar.Z
Disallow *.gif  *.jpg  *.jpeg *.bmp  *.tiff *.tif   *.xpm  *.xbm *.pcx
Disallow *.vdo  *.mpeg *.mpe  *.mpg  *.avi  *.movie *.mov  *.dat
Disallow *.mid  *.mp3  *.rm   *.ram  *.wav  *.aiff  *.ra
Disallow *.vrml *.wrl  *.png
Disallow *.exe  *.com  *.cab  *.dll  *.bin  *.class *.ex_
Disallow *.tex  *.texi  *.texinfo
Disallow *.rtf  *.cdf  *.ps
Disallow *.ai   *.eps  *.ppt  *.hqx
Disallow *.cpt  *.bms  *.oda  *.tcl
Disallow *.o    *.a     *.la   *.so
Disallow *.pat  *.pm   *.m4   *.am   *.css
Disallow *.map  *.aif  *.sit  *.sea
Disallow *.m3u  *.qt   *.mov

# Exclude Apache directory list in different sort order using "string" match:
Disallow *D=A *D=D *M=A *M=D *N=A *N=D *S=A *S=D

# More complicated case. RAR .r00-.r99, ARJ a00-a99 files
# and unix shared libraries. We use "Regex" match type here:
Disallow Regex \.r[0-9][0-9]$ \.a[0-9][0-9]$ \.so\.[0-9]$

AddType text/plain      *.txt  *.pl *.js *.h *.c *.pm *.e
AddType text/html       *.html *.htm
AddType image/x-xpixmap *.xpm
AddType image/x-xbitmap *.xbm
AddType image/gif       *.gif

AddType application/pdf *.pdf
AddType application/msword *.doc
AddType application/vnd.ms-excel *.xls

AddType application/unknown *.*

Mime application/msword                      "text/plain; charset=cp1251"  "catdoc 
\"$1\""
Mime application/vnd.ms-excel                 text/plain                   "xls2csv 
\"$1\""
Mime application/pdf                          text/plain                   "pdftotext 
\"$1\" \"$2\""

Follow world
Server file://nt_serv/app/ file:/mnt/nt_serv/app/


Reply: <http://www.mnogosearch.org/board/message.php?id=2622>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to