Thursday, October 27, 2011

Re: Deploying Django

Ok. I installed mod_wsgi and did all configrations.

i created django.wsgi file in my app with all the entries and also
added WSGIScriptAlias / /home/saki/gpc/apache/django.wsgi to the
httpd.conf in apache.

Still i am getting an apache internal error. misconfigured.

i think its the problem with mod_wsgi. because the 'WSGIScriptAlias'
didnt change color( i am using vim). and the other 'Alias' changes
color to blue.

Is that the problem. Please help.

Thankyou :)

On Oct 27, 3:19 am, Javier Guerra Giraldez <jav...@guerrag.com> wrote:
> On Wed, Oct 26, 2011 at 5:14 PM, sakthi <sakth...@gmail.com> wrote:
> >.... i installed mod_python and....
>
> that's where you got it wrong.
>
> mod_python is obsolete and deprecated.  the supported way to deploy
> python apps with apache is mod_wsgi.  check
>
> https://docs.djangoproject.com/en/1.3/howto/deployment/modwsgi/
>
> --
> Javier

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

No comments:

Post a Comment