CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/13 08:17:37
Modified files:
usr.sbin/httpd : config.c http.h httpd.c httpd.conf.5 httpd.h
parse.y server.c server_file.c server_http.c
Log message:
Add support for media types (aka. MIME types): the types section is
compatible to nginx' mime.types file which can be included directly.
If not present, use a few built-in defaults for html, css, txt, jpeg,
gif, png, and js.
