Mono
出自TWEmu.no-ip.org
Novell 開發的 Microsoft .NET 相容環境
目錄 |
安裝
- Debian
- libapache2-mod-mono mono-apache-server2 (asp.net2-examples)
編輯 /etc/apache2/mods-available/mod_mono.conf , 選擇你要的版本 (修正 /etc/mono-server2/mono-server2-hosts.conf 中 MonoServerPath 成為 MonoServerPath default /usr/lib/mono/2.0/mod-mono-server2.exe)
VServer
若需要使用 binfmt-support(使得 Linux 可以執行 Windows 的 PE 格式檔案) 請照下列順序安裝
apt-get install binfmt-support add "none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0" to /etc/vservers/<name>/fstab /etc/init.d/binfmt_misc restart vserver <name> exec apt-get install binfmt-support vserver <name> restart

