RE: [Zope] Zope and IIS and Apache (oh my!)
Hi Larry, I have IIS & Plone integrated. When I did it, the plone login_form login did not work for me either. BUT, when I turned off ~"Anonymous Login" in IIS and IIS produces the 401-Auth or Windows Challenge pop-up login, the userid & password sent through IIS would login the plone user. Once IIS is involved, Plone looks for the (in ASP) Request.ServerVariables('AUTH_USER') (I wasn't able to find how/where it gets this info into Plone -- wish I did). Once users were logged in ... they could Never be logged out w/o closing the browser. i know that didn't answer all your questions, but it's some info that is closely related. good luck! -----Original Message----- From: Larry J. C. Prikockis [mailto:larry_prikockis@natureserve.org] Sent: Friday, November 21, 2003 11:58 AM To: zope@zope.org Subject: [Zope] Zope and IIS and Apache (oh my!) this is clearly a variation on a FAQ- but enough of one that none of the existing info seems to be helping me. Here's the setup: - Zope running on linux machine at, e.g., zope.intranet:8080 - Apache running on linux machine, and proxying requests to Zope via usual VHM/rewrite deal at zope.intranet:80 works great... now--- we additionally need to have an IIS (W2k) machine running at iis.intranet:80 that proxies requests to zope.intranet:8080 via the oft-mentioned 404 ASP script (latest version). In the default.asp file on the iis.intranet machine, I have the zopeAddress - http://zope.intranet:8080 at first glance, this all works correctly... I can browse to http://iis.intranet and see the Zope content as expected.... however, logins mysteriously fail. I suspect there's some issue with cookies that's catching me up here, but I can't get a handle on it. Does anyone else have experience fronting a Zope instance on Linux with an IIS instance running on a distinct W2k box? Most of the conversation here seems to involve running Zope and IIS on the same machine--- not sure why that should make a difference... any clues would be much appreciated... thanks- Larry _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (1)
-
Jason LeMonier