# # AddType allows you to tweak mime.types without actually editing it, or to # make certain files to be certain types. # ScriptAlias /internal/cgi /var/lib/apache/cgi-bin AddType application/x-httpd-eperl .phtml .eperl .epl Action application/x-httpd-eperl /internal/cgi/nph-eperl AddType application/mathml .txml .mathml Action application/mathml /internal/cgi/getItex AddType application/x-tar .tgz #AddType application/x-xml .xml #Action application/x-xml /internal/cgi/abstracts AddType application/x-tpml .tpml Action application/x-tpml /internal/cgi/runxsl # # AddEncoding allows you to have certain browsers uncompress # information on the fly. Note: Not all browsers support this. # Despite the name similarity, the following Add* directives have nothing # to do with the FancyIndexing customization directives above. # AddEncoding x-compress .Z AddEncoding x-gzip .gz .tgz # # If the AddEncoding directives above are commented-out, then you # probably should define those extensions to indicate media types: # #AddType application/x-compress .Z #AddType application/x-gzip .gz .tgz # # AddHandler allows you to map certain file extensions to "handlers", # actions unrelated to filetype. These can be either built into the server # or added with the Action command (see below) # # If you want to use server side includes, or CGI outside # ScriptAliased directories, uncomment the following lines. # # To use CGI scripts: # #AddHandler cgi-script .cgi # # To use server-parsed HTML files # #AddType text/html .shtml #AddHandler server-parsed .shtml