Re: django+apache
Hello Carlos,
I apologize but I am unable to understand your problem. It looks like you are trying to use Apache to forward requests on to Django using "mod_python".
According to Django's web site, "mod_python" is deprecated and therefore shouldn't be used. (Source: https://docs.djangoproject.com/en/1.4/howto/deployment/modpython/)
Instead, I recommend following this guide and use WSGI: https://docs.djangoproject.com/en/1.4/howto/deployment/wsgi/modwsgi/
Once you give that a try and run into a specific problem, feel free to post back with your specific problem and I'm sure someone will do their best to help you out.
Good luck!
- Kurtis Mullins
-- On Tue, Jul 17, 2012 at 6:39 PM, Carlos Andre <eucandre@gmail.com> wrote:
hi programers, i'm with troble in apache with django connect!what i can make to connect!i start with mod_python, but have very troble!--can Somebory help me?
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+unsubscribe@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-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home