On Thu, Mar 10, 2011 at 4:21 PM, balu <vab...@gmail.com> wrote: > Hi all > > I'm trying to deploy django for the first time. During this process > I'm getting the following error. Please help me to correct this. > > balu@balu-varanasi:/etc/apache2/sites-available$ /etc/init.d/apache2 > reloadSyntax error on line 10 of /etc/apache2/sites-enabled/mysite: > Invalid command 'WSGIScriptAlias', perhaps misspelled or defined by a > module not included in the server configuration > Action 'configtest' failed. > The Apache error log may have more information. > ...fail! >
You haven't installed mod_wsgi, or you have installed it but have not enabled it in Apache. http://code.google.com/p/modwsgi/wiki/QuickInstallationGuide#Loading_Module_Into_Apache Cheers Tom -- 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+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.