Re: Django under IIS with ISAPI

2006-09-11 Thread [EMAIL PROTECTED]
Yes, we run Django under IIS. However we use the jk connector from the Apache Tomcat project on the IIS side (http://tomcat.apache.org/tomcat-4.1-doc/config/jk.html) and flup's AJP interface on the Django side. Django's running on a separate Linux box behind the firewall. It works reasonably we

Re: Django under IIS with ISAPI

2006-09-08 Thread nymbyl
I was never able to get PyISAPIe to work myself. I ended up buying the isapi_rewrite product from helicon (http://www.isapirewrite.com/) and just proxying to Apache on :9080. I really wanted PyISAPIe to work, but isapi_rewrite was fairly cheap and easy to install. It feels like overkill - but I