Re: [Zope] Problems in 2.0 using ZServer ws. using IIS
Unfortunately, the whole project deals with making corporate data available to our outside people and distributors. The data is in Visual FoxPro tables which I access via ODBC. Therefore, I must run on windows. I must use SSL -> must use IIS. (aaarrrggghhh!!!!) (Consider this another vote for SSL on Zserver.) -----Original Message----- From: Martijn Pieters <mj@antraciet.nl> To: Jim Sanford <jsanford@atinucleus.com>; Zope@zope.org <Zope@zope.org> Date: Monday, September 06, 1999 2:39 PM Subject: Re: [Zope] Problems in 2.0 using ZServer ws. using IIS At 20:27 6-9-99 , Jim Sanford wrote:
I have a project that is being developed for in house use. It will need to run under IIS in order to use SSL. We are about 2-3 weeks away from deployment.
Maybe you should switch to Apache with SSL? -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | T: +31 35 7502100 F: +31 35 7502111 | mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ---------------------------------------------
Jim Sanford wrote:
Unfortunately, the whole project deals with making corporate data available to our outside people and distributors. The data is in Visual FoxPro tables which I access via ODBC. Therefore, I must run on windows. I must use SSL -> must use IIS. (aaarrrggghhh!!!!)
Apache runs on Win32 as well as _several_ non-Win platforms. IIS might be faster than Win32 Apache, though. <Snip a lot of backquote> -- Best regards / Mvh., Steen Suder sysadm kollegie6400.dk OpenSource --- Sign of the time
Jim Sanford wrote:
Unfortunately, the whole project deals with making corporate data available to our outside people and distributors. The data is in Visual FoxPro tables which I access via ODBC. Therefore, I must run on windows.
Or use a small ODBC proxy on win and serve them from a real computer :)
I must use SSL -> must use IIS. (aaarrrggghhh!!!!)
Or get Apache_1.3.6-mod_ssl_2.2.6-openssl_0.9.2b-WIN32-i386.zip from http://www.modssl.org/contrib/ then use ODBC either directly from python or from Zope. ----------------- Hannu
Jim - I have had the same problem with IIS - I found a message (in Japanese) on their site (dated May 1998) complaining about this very problem (IIS not returning a proper Content-Length), which said that they were aware that this was a problem with IIS and their support team was going to contact the troubled party in question. However, I was unable to find a fix for this particular problem... In the meantime, my fix was to put a bunch of extra white space at the end of my standard_html_footer, just a big load of spaces. This fixed the problem for me, although I'm still waiting for a better fix for the web server :-I (and waiting, and waiting...) --Brian "Jim Sanford" <jsanford@atinucleus.com> wrote:
Unfortunately, the whole project deals with making corporate data available to our outside people and distributors. The data is in Visual FoxPro tables which I access via ODBC. Therefore, I must run on windows. I must use SSL -> must use IIS. (aaarrrggghhh!!!!)
(Consider this another vote for SSL on Zserver.) -----Original Message----- From: Martijn Pieters <mj@antraciet.nl> To: Jim Sanford <jsanford@atinucleus.com>; Zope@zope.org <Zope@zope.org> Date: Monday, September 06, 1999 2:39 PM Subject: Re: [Zope] Problems in 2.0 using ZServer ws. using IIS
At 20:27 6-9-99 , Jim Sanford wrote:
I have a project that is being developed for in house use. It will need to run under IIS in order to use SSL. We are about 2-3 weeks away from deployment.
Maybe you should switch to Apache with SSL?
-- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | T: +31 35 7502100 F: +31 35 7502111 | mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ---------------------------------------------
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
participants (4)
-
Brian Hooper -
Hannu Krosing -
Jim Sanford -
Steen Suder