cvs commit: apache-1.3 README.configure

2000-02-10 Thread Ralf S. Engelschall
rse 00/02/10 18:02:52

  Modified:.README.configure
  Log:
  GNU layout is no longer default, so default path is bin and not sbin
  
  Revision  ChangesPath
  1.21  +1 -1  apache-1.3/README.configure
  
  Index: README.configure
  ===
  RCS file: /e/apache/REPOS/apache-1.3/README.configure,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -u -r1.20 -r1.21
  --- README.configure  1999/12/20 14:27:10 1.20
  +++ README.configure  2000/02/10 17:02:51 1.21
  @@ -26,7 +26,7 @@
 already initially configured, so you can immediately fire it up the first
 time via
   
  -$ PREFIX/sbin/apachectl start
  +$ PREFIX/bin/apachectl start
   
 to get your first success event with the Apache HTTP server without having
 to fiddle around with various options for a long time. On the other hand
  
  
  


cvs commit: apache-1.3 README.configure

1999-12-20 Thread rasmus
rasmus  99/12/20 06:27:12

  Modified:.README.configure
  Log:
  --with-shared-apache has been deprecated
  
  Revision  ChangesPath
  1.20  +6 -23 apache-1.3/README.configure
  
  Index: README.configure
  ===
  RCS file: /home/cvs/apache-1.3/README.configure,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- README.configure  1999/12/17 22:25:17 1.19
  +++ README.configure  1999/12/20 14:27:10 1.20
  @@ -263,29 +263,8 @@
   $ make 
   $ make install
   
  -  2. How you can install Apache with a dynamically linked PHP:
  +  2. You can also use APXS:
   
  -$ gunzip apache_1.3.X.tar.gz | tar xvf -
  -$ gunzip php-3.0.tar.gz | tar xvf -
  -$ cd apache_1.3.X
  -$ ./configure --prefix=/path/to/apache
  -$ cd ../php-3.0
  -$ ./configure --with-shared-apache=../apache_1.3.X
  -$ make
  -$ make install
  -
  -[optionally you now have the chance to prepare or add more 
  - third-party modules to the Apache source tree]
  -
  -$ cd ../apache_1.3.X
  -$ ./configure --prefix=/path/to/apache \
  -  --activate-module=src/modules/php3/libphp3.a \
  -  --enable-shared=php3
  -$ make 
  -$ make install
  -
  -  3. You can also use APXS:
  -
   $ cd apache-1.3.X
   $ ./configure --prefix=/path/to/apache --enable-shared=max
   $ make
  @@ -298,8 +277,12 @@
   $ make install
   
 At this point don't forget to edit your conf/httpd.conf file and
  -  make sure the file contains the line:
  +  make sure the file contains the line for PHP 3:
   
   AddType application/x-httpd-php3 .php3
  +
  +  Or this line for PHP 4:
  +
  +AddType application/x-httpd-php .php
   
 Then restart your server.
  
  
  


cvs commit: apache-1.3 README.configure

1999-12-17 Thread rse
rse 99/12/17 14:25:18

  Modified:src  CHANGES
   .README.configure
  Log:
  Updated README.config to reflect current APACI state.
  
  Submitted by: rian Slesinsky [EMAIL PROTECTED]
  Reviewed by: Ralf S. Engelschall
  PR: 5397
  
  Revision  ChangesPath
  1.1483+3 -0  apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1482
  retrieving revision 1.1483
  diff -u -r1.1482 -r1.1483
  --- CHANGES   1999/12/17 22:22:59 1.1482
  +++ CHANGES   1999/12/17 22:25:11 1.1483
  @@ -1,5 +1,8 @@
   Changes with Apache 1.3.10
   
  +  *) Updated README.config to reflect current APACI state.
  + [Brian Slesinsky [EMAIL PROTECTED]] PR#5397
  +
 *) Added SuSE layout to config.layout for convinience reasons.
[Sebastian Helms [EMAIL PROTECTED]] PR#5112
   
  
  
  
  1.19  +10 -10apache-1.3/README.configure
  
  Index: README.configure
  ===
  RCS file: /home/cvs/apache-1.3/README.configure,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- README.configure  1999/02/07 18:05:33 1.18
  +++ README.configure  1999/12/17 22:25:17 1.19
  @@ -64,27 +64,27 @@
   $ make install
   
 This builds Apache 1.3 with the standard set of enabled modules
  -  (automatically determined from src/Configuration.tmpl) with a 
