BTW, I really hope you literally have not said: WSGIScriptAlias / "<PATH TO YOUR DJANGO PROJECT>/apache/ dj_survey.wsgi"
When you do post the Apache configuration snippet, make sure you don't go editing it to change details. The exact information is needed else it makes it harder to debug what you have done wrong as have to assume hidden information. Graham On Jun 20, 11:39 am, Graham Dumpleton <[email protected]> wrote: > On Jun 20, 11:19 am, commonzenpython <[email protected]> > wrote: > > > im sorry, its causing an error 500, but i know its because of an error > > in the httpd.conf file, but i dont know what, i have written the sript > > WSGIScriptAlias / "<PATH TO YOUR DJANGO PROJECT>/apache/ > > dj_survey.wsgi" exactly how its supposed to be written but its still > > causing the crash, is there anything besides that script that i have > > to write so it works > > If you are getting a 500 error, then Apache is at least starting. This > means at least that you don't have a syntax error in Apache > configuration, so you idea that the mistake is in Apache configuration > is wrong. > > Go look in the Apache error logs and find the series of logged error > messages from the time you make the request that gives the 500 error > and post them here. > > Also post the part of the Apache configuration that relates to > mod_wsgi and Django setup. > > Graham -- You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en.

