Monday, December 29, 2014

Re: how to use apache instead of django_server

On 2014-12-29, at 13:11 , th.granier@free.fr wrote:
> Hello
>
> i'm a very new user of python and i'd luke to install Django
> i want to use apache server instead of the internal Django server.
>
> i read the documentation and installed wsgi
> but now i don't know how to connect Django admin via apache!!

You need mod_wsgi and to mount your project's wsgi script into
mod_wsgi, as explained by
https://docs.djangoproject.com/en/1.7/howto/deployment/wsgi/
and https://docs.djangoproject.com/en/1.7/howto/deployment/wsgi/modwsgi/

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/9C47DAD5-D12E-4A5F-9884-512E26DC83F5%40masklinn.net.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment