You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@apache.org on 2001/01/02 21:25:42 UTC

cvs commit: modperl-2.0/pod modperl_dev.pod

dougm       01/01/02 12:25:41

  Modified:    pod      modperl_dev.pod
  Log:
  some updates
  
  Revision  Changes    Path
  1.7       +7 -6      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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- modperl_dev.pod	2001/01/02 06:40:19	1.6
  +++ modperl_dev.pod	2001/01/02 20:25:37	1.7
  @@ -5,13 +5,13 @@
   
   =head1 Installing
   
  -Download the apache-2.0 and modperl-2.0 tarballs, and extract them
  -in the same directory:
  +Download the httpd-2.0 and modperl-2.0 tarballs, and extract them
  +in the same directory.
   
  -  % ls -l
  -  drwxr-xr-x   8 eric  eric   512 May 28 03:12 apache-2.0
  -  drwxr-xr-x   8 eric  eric   512 May 28 11:59 modperl-2.0
  +[XXX: anon cvs for httpd-2.0, apr, apr-util, modperl-2.0]
   
  +[XXX: rsync for perl-current]
  +
   =head1 Compiling
   
   =head2 Create the build environment
  @@ -81,7 +81,7 @@
   
   =head2 Configure and compile Apache
   
  -  % cd ../apache-2.0/src
  +  % cd ../httpd-2.0
     % ./configure --with-mpm=mpmt_pthread
     % make
   
  @@ -149,6 +149,7 @@
   a combination of one or more option letters from the following list:
   
     d  directive processing
  +  f  filters
     g  Perl runtime interaction
     h  handlers
     i  interpreter pool management