> I thought I had it all working.... was I wrong. The vspider > is great but... I have multiple sites on the same box with > different IP's. Technically in my eyes they are all "local" > but I cannot find a way to get the spider to go through the > site. I even tried the same IP with different port numbers, > one works fine the other come back with the same error. Any > thoughts? > > Heres the error: > ... > Warn 2001/12/28 16:25:09 (ind022005) Authentication > scheme NTLM not > supported, URL [http://mybox.:76/]. > Warn 2001/12/28 16:25:09 (ind022004) Authorization failed for URL > [http://mybox.:76/], server mybox.:76, realm NTLM. > ... > > I can only assume the NTLM means "Not local machine"???
No, NTLM refers to the browser authentication required by that web server. With IIS, you can use Basic Authentication, which is a simple username and password, or you can use NTLM Authentication, which requires IE to take the username and password and send a password hash to the web server. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