GNU-conforming
  -  subdirectory layout under /path/to/apache. For using the old Apache 1.2
  -  subdirectory layout additionally use the --compat option:
  +  (automatically determined from src/Configuration.tmpl) with an Apache 1.2
  +  conforming subdirectory layout under /path/to/apache. For using the GNU
  +  style subdirectory layout additionally use the --with-layout=GNU option:
   
  -$ ./configure --compat --prefix=/path/to/apache
  +$ ./configure --with-layout=GNU --prefix=/path/to/apache
   $ make
   $ make install
   
 If you are not sure which directory layout you want, you can use the
  -  --layout option. It displays the directory layout which would be used but
  -  immediately exits without configuring anything. Examples:
  +  --show-layout option. It displays the directory layout which would be used
  +  but immediately exits without configuring anything. Examples:
   
  -$ ./configure --layout
  -$ ./configure --prefix=/path/to/apache --layout
  -$ ./configure --compat --prefix=/path/to/apache --layout
  +$ ./configure --show-layout
  +$ ./configure --prefix=/path/to/apache --show-layout
  +$ ./configure --with-layout=GNU --prefix=/path/to/apache --show-layout
   
 Additionally if some of the shown paths still don't fit for your particular
 situation, you can use the --bindir, --sbindir, --libexecdir, --mandir,
 --sysconfdir, --datadir, --localstatedir, --runtimedir, --logfiledir and
 --proxycachedir options to adjust the layout as required. Always check with
  -  --layout the resulting directory layout which would be used for
  +  --show-layout the resulting directory layout which would be used for
 installation.
   
 suEXEC support
  
  
  


cvs commit: apache-1.3 README.configure

1999-02-07 Thread rasmus
rasmus  99/02/07 10:03:54

  Modified:.README.configure
  Log:
  Update Apache/APXS/PHP documentation
  
  Revision  ChangesPath
  1.17  +19 -0 apache-1.3/README.configure
  
  Index: README.configure
  ===
  RCS file: /home/cvs/apache-1.3/README.configure,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- README.configure  1999/01/14 00:41:34 1.16
  +++ README.configure  1999/02/07 18:03:53 1.17
  @@ -284,3 +284,22 @@
   $ make 
   $ make install
   
  +  3. You can also use APXS:
  +
  +$ cd apache-1.3.X
  +$ ./configure --prefix=/path/to/apache --enable-shared=max
  +$ make
  +$ make install
  +
  +$ cd php-3.0.X
  + $ ./configure --with-apxs=/path/to/apache/bin/apxs \
  +  --with-config-file-path=/path/to/apache
  +$ make
  +$ make install
  +
  +  At this point don't forget to edit your conf/httpd.conf file and
  +  make sure the file contains the line:
  +
  +AddType application/x-httpd-php3 .php3
  +
  +  Then restart your server.
  
  
  


cvs commit: apache-1.3 README.configure

1999-02-07 Thread rasmus
rasmus  99/02/07 10:05:34

  Modified:.README.configure
  Log:
  .
  
  Revision  ChangesPath
  1.18  +1 -1  apache-1.3/README.configure
  
  Index: README.configure
  ===
  RCS file: /home/cvs/apache-1.3/README.configure,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- README.configure  1999/02/07 18:03:53 1.17
  +++ README.configure  1999/02/07 18:05:33 1.18
  @@ -292,7 +292,7 @@
   $ make install
   
   $ cd php-3.0.X
  - $ ./configure --with-apxs=/path/to/apache/bin/apxs \
  +$ ./configure --with-apxs=/path/to/apache/bin/apxs \
 --with-config-file-path=/path/to/apache
   $ make
   $ make install
  
  
  


cvs commit: apache-1.3 README.configure

1998-09-28 Thread coar
coar98/09/28 08:46:40

  Modified:.README.configure
  Log:
