Re: files are downloadable in browser because of apache conf file! help!!!

2012-05-13 Thread doniyor
yeah, you are right, i realized this after having read the official docs with close focus for the 3rd time.. :) thanks thanks.. Am Sonntag, 13. Mai 2012 19:41:50 UTC+2 schrieb Jani Tiainen: > > You should deploy django files outside www directories. That way even > incorrect config shouldn

Re: files are downloadable in browser because of apache conf file! help!!!

2012-05-13 Thread Jani Tiainen
You should deploy django files outside www directories. That way even incorrect config shouldn't reveal any actual files. On Sat, May 12, 2012 at 8:20 AM, doniyor wrote: > hey guys, i was configuring my django project on server, in httpd.conf > file. suddenly i have 500 Internal Server Error. be

files are downloadable in browser because of apache conf file! help!!!

2012-05-11 Thread doniyor
hey guys, i was configuring my django project on server, in httpd.conf file. suddenly i have 500 Internal Server Error. before that i had the page where files can be just downloaded. how can i fix this? apache2.2 is running and mod_wsgi is installed. i think, i dont know how to tell apache abou