RE: [Zope] Has anyone tried to make Zope invisible using IIS
I basically want to make a virtual directory that points to everything on the other side of the PCGI exe file however stupid IIS seems to be only able to make a real directory a virtual directory. Has anyone found a way around that?
Isn't IIS great? :^) I spent some time looking into this about a year ago, and found that the only way to do this (at least at that time) was to write an IIS filter dll in C. I imagine that look on your face right now about matches the one on mine when I came to this conclusion... :) I've attached a .zip file containing the msvc++ project and sources for a _very_ minimal, hard-coded url alias filter - it worked with IIS3, but I can make no guarantees about IIS4+. There's no documentation for it (though the code is quite tiny) and it's _totally_ unsupported, so you'll have to look to MS' IIS extension/filter documentation for details on how to get it installed, built, what it's doing, etc. Hopefully it's a start though. I'm sure that the Zope community would love to see a more flexible version of it though, if you'd care to fix it up :^) Hope this helps! Brian Lloyd brian@digicool.com Software Engineer 540.371.6909 Digital Creations http://www.digicool.com
participants (1)
-
Brian Lloyd