Correct some hyphen/underbar confusions.
  
  PR:   3075
  Submitted by: Ryan Bloom [EMAIL PROTECTED]
  Reviewed by:  Ken Coar
  
  Revision  ChangesPath
  1.14  +8 -8  apache-1.3/README.configure
  
  Index: README.configure
  ===
  RCS file: /export/home/cvs/apache-1.3/README.configure,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- README.configure  1998/06/28 15:42:21 1.13
  +++ README.configure  1998/09/28 15:46:39 1.14
  @@ -13,7 +13,7 @@
 The basic goal is to provide the following commonly known and expected
 procedure for out-of-the-box building and installing a package like Apache:
   
  -$ gunzip apache-1.3.X.tar.gz | tar xvf -
  +$ gunzip apache_1.3.X.tar.gz | tar xvf -
   $ ./configure --prefix=PREFIX [...]
   $ make
   $ make install
  @@ -224,7 +224,7 @@
   [optionally you now have the chance to prepare or add more 
third-party modules to the Apache source tree]
   
  -$ cd ../apache-1.3.X
  +$ cd ../apache_1.3.X
   $ ./configure --prefix=/path/to/apache \
 --activate-module=src/modules/perl/libperl.a \
 [--enable-shared=perl]
  @@ -242,17 +242,17 @@
   
   $ gunzip apache_1.3.X.tar.gz | tar xvf -
   $ gunzip php-3.0.tar.gz | tar xvf -
  -$ cd apache-1.3.X
  +$ cd apache_1.3.X
   $ ./configure --prefix=/path/to/apache
   $ cd ../php-3.0
  -$ ./configure --with-apache=../apache-1.3.X
  +$ ./configure --with-apache=../apache_1.3.X
   $ make
   $ make install
   
   [optionally you now have the chance to prepare or add more 
third-party modules to the Apache source tree]
   
  -$ cd ../apache-1.3.X
  +$ cd ../apache_1.3.X
   $ ./configure --prefix=/path/to/apache \
 --activate-module=src/modules/php3/libphp3.a
   $ make 
  @@ -262,17 +262,17 @@
   
   $ gunzip apache_1.3.X.tar.gz | tar xvf -
   $ gunzip php-3.0.tar.gz | tar xvf -
  -$ cd apache-1.3.X
  +$ cd apache_1.3.X
   $ ./configure --prefix=/path/to/apache
   $ cd ../php-3.0
  -$ ./configure --with-shared-apache=../apache-1.3.X
  +$ ./configure --with-shared-apache=../apache_1.3.X
   $ make
   $ make install
   
   [optionally you now have the chance to prepare or add more 
third-party modules to the Apache source tree]
   
  -$ cd ../apache-1.3.X
  +$ cd ../apache_1.3.X
   $ ./configure --prefix=/path/to/apache \
 --activate-module=src/modules/php3/libphp3.a \
 --enable-shared=php3
  
  
  


cvs commit: apache-1.3 README.configure

1998-05-22 Thread rse
rse 98/05/22 00:07:44

  Modified:.README.configure
  Log:
  Adjust the mod_perl example in README.configure now that we have really nice
  APACI and Apache 1.3 Makefile.tmpl support in mod_perl.
  
  Revision  ChangesPath
  1.11  +16 -19apache-1.3/README.configure
  
  Index: README.configure
  ===
  RCS file: /export/home/cvs/apache-1.3/README.configure,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- README.configure  1998/05/12 11:27:04 1.10
  +++ README.configure  1998/05/22 07:07:43 1.11
  @@ -206,29 +206,26 @@
 a Perl 5 interpreter into the Apache HTTP server both for running Perl
 programs and for programming Apache modules in Perl. The distribution
 mod_perl-1.XX.tar.gz can be found on http://perl.apache.org/src/. Here is
  -  how you can install Apache with mod_perl:
  +  how you can build and install Apache with mod_perl:
   
  -$ cd mod_perl-1.11
  -$ perl Makefile.PL
  -ReadLine support enabled
  -Configure mod_perl with ../apache-1.3/src ? [y] y
  -Shall I build httpd in ../apache-1.3/src for you? [y] y
  -  :
  -$ cd ../apache-1.3
  -$ LIBS='`perl $(SRCDIR)/modules/perl/ldopts`' \
  -  ./configure --prefix=/path/to/apache \
  -  --activate-module=src/modules/perl/libperl.a
  -$ make 
  +$ gunzip apache_1.3.tar.gz | tar xvf -
  +$ gunzip mod_perl_1.XX.tar.gz | tar xvf -
  +$ cd mod_perl-1.XX
  +$ perl Makefile.PL APACHE_SRC=../apache_1.3/src \
  +   DO_HTTPD=1 USE_APACI=1 \
  +   [EVERYTHING=1 ...]
  +$ make
   $ make install
  -
  -  This automatically builds and installs Apache 1.3 with mod_perl.  After
  -  additionally installing the Perl side of mod_perl via
   
  -$ cd ../mod_perl-1.11
  -$ perl Makefile.PL NO_HTTPD=1
  -$ make all install
  +[optionally you now have the chance to prepare or add more 
  + third-party modules to the Apache source tree]
   
  -  you can fire up Apache with mod_perl enabled.
  +$ cd ../apache-1.3
  +$ ./configure --prefix=/path/to/apache \
  +  --activate-module=src/modules/perl/libperl.a \
  +  [--enable-shared=perl]
  +$ make 
  +$ make install
   
 Apache and PHP
 --
  
  
  


cvs commit: apache-1.3 README.configure

