I have two contexts set:
URI: /media/
Type: static
Order: 1
URI: /
Type: fastcgi
Order: 2
with the fastcgi set to a VHost external app. The app works fine, but /media/ does not. It doesn't catch anything -- my fastcgi app ends up getting thrown all /media/ URIs. Reversing the order doesn't do anything differently.
Am I missing something? This is very easily done Apache-side with an Alias and SetHandler None directives.
Thanks!
URI: /media/
Type: static
Order: 1
URI: /
Type: fastcgi
Order: 2
with the fastcgi set to a VHost external app. The app works fine, but /media/ does not. It doesn't catch anything -- my fastcgi app ends up getting thrown all /media/ URIs. Reversing the order doesn't do anything differently.
Am I missing something? This is very easily done Apache-side with an Alias and SetHandler None directives.
Thanks!