We currently have django(using flup) running as a fastcgi  external server (via 
a socket) and would like to use django to control access to static apache files 
(to avoid duplicate logins etc etc); I see that fastcgi can do Authentication 
(in the http sense) and access checking. Is there a way to get django to 
control 
static access in this manner.

I know that I can start up a secondary version of my project and use it as a 
standalone fastcgi script to do what I need, but that requires me to control 
two 
  servers when changes are made and seems a bit clunky.
-- 
Robin Becker

--~--~---------~--~----~------------~-------~--~----~
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