RE: [Zope] Zope clashing with Jana Proxy server on intranet?
Just run Zope on port 80 and turn off IIS if you're not using it (turning off IIS would be a good idea anyway, given the dozens of security holes). Go edit start.bat and add -w 80 to the startup parameters. Dave -----Original Message----- From: Jon Edwards [mailto:jon@pcgs.freeserve.co.uk] Sent: Friday, February 08, 2002 8:18 AM To: Zope - mailing list Subject: [Zope] Zope clashing with Jana Proxy server on intranet? Has anyone had any experience with Jana Proxy Server? On a client's site we've installed a Zope-CMF intranet. It's an NT system, but we didn't use IIS, just pointed their browsers at http://servername:8080/intranet That worked fine, till they tried to access a normal WWW site, which gives "Site error - resource not found". On digging round, I found that the server has Jana Server installed (http://www.janaserver.de/en/) - a freeware proxy server program that acts as a gateway to allow all the machines on their LAN to access the internet through their single ISDN line. I suspect that accessing zope via servername:8080 is confusing Jana ...or vice-versa! Has anyone had any similar experiences? Is it just a case of adding/changing a setting in Jana so that it routes requests for the intranet to Zope? Any help would be gratefully received! :-) Cheers, Jon _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Thanks Dave, That's certainly a quick-fix I can do on Monday. But longer-term I'm loathe to turn off IIS in case they need it for other things - we're bypassing it, but that doesn't mean that other stuff they use will do the same. Ours is an intranet product for Doctors' practices and they tend to get all sorts of programs and utilities on their servers from different sources! :-) I could try to configure Zope to run behind IIS, but all the documentation and how-to's I've seen look extremely complicated, and seem to suggest it would give a significantly slower response. Cheers, Jon
-----Original Message----- From: David Thibault [mailto:dthibault@esperion.com] Sent: 08 February 2002 14:24 To: 'Jon Edwards'; Zope - mailing list Subject: RE: [Zope] Zope clashing with Jana Proxy server on intranet?
Just run Zope on port 80 and turn off IIS if you're not using it (turning off IIS would be a good idea anyway, given the dozens of security holes). Go edit start.bat and add -w 80 to the startup parameters.
Dave
participants (2)
-
David Thibault -
Jon Edwards