cvs commit: apache-1.3/src/support apxs.pl

1999-03-14 Thread rasmus
rasmus  99/03/13 19:53:04

  Modified:src/support apxs.pl
  Log:
  Add a quick sanity check here.  The binary could have been moved or the
  permissions changed which would cause the following grep for mos_so to
  fail which then resulted in a misleading error message being printed.
  We might also want to check for people who do ./configure --prefix=.
  and disallow it or replace it with the absolute path to the current dir
  since a $CFG_SBINDIR for ./bin in apxs doesn't make any sense.
  
  Revision  ChangesPath
  1.19  +4 -0  apache-1.3/src/support/apxs.pl
  
  Index: apxs.pl
  ===
  RCS file: /home/cvs/apache-1.3/src/support/apxs.pl,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- apxs.pl   1999/01/01 22:00:15 1.18
  +++ apxs.pl   1999/03/14 03:53:03 1.19
  @@ -91,6 +91,10 @@
   ##
   ##  Initial shared object support check
   ##
  +if (not -x `$CFG_SBINDIR/$CFG_TARGET`) {
  + print STDERR apxs:Error: $CFG_SBINDIR/$CFG_TARGET not found or not 
executable\n;
  + exit(1);
  +}
   if (not grep(/mod_so/, `$CFG_SBINDIR/$CFG_TARGET -l`)) {
   print STDERR apxs:Error: Sorry, no shared object support for Apache\n;
   print STDERR apxs:Error: available under your platform. Make sure\n;
  
  
  


cvs commit: apache-1.3 STATUS

1999-03-14 Thread lars
lars99/03/14 13:59:20

  Modified:.STATUS
  Log:
  Update...
  
  Revision  ChangesPath
  1.645 +5 -10 apache-1.3/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.644
  retrieving revision 1.645
  diff -u -r1.644 -r1.645
  --- STATUS1999/03/13 12:19:57 1.644
  +++ STATUS1999/03/14 21:59:19 1.645
  @@ -1,5 +1,5 @@
 1.3 STATUS:
  -  Last modified at [$Date: 1999/03/13 12:19:57 $]
  +  Last modified at [$Date: 1999/03/14 21:59:19 $]
   
   Release:
   
  @@ -26,19 +26,14 @@
   * Randy's proposed changes for binbuild:
   
 1. Change to build binary only distribution
  + Lars: -0
   
  -  2. Use standard Apache layout
  - [It is currently using the BinaryDistribution layout that mimics
  -  the standard Apache layout _without_ any absolute paths in it
  -  (apart from HTTPD_ROOT /usr/local/apache). This makes it possible
  -  for a user to install it in _any_ directory.]
  - [Roy: I don't understand what Randy wants to change here.]
  -
  -  3. Add 'make dist' target to call binbuild.sh
  +  2. Add 'make dist' target to call binbuild.sh
[Roy: That would require a Makefile, which is what binbuild creates.
  I don't see any point in that.]
  + Lars: -1 (Roy explained why)
   
  -  4. Create toplevel 'setup' script for install to mirror win32 name
  +  3. Create toplevel 'setup' script for install to mirror win32 name
[It is currently creating install-bindist.sh]
   
   * long pathnames with many components and no AllowOverride None
  
  
  


cvs commit: apache-1.3/conf mime.types

1999-03-14 Thread fielding
fielding99/03/14 15:58:59

  Modified:conf mime.types
  Log:
  Never define a new x-type.  Use the type defined by most image viewers
  on the Win32 platform.
  
  Revision  ChangesPath
  1.23  +1 -1  apache-1.3/conf/mime.types
  
  Index: mime.types
  ===
  RCS file: /home/cvs/apache-1.3/conf/mime.types,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- mime.types1999/03/14 22:12:36 1.22
  +++ mime.types1999/03/14 23:58:59 1.23
  @@ -197,6 +197,7 @@
   audio/x-realaudiora
   audio/x-wav  wav
   chemical/x-pdb   pdb xyz
  +image/bmpbmp
   image/cgm
   image/g3fax
   image/gifgif
  @@ -213,7 +214,6 @@
   image/vnd.svf
   image/vnd.xiff
   image/x-cmu-raster   ras
  -image/x-ms-bmp   bmp
   image/x-portable-anymap  pnm
   image/x-portable-bitmap  pbm
   image/x-portable-graymap pgm