Apache Server Information

Module Name: mod_mime.c
Content handlers: none
Configuration Phase Participation: Create Directory Config, Merge Directory Configs
Request Phase Participation: Check Type
Module Directives:
AddCharset - a charset (e.g., iso-2022-jp), followed by one or more file extensions
AddEncoding - an encoding (e.g., gzip), followed by one or more file extensions
AddHandler - a handler name followed by one or more file extensions
AddInputFilter - input filter name (or ; delimited names) followed by one or more file extensions
AddLanguage - a language (e.g., fr), followed by one or more file extensions
AddOutputFilter - output filter name (or ; delimited names) followed by one or more file extensions
AddType - a mime type followed by one or more file extensions
DefaultLanguage - language to use for documents with no other language file extension
MultiviewsMatch - NegotiatedOnly (default), Handlers and/or Filters, or Any
RemoveCharset - one or more file extensions
RemoveEncoding - one or more file extensions
RemoveHandler - one or more file extensions
RemoveInputFilter - one or more file extensions
RemoveLanguage - one or more file extensions
RemoveOutputFilter - one or more file extensions
RemoveType - one or more file extensions
TypesConfig - the MIME types config file
ModMimeUsePathInfo - Set to 'yes' to allow mod_mime to use path info for type checking
Current Configuration:
In file: /ltk/sw/httpd/conf/common.conf
 161: TypesConfig conf/mime.types
 178: AddType application/x-compress .Z
 179: AddType application/x-gzip .gz .tgz
 224: AddHandler php5-script php
 225: AddType text/html php
 309: TypesConfig conf/mime.types
 340: AddCharset us-ascii.ascii .us-ascii
 341: AddCharset ISO-8859-1 .iso8859-1 .latin1
 342: AddCharset ISO-8859-2 .iso8859-2 .latin2 .cen
 343: AddCharset ISO-8859-3 .iso8859-3 .latin3
 367: AddHandler php5-script php
 369: AddType text/html php
 370: AddType application/x-httpd-php-source phps
 371: AddHandler php5-script php
 386: AddOutputFilter DEFLATE js css htm html xml
 395: AddOutputFilter DEFLATE js css htm html xml ttf eot svg otf
 400: AddOutputFilter DEFLATE js css htm html xml
In file: /ltk/ltk-maint/site/config/httpd.conf
  70: <VirtualHost *:80>
 178:   AddCharset UTF-8 .html
    : </VirtualHost>
In file: /ltk/ltk-release/site/config/httpd.conf
  70: <VirtualHost *:80>
 156:   AddCharset UTF-8 .html
    : </VirtualHost>
In file: /ltk/ltk-test/site/config/httpd.conf
  70: <VirtualHost *:80>
 178:   AddCharset UTF-8 .html
    : </VirtualHost>
In file: /ltk/ltk-dev/site/config/httpd.conf
  70: <VirtualHost *:80>
 156:   AddCharset UTF-8 .html
    : </VirtualHost>