cvs commit: apache-1.3/htdocs/manual handler.html

1998-10-21 Thread marc
marc98/10/20 22:57:58

  Modified:src/main http_core.c
   src  CHANGES
   htdocs/manual handler.html
  Log:
  Add a "default-handler" handler that calls the default_hander()
  function which is normally called for static content.  This allows
  you to override a specific handler.  This is not a complete solution to
  being able to "unconfigure" things as asked for in PR#2979, but it is
  still useful.
  
  Revision  ChangesPath
  1.235 +1 -0  apache-1.3/src/main/http_core.c
  
  Index: http_core.c
  ===
  RCS file: /export/home/cvs/apache-1.3/src/main/http_core.c,v
  retrieving revision 1.234
  retrieving revision 1.235
  diff -u -r1.234 -r1.235
  --- http_core.c   1998/10/16 07:04:43 1.234
  +++ http_core.c   1998/10/21 05:57:53 1.235
  @@ -2879,6 +2879,7 @@
   
   static const handler_rec core_handlers[] = {
   { "*/*", default_handler },
  +{ "default-handler", default_handler },
   { NULL }
   };
   
  
  
  
  1.1114+4 -0  apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1113
  retrieving revision 1.1114
  diff -u -r1.1113 -r1.1114
  --- CHANGES   1998/10/20 17:44:58 1.1113
  +++ CHANGES   1998/10/21 05:57:55 1.1114
  @@ -1,5 +1,9 @@
   Changes with Apache 1.3.4
   
  +  *) Add a "default-handler" handler that calls the default_hander()
  + function which is normally called for static content.  This allows
  + you to override a specific handler.  [Marc Slemko]
  +
 *) Further simplify checking for absolute paths by replacing an
hard-coded syntax check with a call to a routine we already created to
do this.  [Ken Parzygnat <[EMAIL PROTECTED]>] PR#2976, 3074
  
  
  
  1.15  +4 -0  apache-1.3/htdocs/manual/handler.html
  
  Index: handler.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/handler.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- handler.html  1998/05/20 14:22:30 1.14
  +++ handler.html  1998/10/21 05:57:58 1.15
  @@ -36,6 +36,10 @@
   handlers in the standard distribution are as follows:
   
   
  +default-handler:
  +Send the file using the default_handler(), which is the 
  +handler used by default to handle static content.
  +(core)
   send-as-is:
   Send file with HTTP headers as is.
   (mod_asis)
  
  
  


cvs commit: apache-1.3 STATUS

1998-10-21 Thread coar
coar98/10/21 09:00:43

  Modified:.STATUS
  Log:
Note some more patches available.
  
  Revision  ChangesPath
  1.519 +16 -6 apache-1.3/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.518
  retrieving revision 1.519
  diff -u -r1.518 -r1.519
  --- STATUS1998/10/20 19:58:47 1.518
  +++ STATUS1998/10/21 16:00:42 1.519
  @@ -69,16 +69,26 @@
   
   Available Patches:
   
  +* Ron Record's patch to port Apache to UnixWare 7 (forwarded by
  +  Randy).
  + Message-ID: <[EMAIL PROTECTED]>
  + Status: 
  +
  +* Wilfredo Sanchez's PATCH to make Apache buildable for FAT on
  +  Rhapsody/OS X.
  + Message-ID: <[EMAIL PROTECTED]>
  + Status: Ken +1 (untested)
  +
  +* Amiel Lee Yee's patch to update ap_config.h for DGUX/Intel
  +  and str[n]casecmp().
  + Message-ID: PR#3247
  + Status: 
  +
   * Juan Gallego's patch to add CSH-style modifiers (:h, :r, :t, :e)
 to mod_include's variable processing.
Mesage-ID: PR#3246, also available at
  -   
  +
Status: Ken -0 for 1.3/+0 for 2.0
  -
  -* Ken's merge of the Three Config Files into one, with srm.conf and
  -  access.conf made into "go see the One True Config File" placeholders.
  - Message-ID: <[EMAIL PROTECTED]>
  - Status: Ben +1, Jim +1, Ralf +1
   
   * Harrie Hazewinkel's PATCH scoreboard
 This is a patch that changes the 'vhost'-name (type char [32])