> Hi - For some time now we've been developing
> our site using CP (2.1.1) behind Apache on a *nix box.
> We now have to port the application over to a Win32
> environment to sit behind IIS.
You have my deepest sympathy. Any chance you can run Apache
2 on Windows?
> I thought I understood the options involved here
> but when i came to reread my references last night
> i'm less clear.
Yes; there are many options and they all suck.
> I was going to use the instructions at:
> http://www.cherr
ypy.org/wiki/ASPWSGI
> ... but i find that the "ASP gateway"
referenced
> in the first paragraph no longer exists
I moved it to: http:/
/projects.amor.org/misc/wiki/ASPGateway. I'll update
the wiki.
> Is this the most stable approach out there
> or have others superceded it (it's not clear how
> old that article is). I would be interested to hear
> of how others do this and their experiences.
The other option would be to use an ISAPI for Python; there
are at least two I've run across, but I'm unsure of their
quality.
Phillip Sitbon: http://sour
ceforge.net/projects/pyisapie/
Mark Rees: http://isapi-ws
gi.python-hosting.com/
I couldn't use Mark's because it's single-threaded only.
When I last looked at Phillip's, it was single-threaded and
still in development; maybe he's polished it enough for
your needs by now.
> In case it matters most/all of the pages served will be
under SSL.
Using https with Active Directory was my initial reason for
chosing ASP back in the day. But now that Apache 2 + mod_ssl
+ mod_auth_sspi works fine on Windows, there's no reason to
stick with IIS.
Robert Brewer
System Architect
Amor Ministries
fumanchu amor.org
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at http://
groups.google.com/group/cherrypy-users
-~----------~----~----~----~------~----~------~--~---
|