On Tuesday, 4 March 2014 16:53:32 UTC, Walter Wang wrote:
>
> Thanks alot for all your answers, I really appreciate it.
>
> I am using ubuntu 12.04 lts hosted on digitalocean. Apache version is 
> 2.2.2 and django is 1.6, I created a virtualenv in the home directory, 
> named myproject, I am using python3.2 as the interpreter in the virtualenv. 
>
> All your answers has given renewed energy. 
>
> So from reading all your answers, based on having django 1.6. I should 
> edit the wsgi.py file and I don't have to make a "wsgi file" according to 
> the digital ocean instructions.
>
> What about the httpd.conf file? According to sam I should not touch it, 
> but the official documentation for 1.6 says otherwise.
>

No, in Debian-based distributions like Ubuntu, the specific configuration 
for each virtual host is in the sites-available directory. Follow the 
DigitalOcean instructions for that part, except that the WSGIScriptAlias 
should point to your existing wsgi.py file, which you should not need to 
edit.
--
DR.

-- 
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/a84e954d-3881-4642-8ef0-4ca4529ea56d%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to