背景 : .NetFramework网站使用Mono+Jesux转移到了Linux下
问题 : 由于Windows下不区分大小写 , 所以整个系统路径在配置的时候都是忽略大小写的 , 转移到Linux下后 , 区分大小写了
目的 : 找一种可以忽略大小写的方式 , 避免做大量修改 .
测试过linxudot.net 里面提到的修改jexus的配置 ,但是不起作用.
相关问题
- Is shmid returned by shmget() unique across proces
- how to get running process information in java?
- Error building gcc 4.8.3 from source: libstdc++.so
- Why should we check WIFEXITED after wait in order
- Null-terminated string, opening file for reading
这需要 linux 文件系统的支持,参考 Is it possible to disable ext4 case sensitivity?