Hi, I have installed django app with wsgi. I see that by default I have directory browsing enabled in my static files and I want to turn it off. My httpd.conf:
LoadModule python_module modules/mod-wsgi.so WSGIScriptAlias /peergw /home/alex/mx30/django.wsgi Alias /media/ /var/www/media/ Alias /peergw/site_media/ /var/www/site_media/ How can I turn off directory browsing from /peergw/site_media? (It's my static files) I tried "Options -Indexes", but without luck. Thanks in advance, Alex Arshavski --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---