home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 July / APC0407D2.iso / workshop / apache / files / apache_1.3.29-win32-x86-no_src.exe / F46421_RewriteConf.awk < prev    next >
Encoding:
Text File  |  2001-02-12  |  940 b   |  38 lines

  1. t pt-br ru ltz ca es sv tw
  2.     </IfModule>
  3.  
  4.     #
  5.     # AddHandler allows you to map certain file extensions to "handlers",
  6.     # actions unrelated to filetype. These can be either built into the server
  7.     # or added with the Action command (see below)
  8.     #
  9.     # If you want to use server side includes, or CGI outside
  10.     # ScriptAliased directories, uncomment the following lines.
  11.     #
  12.     # To use CGI scripts:
  13.     #
  14.     #AddHandler cgi-script .cgi
  15.  
  16.     #
  17.     # To use server-parsed HTML files
  18.     #
  19.     #AddType text/html .shtml
  20.     #AddHandler server-parsed .shtml
  21.  
  22.     #
  23.     # Uncomment the following line to enable Apache's send-asis HTTP file
  24.     # feature
  25.     #
  26.     #AddHandler send-as-is asis
  27.  
  28.     #
  29.     # If you wish to use server-parsed imagemap files, use
  30.     #
  31.     #AddHandler imap-file map
  32.  
  33.     #
  34.     # To enable type maps, you might want to use
  35.     #
  36.     #AddHandler type-map var
  37.  
  38. </