1998-04-29 Thread rse
rse 98/04/28 23:24:54

  Modified:.README.configure
  Log:
  Fix typo.
  
  PR: 2151
  
  Revision  ChangesPath
  1.7   +1 -1  apache-1.3/README.configure
  
  Index: README.configure
  ===
  RCS file: /export/home/cvs/apache-1.3/README.configure,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- README.configure  1998/04/14 15:56:43 1.6
  +++ README.configure  1998/04/29 06:24:53 1.7
  @@ -154,7 +154,7 @@
 of the modules, you can use:
   
   $ ./configure --prefix=/path/to/apache \
  -  --enable-modules=most \
  +  --enable-module=most \
 --enable-shared=max
   $ make
   $ make install
  
  
  


cvs commit: apache-1.3 README.configure

1998-04-14 Thread rse
rse 98/04/14 08:56:44

  Modified:.README.configure
  Log:
  Update URL of Apache Module Registry.
  
  Revision  ChangesPath
  1.6   +4 -4  apache-1.3/README.configure
  
  Index: README.configure
  ===
  RCS file: /export/home/cvs/apache-1.3/README.configure,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- README.configure  1998/04/14 08:27:32 1.5
  +++ README.configure  1998/04/14 15:56:43 1.6
  @@ -172,10 +172,10 @@
   
 For Apache there are a lot of modules flying around on the net which solve
 particular problems. For a good reference see the Apache Module Registory 
at
  -  http://www.covalent.net/module_registry/ and the Apache Group's 
contribution
  -  directory at http://www.apache.org/dist/contrib/modules/. These modules
  -  usually come in a file named mod_foo.c. APACI supports adding these sources
  -  on-the-fly to the build process:
  +  http://modules.apache.org/ and the Apache Group's contribution directory at
  +  http://www.apache.org/dist/contrib/modules/. These modules usually come in 
a
  +  file named mod_foo.c. APACI supports adding these sources on-the-fly to the
  +  build process:
   
   $ ./configure --prefix=/path/to/apache \
 --add-module=/path/to/mod_foo.c
  
  
  


cvs commit: apache-1.3 README.configure

1998-03-31 Thread rse
rse 98/03/30 23:03:25

  Modified:.README.configure
  Log:
  Update the PHP-related example now that Apache can be built
  with PHP both statically _and_ dynamically (shared object).
  
  Revision  ChangesPath
  1.4   +21 -3 apache-1.3/README.configure
  
  Index: README.configure
  ===
  RCS file: /export/home/cvs/apache-1.3/README.configure,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- README.configure  1998/03/29 17:18:56 1.3
  +++ README.configure  1998/03/31 07:03:23 1.4
  @@ -234,15 +234,33 @@
 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 package can be found at 
http://www.php.net/download-php.php3. 
  -  Here is how you can install Apache with PHP:
   
  -$ cd php-3.0
  +  1. How you can install Apache with a statically linked PHP:
  +
  +$ cd apache-1.3
  +$ ./configure --prefix=/path/to/apache
  +$ 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/php3/mod_php3.c
  +  --activate-module=src/modules/php3/libphp3.a
   $ make 
   $ make install
   
  +  2. How you can install Apache with a dynamically linked PHP:
  +
  +$ cd apache-1.3
  +$ ./configure --prefix=/path/to/apache
  +$ cd ../php-3.0
  +$ ./configure --with-shared-apache=../apache-1.3
  +$ make
  +$ make install
  +$ cd ../apache-1.3
  +$ ./configure --prefix=/path/to/apache \
  +  --activate-module=src/modules/php3/libphp3.a \
  +  --enable-shared=php3
  +$ make 
  +$ make install
  +
  
  
  


cvs commit: apache-1.3 README.configure

1998-03-29 Thread rasmus
rasmus  98/03/29 09:17:12

  Modified:.README.configure
  Log:
  Update PHP commment in README.configure
  
  Revision  ChangesPath
  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
   
  
  
  


cvs commit: apache-1.3 README.configure

1998-03-29 Thread rasmus
rasmus  98/03/29 09:18:57

  Modified:.README.configure
  Log:
  Make it more generic
  
  Revision  ChangesPath
  1.3   +3 -3  apache-1.3/README.configure
  
  Index: README.configure
  ===
  RCS file: /export/home/cvs/apache-1.3/README.configure,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- README.configure  1998/03/29 17:17:11 1.2
  +++ README.configure  1998/03/29 17:18:56 1.3
  @@ -231,10 +231,10 @@
 Apache and PHP
 --
   
  -  The PHP language (http://www.php.net/) is an HTML-embedded scripting 
language 
  +  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:
  +  scripting.  The package can be found at 
http://www.php.net/download-php.php3. 
  +  Here is how you can install Apache with PHP:
   
   $ cd php-3.0
   $ ./configure --with-apache=../apache-1.3