# # This is indexer.conf sample for 'ftpsearch' mode. # Indexer will index only the URL but no the content # of the documents. # DBHost localhost DBName udmsearch DBUser foo DBPass bar # Turn on indexing URL of the documents UrlWeight 1 # Do not process robots.txt. It is usually used on HTTP servers only Robots no # Do not index content of the documents Index no # Ftp works via proxy ONLY. Proxy proxy.somewhere.com:3128 Server ftp://ftp.cdrom.com/ # Retrieve only directory list, use HEAD for other files. CheckOnly [^/]$ # Exclude Apache and Squid directory lists in different sort order Disallow \?D=A$ \?D=A$ \?D=D$ \?M=A$ \?M=D$ \?N=A$ \?N=D$ \?S=A$ \?S=D$ # Exclude ./. and ./.. from directory list Disallow /[.]{1,2} /\%2e /\%2f