How to remove zope.pcgi from URL (in IIS)?
Hello, I'm trying to run Zope behind IIS, in PCGI mode. It works reasonably except that I can never login to management interface. (I can do so by using ZServer directly). However, my current problem is that Zope sites have an URL like http://mysite.com/cgi-bin/zope.pcgi/blahblah Is there a way in IIS to make it look like http://mysite.com/blahblah or even http://mysite.com/biggerblah/blahblah ? So far I was using Apache where this is easy with ProxyPass. Now, (at least for some time) I'm stuck with IIS. I went through the solution where you use a 404.asp page that does some sort of proxying. Any other solutions? We've a big static site served by IIS and some ASP. For the moment, I must use the same server machine for Zope too. And most corporate firewalls block ports other than 80. That is why I'm trying to front end Zope with IIS. Many thanks in advance V. Satheesh Babu http://vsbabu.csoft.net "Power corrupts. PowerPoint corrupts absolutely."
From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Satheesh Babu
We've a big static site served by IIS and some ASP. For the moment, I must use the same server machine for Zope too. And most corporate firewalls block ports other than 80. That is why I'm trying to front end Zope with IIS.
I have had the exact same problem with Zope/IIS, and fond no solution. I got the customer to use Apache instead of IIS so that was an easy way out. Aparantly IIS is not made for easy collaboration with other servers :-). regards Max M Max M. W. Rasmussen, Denmark. New Media Director private: maxmcorp@worldonline.dk work: maxm@normik.dk ----------------------------------------------------- Shipping software is an unnatural act
participants (2)
-
Max M -
Satheesh Babu