2012年2月6日 星期一

Freebsd修改學務系統佈告欄附件下載中文檔名問題

#安裝
cd /usr/ports/www/mod_fileiri
make install clean

#設定
ee /usr/local/etc/apache22/httpd.conf
LoadModule fileiri_module libexec/apache2/mod_fileiri.so <--拿掉前面的#

最後加入
<IfModule mod_fileiri.c>
FileIRI On
FilenameCharset Big5
</IfModule>

#重新啟動apache
/usr/local/etc/rc.d/apache22 restart

參考資料:
http://home.csjh.tcc.edu.tw/phpbbinf/viewtopic.php?t=4356&sid=939f9f3440fc2fb39fdb450d8fd27bdb