RE: [Zope] Microsoft IIS 4.0 and Zope
Hi Petter, I have the same problem. Could you tell me if you find a way? I hope someone on this list have an answer! -----Message d'origine----- De : Petter Enholm [mailto:petter@enholm.com] Envoyé : vendredi 8 décembre 2000 07:53 À : zope@zope.org Objet : [Zope] Microsoft IIS 4.0 and Zope Hi, This may be more of a Microsoft IIS questions than Zope question, but I give it a shot! I have installed Zope (on port 8080) on a Windows NT 4.0 server with IIS 4.0, followed to Howto that explains how to set up PCGI with IIS, and all works very well. I can access Zope through http://localhost/scripts/zope.pcgi Next step: I want to access the Zope site through a given DNS name, f eks www.mydomain.com. How can I do this with IIS 4.0? I find no way to redirect a virtual host and at the same time rewrite the URL so that the user gets http://www.mydomain.com in the browser, not .../scripts/zope.pcgi. Anybody out there with knowledge on this issue? Best regards Petter Enholm Snapper as _______________________________________________ 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 )
The easiest thing to do (for me now) is to add Apache as front-end web-server for both IIS and Zope. The access to documentation, well tested and documented rules for rewriting, lots of HOW-TO's, mailing lists etc makes this a good choice - open source rules! Any comments on running Apache as front-end for IIS 4.0 and Zope? I would gladly throw out the IIS server, but my customers has software that relies on this server. Best regards Petter Enholm ----- Original Message ----- From: <Menard.Jean-Francois@hydro.qc.ca> To: <petter@enholm.com> Cc: <zope@zope.org> Sent: Friday, December 08, 2000 4:05 PM Subject: RE: [Zope] Microsoft IIS 4.0 and Zope
Hi Petter,
I have the same problem. Could you tell me if you find a way? I hope someone on this list have an answer!
-----Message d'origine----- De : Petter Enholm [mailto:petter@enholm.com] Envoyé : vendredi 8 décembre 2000 07:53 À : zope@zope.org Objet : [Zope] Microsoft IIS 4.0 and Zope
Hi,
This may be more of a Microsoft IIS questions than Zope question, but I give it a shot!
I have installed Zope (on port 8080) on a Windows NT 4.0 server with IIS 4.0, followed to Howto that explains how to set up PCGI with IIS, and all works very well. I can access Zope through http://localhost/scripts/zope.pcgi
Next step: I want to access the Zope site through a given DNS name, f eks www.mydomain.com. How can I do this with IIS 4.0? I find no way to redirect a virtual host and at the same time rewrite the URL so that the user gets http://www.mydomain.com in the browser, not .../scripts/zope.pcgi.
Anybody out there with knowledge on this issue?
Best regards
Petter Enholm Snapper as
_______________________________________________ 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 )
That's exactly what I do, use Apache and ProxyPass to provide a unified URLspacebetween IIS and Zope. Works well! ----- Original Message ----- From: "Petter Enholm" <petter@enholm.com> To: <Menard.Jean-Francois@hydro.qc.ca> Cc: <zope@zope.org> Sent: Friday, December 08, 2000 3:17 PM Subject: Re: [Zope] Microsoft IIS 4.0 and Zope
The easiest thing to do (for me now) is to add Apache as front-end web-server for both IIS and Zope. The access to documentation, well tested and documented rules for rewriting, lots of HOW-TO's, mailing lists etc makes this a good choice - open source rules!
Any comments on running Apache as front-end for IIS 4.0 and Zope? I would gladly throw out the IIS server, but my customers has software that relies on this server.
Best regards Petter Enholm
----- Original Message ----- From: <Menard.Jean-Francois@hydro.qc.ca> To: <petter@enholm.com> Cc: <zope@zope.org> Sent: Friday, December 08, 2000 4:05 PM Subject: RE: [Zope] Microsoft IIS 4.0 and Zope
Hi Petter,
I have the same problem. Could you tell me if you find a way? I hope someone on this list have an answer!
-----Message d'origine----- De : Petter Enholm [mailto:petter@enholm.com] Envoyé : vendredi 8 décembre 2000 07:53 À : zope@zope.org Objet : [Zope] Microsoft IIS 4.0 and Zope
Hi,
This may be more of a Microsoft IIS questions than Zope question, but I give it a shot!
I have installed Zope (on port 8080) on a Windows NT 4.0 server with IIS 4.0, followed to Howto that explains how to set up PCGI with IIS, and all works very well. I can access Zope through http://localhost/scripts/zope.pcgi
Next step: I want to access the Zope site through a given DNS name, f eks www.mydomain.com. How can I do this with IIS 4.0? I find no way to redirect a virtual host and at the same time rewrite the URL so that the user gets http://www.mydomain.com in the browser, not .../scripts/zope.pcgi.
Anybody out there with knowledge on this issue?
Best regards
Petter Enholm Snapper as
_______________________________________________ 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 )
_______________________________________________ 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 )
participants (3)
-
Menard.Jean-Francois@hydro.qc.ca -
Petter Enholm -
Phil Harris