Le 11 mars 2011 à 13:25, Kenneth Gonsalves a écrit :

> On Fri, 2011-03-11 at 04:17 -0800, balu wrote:
>> I tried to deploy django with the following. But I couldn't able
>> succeed. Please let me know the exact steps in configuring apache
>> server, configuring mod_wsgi.
>> 
>> I had gone through the official site. But couldn't understand it
>> completely the configuration process.
>> 
>> apache, mod_wsgi, nginx, mysql on ubuntu 10.10 
> 
> first make up your mind - do you want apache or nginx? You cannot have
> both. Secondly post the configuration you have tried and post the *full*
> error messages.

Actually, you can have apache/mod_wsgi behind a nginx because of static files.

Anyway, without the errors, there's little we can do.
The documentation 
(http://docs.djangoproject.com/en/1.2/howto/deployment/modwsgi/) gives the 
directions. There isn't much to do to get django working with mod_wsgi.

Steps are:
- install apache
- install mod_wsgi
- configure both
- configure your virtual host
- follow the documentation

Regards,
Xavier.

-- 
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 
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