sbekman     01/03/26 05:37:08

  Modified:    pod      modperl_dev.pod
  Log:
  Geoff's patch
  
  Revision  Changes    Path
  1.9       +2 -2      modperl-2.0/pod/modperl_dev.pod
  
  Index: modperl_dev.pod
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/pod/modperl_dev.pod,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- modperl_dev.pod   2001/01/06 02:41:22     1.8
  +++ modperl_dev.pod   2001/03/26 13:37:08     1.9
  @@ -19,7 +19,7 @@
    % cd ..
    % buildconf
    % ./configure --prefix=$HOME/apache-2.0 \
  -   --with-mpm=mpmt_pthread --enable-so
  +   --with-mpm=threaded --enable-so
    % make && make install
   
   For bleeding edge Perl:
  @@ -100,7 +100,7 @@
   =head2 Configure and compile Apache
   
     % cd ../httpd-2.0
  -  % ./configure --with-mpm=mpmt_pthread
  +  % ./configure --with-mpm=threaded
     % make
   
   
  
  
  

Reply via email to