Hi, What happens when you try?
"sudo a2ensite <projectname>" expects a file here: /etc/apache2/sites-available/<projectname>.conf You then need to "sudo service apache2 reload" Collin On Saturday, January 3, 2015 11:45:00 AM UTC-5, SungHo Park wrote: > > Hi > I have tried to use Django in Apache, but it doesn't work. > > My Django's version is 1.7.1 so I refered this page. > https://docs.djangoproject.com/en/1.7/howto/deployment/wsgi/ > <https://docs.djangoproject.com/en/1.7/howto/deployment/wsgi/> > > I'm Korean and not good at English. But I tried to read whole of the > documents in that page, but it doesn't work. > I searched it in Korean language and found out that it needs to enter > 'sudo a2ensite <project_name>', but it doesn't work, too. > > I applied > > WSGIScriptAlias / /path/to/mysite.com/mysite/wsgi.pyWSGIPythonPath > /path/to/mysite.com > <Directory /path/to/mysite.com/mysite><Files wsgi.py>Require all > granted</Files></Directory> > > this. > I use Ubuntu 14.04. > > > > > > > > > > dsf > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/08be9308-71c8-4a69-b53a-985c49adba1a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.