Re: Problem authenticating static content in Apache

2006-06-27 Thread jacob
Ah... upgrading to the latest mod_python (3.2.8) seemed to fix the problem. Thanks! --~--~-~--~~~---~--~~ 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@googlegrou

Problem authenticating static content in Apache

2006-06-27 Thread jacob
I've got a working Django webapp that I'm happy with, running under mod_python, but I need to authenticate some static content served from Apache. The relevent part of my apache config looks like this: AuthType basic AuthName "attachments" Require valid-user SetEnv DJANGO_SETTI