Context: /media and / conflicting

#1
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!
 

mistwang

LiteSpeed Staff
#2
It should work, please turn on debug log, it should show which context it picks up.

Please show me how /media/ context is configured.
 
Last edited:
#3
It was a permission error. I didn't see anything display in the log until I did a full restart, but the error message contained enough information to fix it. Sorry!
 
Top