Hi,

I am using Django on my university webspace. I set it up by following
(and slightly modifying) the instructions on this page:
http://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/#running-django-on-a-shared-hosting-provider-with-apache

Now I would like to protect certain static files by authenticating
against my Django user database; basically what's described here:
http://docs.djangoproject.com/en/dev/howto/apache-auth/.
Unfortunately, I do not have access to the httpd.conf. I can
put .htaccess files into the directories, but that's about it. How can
I get the same functionality? 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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to