# Mime Type Management

Website Configuration / Mime Type Management

## Add MIME type to web server

 - [GET /Mime/add_mime](https://api.docs.cpanel.net/specifications/cpanel.openapi/mime-type-management/add_mime.md): This function adds a MIME type to Apache.

Important:

When you disable the Web Server role, the system disables this function.

## Remove MIME type from web server

 - [GET /Mime/delete_mime](https://api.docs.cpanel.net/specifications/cpanel.openapi/mime-type-management/delete_mime.md): This function removes a MIME type from Apache.

Important:

  When you disable the WebServer role, the system disables this function.

## Return web server's MIME types

 - [GET /Mime/list_mime](https://api.docs.cpanel.net/specifications/cpanel.openapi/mime-type-management/list_mime.md): This function lists all of Apache's MIME types.

Note:

  This function does not list PHP versions with MIME types when the user or domain enables PHP-FPM. The system displays only custom MIME types.

Important:

  When you disable the Web Server role, the system disables this function.

