dougm       00/04/17 14:29:42

  Modified:    src/modules/perl mod_perl.h modperl_config.c
  Log:
  use server_argv0
  
  Revision  Changes    Path
  1.9       +1 -0      modperl-2.0/src/modules/perl/mod_perl.h
  
  Index: mod_perl.h
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/mod_perl.h,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- mod_perl.h        2000/04/17 21:11:06     1.8
  +++ mod_perl.h        2000/04/17 21:29:41     1.9
  @@ -18,6 +18,7 @@
   #include "http_config.h"
   #include "http_log.h"
   #include "http_protocol.h"
  +#include "http_main.h"
   
   #include "apr_lock.h"
   
  
  
  
  1.6       +1 -1      modperl-2.0/src/modules/perl/modperl_config.c
  
  Index: modperl_config.c
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_config.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- modperl_config.c  2000/04/17 21:11:06     1.5
  +++ modperl_config.c  2000/04/17 21:29:41     1.6
  @@ -20,7 +20,7 @@
   
       scfg->argv = ap_make_array(p, 2, sizeof(char *));
   
  -    scfg_push_argv("httpd");
  +    scfg_push_argv(ap_server_argv0);
   
       return scfg;
   }
  
  
  

Reply via email to