Can anyone tell me what is wrong with my indexer.conf file?

I am running MnoGoSearch 3.1.17 on a Solaris 7 machine.  The install was made using the defaults, save for using a local database.  search.htm, spelld.conf, and indexer.conf are the distribution files save for the actual URLs to index.  The indexer.conf file works fine when using the Server parameter:

        StopwordTable stopword
       
        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 *.xls  *.doc  *.texinfo
        Disallow *.rtf  *.pdf  *.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
       
        Disallow *D=A *D=D *M=A *M=D *N=A *N=D *S=A *S=D
       
        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/unknown *.*
       
        Server http://arachnia.mc.duke.edu/madil001/

But when I replace the Server parameter with either of the Realm parameters below,

        Realm http://arachnia.mc.duke.edu/madil001/*
        Realm Regex ^http://arachnia.mc.duke.edu/madil001/

indexer fails to find any pages to index.

-- James

     
o o o o o o o . . .   _______________________ _______=======_T___
   
o      _____            |James Madill         | |Duke Univ Med Ctr|
>.][__n_n_| D[  ====|____  |[EMAIL PROTECTED]| | (919) 286-6384  |
 (________|__|_[____/____]_
|_____________________|_|_________________|
_/oo  O-O-O  `  oo     oo  'o^o^o           o^o^o` 'o^o           o^o`
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
<http://www.duke.edu/~madil001/>

Reply via email to