martin      99/07/16 01:28:44

  Modified:    mpm/src/modules/standard mod_cgi.c mod_actions.c
                        mod_include.c
  Log:
  Use new module structure
  
  Revision  Changes    Path
  1.3       +1 -4      apache-2.0/mpm/src/modules/standard/mod_cgi.c
  
  Index: mod_cgi.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/mpm/src/modules/standard/mod_cgi.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mod_cgi.c 1999/06/19 18:10:05     1.2
  +++ mod_cgi.c 1999/07/16 08:28:40     1.3
  @@ -573,13 +573,10 @@
       merge_cgi_config,                /* merge server config */
       cgi_cmds,                        /* command table */
       cgi_handlers,            /* handlers */
  -    NULL,                    /* filename translation */
  -    NULL,                    /* check_user_id */
       NULL,                    /* check auth */
       NULL,                    /* check access */
       NULL,                    /* type_checker */
       NULL,                    /* fixups */
       NULL,                    /* logger */
  -    NULL,                    /* header parser */
  -    NULL                     /* post read-request */
  +    NULL                     /* register hooks */
   };
  
  
  
  1.4       +1 -3      apache-2.0/mpm/src/modules/standard/mod_actions.c
  
  Index: mod_actions.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/mpm/src/modules/standard/mod_actions.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- mod_actions.c     1999/07/07 15:19:14     1.3
  +++ mod_actions.c     1999/07/16 08:28:41     1.4
  @@ -222,9 +222,7 @@
       NULL,                    /* merge server config */
       action_cmds,             /* command table */
       action_handlers,         /* handlers */
  -    NULL,                    /* filename translation */
  -    NULL,                    /* check_user_id */
  -    NULL,                    /* check auth */
  +    NULL,                       /* "check auth */
       NULL,                    /* check access */
       NULL,                    /* type_checker */
       NULL,                    /* fixups */
  
  
  
  1.3       +1 -4      apache-2.0/mpm/src/modules/standard/mod_include.c
  
  Index: mod_include.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/mpm/src/modules/standard/mod_include.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mod_include.c     1999/06/19 18:10:08     1.2
  +++ mod_include.c     1999/07/16 08:28:42     1.3
  @@ -2478,13 +2478,10 @@
       NULL,                       /* merge server config */
       includes_cmds,              /* command table */
       includes_handlers,          /* handlers */
  -    NULL,                       /* filename translation */
  -    NULL,                       /* check_user_id */
       NULL,                       /* check auth */
       NULL,                       /* check access */
       NULL,                       /* type_checker */
       NULL,                       /* fixups */
       NULL,                       /* logger */
  -    NULL,                       /* header parser */
  -    NULL                        /* post read-request */
  +    NULL                     /* register hooks */
   };
  
  
  

Reply via email to