Greetings!
On Wed, Dec 2, 2009 at 3:41 PM, damalefer <
dama...@gmail.com> wrote:
> Any idea for this topic? :(
application/octet-stream usually refers to binary files (like
executables and so on).
On one hand, you could just check to see if any exe files (and the
like) are being crawled. They shouldn't be, but you never know. Add
any extensions you don't want crawled to the Do Not Crawl patterns in
your config.
However, this notion of "octet-stream" is ultimately indicated by the
web server. Your web server already has these associations set up
(like text/plain for text files, text/html for web pages, etc.).
There's also a _default_ association though. So, if you have your
default file type (MIME type) as "application/octet-stream" on your
web server config, there might be other file extensions that you are
just being declared octet-stream by default.
Sometimes this is a good thing. Sometimes … not so much. It all
depends on context.
I'd take inventory of your file extensions first and see if anything
jumps out that way. Then decide to block or not. Also check your web
server settings for any default MIME/content types and see if
application/octet-stream is set. (Again, you may want to keep it.
Depends on why it was set up that way. Just something to look out
for.)
--
Joe D'Andrea | Liquid Joe LLC
Google Enterprise Consultant | iPhone Application Developer
www.liquidjoe.biz | skype:joedandrea |
+1 (908) 781-0323