Eventually, as said by the doc:

"
The mod_python <http://www.modpython.org/> module for
Apache<http://httpd.apache.org/>can be used to deploy Django to a
production server, although it has been
mostly superseded by the simpler *mod_wsgi deployment
option*<http://docs.djangoproject.com/en/dev/howto/deployment/modwsgi/#howto-deployment-modwsgi>
.
"
I was a LAMP user for year and it seems natural to usr these configuration,
but yes, you are right wsgi or fcgi is better start point.
As a noob I think my solution can be simplier.....sorry!

2010/3/11 Anton Bessonov <exe...@googlemail.com>

> Using Django on Apache with mod_python in production - it's a bad idea!
> wsgi or fcgi is better start point.
> http://docs.djangoproject.com/en/dev/howto/deployment/
>
>
> Massimiliano Bertinetti schrieb:
>
>  If I understand, you want information about installing python/django in
>> a production enviroment (ex-novo).
>>
>> I recently do this on a Linode Virtual Ubuntu Server and I think you can
>> do the same.
>>
>> Here a tutorial: http://library.linode.com/web-frameworks/django
>>
>> I'm not a Linode man! What you find on this tutorial you can apply on
>> other virtual / phisical server, but I found Linode a good choice for
>> me: http://www.swap-hq.com (only italian - sorry!!).
>>
>> Max-B
>>
>> Il giorno gio, 11/03/2010 alle 09.56 -0800, Tiago ha scritto:
>>
>>
>>> I want to keep my dedicated server for my company, where can i find a
>>> tutorial, the best choices for OS.
>>>
>>> Thanks
>>>
>>>
>>>
>>
>>
>>
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to