IIS-VirtualHostMonster
Hi everybody, I really have a big problem with the IIS Integration of Zope, and I am really going nuts with this. I use the IIS and Zope and want Zope to work behind IIS. (Win NT System) I created a Virtual Host Monster and tried every possibilty in IIS to rewrite incoming URLs but I really don't know what I am doing wrong. Can anybody help me, who had the same problem and solved it? Thanks in advance... Carsten
I created a Virtual Host Monster and tried every possibilty in IIS to rewrite incoming URLs but I really don't know
what I am doing wrong.
Can anybody help me, who had the same problem and solved it?
Have you seen this: http://www.zope.org/Members/andym/ASP404 or http://www.zope.org/Members/hiperlogica/ASP404 Cheers -- Andy McKay
Andy McKay wrote at 2003-3-17 09:29 -0800:
I created a Virtual Host Monster and tried every possibilty in IIS to rewrite incoming URLs but I really don't know
what I am doing wrong.
Can anybody help me, who had the same problem and solved it?
Have you seen this: http://www.zope.org/Members/andym/ASP404 or http://www.zope.org/Members/hiperlogica/ASP404
Look for a HowTo from Volker Wend on Zope.org about IIS integration. Volker thinks that IIS provides much better ways than the ASP404 approach. Dieter
Dieter Maurer wrote:
Have you seen this: http://www.zope.org/Members/andym/ASP404 or http://www.zope.org/Members/hiperlogica/ASP404
Look for a HowTo from Volker Wend on Zope.org about IIS integration.
Volker thinks that IIS provides much better ways than the ASP404 approach.
Are you sure it's on Zope.org? http://www.google.com/search?q=Volker+IIS+site%3Azope.org ...returns nothing :-( cheers, Chris
Hi Chris, Chris Withers wrote at 2003-3-19 16:20 +0000:
Dieter Maurer wrote:
Have you seen this: http://www.zope.org/Members/andym/ASP404 or http://www.zope.org/Members/hiperlogica/ASP404
Look for a HowTo from Volker Wend on Zope.org about IIS integration.
Volker thinks that IIS provides much better ways than the ASP404 approach.
Are you sure it's on Zope.org?
http://www.google.com/search?q=Volker+IIS+site%3Azope.org
...returns nothing :-(
I am sure. He showed it to me (and he replied himself to this thread). I am not sure, what his user name is and whether user names are indexed via Google... Dieter
Volker thinks that IIS provides much better ways than the ASP404 approach.
Actually, Volker's method is an anternative, and not necessarily a much better way than ASP404, by his own words. For one thing, the method he discovered is a redirect. Also, the client sees the VHM URL, which we usually want to hide since it adds no value to the end user. I don't like the concept of the ASP404 approach either, but so far it has been the closest analog to the Apache paroxypass architecture which is our preferred way of deploying Zope on Unix. Like proxypass, ASP404 gives us full control of the URLs, and allows the Zope server to be protected from the Internet, exposing only IIS. I don't know whether Zope is more or less vulnerable than IIS, but some of our larger customers have security teams who know IIS but don't grok Zope, so redirecting is not an option. -- Luciano
Hi Carsten, In article <D9B4A9A7EB69D411A07800D0B77FCF6909646DF9@brahms.bbn.hp.com>, CARSTEN (HP-Germany,ex1) TANNERT wrote:
Can anybody help me, who had the same problem and solved it?
FWIW, I put both Zope /and/ IIS (in parallel, for wholly seperate purposes) behind Apache: - - IIS is bound to a private IP. - Zope is bound to a (Different) private IP. - Apache Rewrite hands the public face. - Header Translation hadles sites in IIS. - VHM handles sites in Zope. Not sure if this works if you have to do proprietary authentication in IIS through Apache - I didn't have the need. Of course, if I hadn't needed IIS for other stuff, I'd have junked it and gone 100% Apache. Regards, PhilK Mon, 17 Mar 2003 17:56 GMT @ Vaio Email: phil@xfr.co.uk / Voicemail & Facsimile: 07092 070518 Tell me and I forget. Show me and I remember. Involve me and I understand. - Chinese saying
participants (6)
-
Andy McKay -
Chris Withers -
Dieter Maurer -
Luciano Ramalho -
Philip Kilner -
TANNERT,CARSTEN (HP-Germany,ex1)