rasmus      98/03/29 09:17:12

  Modified:    .        README.configure
  Log:
  Update PHP commment in README.configure
  
  Revision  Changes    Path
  1.2       +6 -7      apache-1.3/README.configure
  
  Index: README.configure
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/README.configure,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README.configure  1998/03/29 12:27:27     1.1
  +++ README.configure  1998/03/29 17:17:11     1.2
  @@ -231,19 +231,18 @@
     Apache and PHP
     --------------
   
  -  The PHP language (http://www.php.net/) from Rasmus Lerdorf <[EMAIL 
PROTECTED]>
  -  is a very impressive scripting language which can be directly integrated
  -  into the Apache HTTP server for powerful HTML scripting.  The distribution
  -  php-3.0RC.tar.gz can be found on http://www.php.net/download-php.php3. Here
  -  is how you can install Apache with PHP:
  +  The PHP language (http://www.php.net/) is an HTML-embedded scripting 
language 
  +  which can be directly integrated into the Apache HTTP server for powerful 
HTML 
  +  scripting.  The distribution php-3.0RC.tar.gz can be found at
  +  http://www.php.net/download-php.php3. Here is how you can install Apache 
with PHP:
   
  -    $ cd php-3.0RC
  +    $ cd php-3.0
       $ ./configure --with-apache=../apache-1.3
       $ make
       $ make install
       $ cd ../apache-1.3
       $ ./configure --prefix=/path/to/apache \
  -                  --activate-module=src/modules/extra/mod_php3.c
  +                  --activate-module=src/modules/php3/mod_php3.c
       $ make 
       $ make install
       
  
  
  

Reply via email to