On Jun 20, 11:19 am, commonzenpython <commonzenpyt...@gmail.com> 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 django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.