mime_add
mime_add 指令 假設 Sun WebServer 1.0 的 /etc/http/httpd.conf 內含有以下設定:
url //widgets {
mime_add "image/jpeg" "JPG"
}
|
將 /var/http/server1/websites/widgets/conf/widgets.site.conf 內的 mime_file 指令註解去掉:
url //widgets {
mime_file "conf/mime.types"
}
|
將以下新的 mime 對應設定加入 /var/http/server1/websites/widgets/conf/mime.types 檔案內:
image/jpeg JPG |