On 24/05/2006, at 8:08 AM, [EMAIL PROTECTED] wrote:
> re.
>
> So, what are the alternatives? (excluding getting a linux box)

you can run apache2.2 on windows quite well.
if IIS has a proxy type solution you could just run apache2.2 on a  
separate port and have it handle the django side of things.
otherwise you could have apache become the front-end webserver and  
then delegate the requests which require ISS to the proxy.
something like in apache

namevirtualhost *

<virtualhost *>
servername i-need-iis
proxypass / http://127.0.0.1:3000/
proxypassreverse / http://127.0.0.1:3000/
</virtualhost>
where IIS would run on port 3000.

regards

>
> - Is FastCGI the rigth answer?
> - Existe a stable ISAPI dll?
>
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to