mime_add
mime_add directive Given the following Sun WebServer 1.0 directive in /etc/http/httpd.conf:
url //widgets {
mime_add "image/jpeg" "JPG"
}
|
Uncomment the mime_file directive in /var/http/server1/websites/widgets/conf/widgets.site.conf:
url //widgets {
mime_file "conf/mime.types"
}
|
Add the new mime mappings to the /var/http/server1/websites/widgets/conf/mime.types file:
image/jpeg JPG |