[Richie]
> can I have some root URLs served by Django and some served by Apache?

[Adrian]
> http://www.djangoproject.com/documentation/modpython/#serving-media-files

[Bryan]
> I would use the LocationMatch:
> 
> <LocationMatch "\.(jpg|gif|png)$">
>     SetHandler None
> </LocationMatch>
> 
> and add txt and ico to the regular expression.

Wonderful!  Many thanks.

-- 
Richie


Reply via email to