我有一个Web应用程序包含在以下结构中:
/app-root
+-- /html ; root files
/cgi-bin ; cgi scripts
/app ; application files
/cheyenne ; Cheyenne binary and config
我的初始配置是:
default [
root-dir %../html
]
如何配置Cheyenne,以便当我转到http://site/cgi-bin/foo.cgi
时,它会在app-root/cgi-bin
而不是app-root/html/cgi-bin
中查找foo?