Stefan de Konink wrote, On 01/12/2007 22:27: > > Stefan de Konink schreef: >> I have 3 files in a cgi-bin directory. Two are identical, one is different. >> >> test.py >> test1.py, create_user.py >> >> When create_user.py is accessed from the cgi-bin directory it is >> transfered as plain text without being executed. test1.py is just ran. >> If I move my create_user.py to another directory it is just executed as cgi. >> >> Yes that is odd isn't it? > > ...I wanted to give up. BUT, I changed the priorities to 20,21 and 20,21 > and now it works. That is odd. > > Anyone has a sensible explanation for this?
Priorities only apply between directories, extensions and requests, not between the different directories. When the request is matched with the directory tree is finds the best matching entry, and then it is compared with the other configuration entries (requests and extensions) by applying the priorities. -- Greetings, alo. http://www.alobbs.com _______________________________________________ Cherokee mailing list [email protected] http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee
