Antonio Cavedoni skrev: > > if you’re using Django with Apache and mod_python, it’s just a matter > of adding something like this to your Apache configuration file, > inside the options for the my-domain.name Virtual Host: > > <Location "/mailman/"> > SetHandler None > </Location> > > I use it also for other static files like robots.txt or favicon.ico, > so they don’t have to pass through Django but get served right ahead > from Apache. >
Aha... thanks! How easy does not problems seem when you have the right answer. :-) /Peter Brink --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---