TypesConfig /etc/mime.typesWhich sends Apache to /etc/mime.types (it could conceivably be another file) to find get ContentType based on file extension. eg:
text/plain txtSo a .txt file gets:
ContentType: text/plainIn the http header.
TypesConfig /etc/mime.typesWhich sends Apache to /etc/mime.types (it could conceivably be another file) to find get ContentType based on file extension. eg:
text/plain txtSo a .txt file gets:
ContentType: text/plainIn the http header.