The only thing i can find right now is to deny access based on the
remote ip.  Not the best solution, but for internal it may work.
Filter with a regex possibly.

On Aug 5, 7:32 pm, Ronghui Yu <stone...@gmail.com> wrote:
> I have the similar problem. Could not find a good way either.
>
>
>
>
>
> On Thu, Aug 6, 2009 at 9:28 AM, TheIvIaxx <theivi...@gmail.com> wrote:
>
> > Hello, I have a question that probably spans a few different groups.
> > However I know this setup is familiar withing the django community.
>
> > I have apache handling all django/python stuff and have lighttpd
> > handling the static content.  All is well,works fine and fast.  Auth
> > is my problem on the static stuff.
>
> > With django i can control auth with the built in auth middleware,
> > however anyone can just type in a url to a static image and get it.
> > Other than using directory auth on lighty or apache, how would you
> > control access to the static content without having the user enter
> > user/pass info every time them went to the site?
>
> > Thanks
>
> --
> ===========================
> Regards
> Ronghui Yu
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to