dgaudet     97/11/05 03:32:38

  Modified:    conf     srm.conf-dist srm.conf-dist-win
  Log:
  Add PHP3's mime-types as an example.
  
  Submitted by: Rasmus Lerdorf
  Reviewed by:  Dean Gaudet, Paul Sutton
  
  Revision  Changes    Path
  1.17      +5 -0      apachen/conf/srm.conf-dist
  
  Index: srm.conf-dist
  ===================================================================
  RCS file: /export/home/cvs/apachen/conf/srm.conf-dist,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- srm.conf-dist     1997/08/19 23:00:23     1.16
  +++ srm.conf-dist     1997/11/05 11:32:36     1.17
  @@ -149,6 +149,11 @@
   # make certain files to be certain types.
   # Format: AddType type/subtype ext1
   
  +# For example, the PHP3 module (not part of the Apache distribution)
  +# will typically use:
  +#AddType application/x-httpd-php3 .phtml
  +#AddType application/x-httpd-php3-source .phps
  +
   # 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)
  
  
  
  1.5       +5 -0      apachen/conf/srm.conf-dist-win
  
  Index: srm.conf-dist-win
  ===================================================================
  RCS file: /export/home/cvs/apachen/conf/srm.conf-dist-win,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- srm.conf-dist-win 1997/10/25 19:10:10     1.4
  +++ srm.conf-dist-win 1997/11/05 11:32:37     1.5
  @@ -153,6 +153,11 @@
   # make certain files to be certain types.
   # Format: AddType type/subtype ext1
   
  +# For example, the PHP3 module (not part of the Apache distribution)
  +# will typically use:
  +#AddType application/x-httpd-php3 .phtml
  +#AddType application/x-httpd-php3-source .phps
  +
   # 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)
  
  
  

Reply via email to