Set it up for a WSGI hello world program first and not Django. Go watch: http://code.google.com/p/modwsgi/wiki/WhereToGetHelp?tm=6#Conference_Presentations
and also read: http://code.google.com/p/modwsgi/wiki/QuickConfigurationGuide The presentation goes through various problems people face. Since you haven't provided enough information I can't guess which problem you are having. Make sure you actually look in the Apache error log file for more information as to the error and compare that with what presentation shows. The colour syntax highlighting doesn't mean anything as vim will not know that the mod_wsgi directives are special, only the Apache ones. Graham On 27 October 2011 20:22, sakthi <[email protected]> wrote: > 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 :) > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/modwsgi?hl=en. > > -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
