I'm using a 404 ASP script to proxy requests from IIS to Zope. It seems to be very unreliable and I'm getting quite a lot of broken images. Is there a better way of doing this? Any help appreciated. http://www.nixonmcinnes.co.uk (proxy through IIS) http://www.nixonmcinnes.co.uk:9090 (direct into zope) Cheers Tom
Tom Nixon wrote:
It seems to be very unreliable and I'm getting quite a lot of broken images. Is there a better way of doing this? Any help appreciated.
Apart from pcgi which I wouldn't call an improvement, I dont know of any. When you find one, please let us know ;) From what I have seen of the script its been very reliable. Why you are getting the broken images I don't know but looks like something there isn't working. Time for some debugging I guess... -- Andy McKay
Tom Nixon wrote at 2003-1-15 11:48 -0000:
I'm using a 404 ASP script to proxy requests from IIS to Zope.
It seems to be very unreliable and I'm getting quite a lot of broken images. Is there a better way of doing this? Any help appreciated.
http://www.nixonmcinnes.co.uk (proxy through IIS)
http://www.nixonmcinnes.co.uk:9090 (direct into zope) Please search the mailing list archives (for "Zope" and "IIS").
Dieter
participants (3)
-
Andy McKay -
Dieter Maurer -
Tom Nixon