On Sat, Aug 2, 2014 at 6:16 AM, Ankesh Anand <ankeshanand1...@gmail.com> wrote:
>
> I will modify the Makefile to use virtualenv from now on.

Have you done it.

>> Further benchmark folder is stored in /var/www and all aliases are
>> pointing towards /var/www, it is not expected to be there.
>>
>
> Normally, the web roots are present in /var/www/, that's the reason I put it
> in there. It's more of a convention than a rule. If there are issues, where
> should I move the web root?

Our other dJango application were working fine day before yesterday. But now
benchmark project is activated in /var/www and other django
applications have stop working.

Please make it in /home/benchmark not in /var/www, using virtual environment.

Why we should not put files under /var/www:

I don't think that putting web-stuffs in /var/www is a good idea. You
have your home
directory where you are the boss and have all permissions. Why to mess with
permission while working in root?

If case of Django application, you can directly store it in your home
directory. Even
you don't have to create any public_html and enable user_dir. Don't
you think it'll be easy?
It'll be easy for admins too, because then you don't need any root permissions.

-- 
H.S.Rai

------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to