cvs commit: apache-1.3 Makefile.tmpl configure

1998-12-14 Thread randy
randy   98/12/13 17:03:32

  Modified:.Makefile.tmpl configure
  Log:
  Pattern matches changed to allow --enable-shared=blah_blah.module
  
  Revision  ChangesPath
  1.55  +1 -1  apache-1.3/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===
  RCS file: /home/cvs/apache-1.3/Makefile.tmpl,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- Makefile.tmpl 1998/12/13 02:08:58 1.54
  +++ Makefile.tmpl 1998/12/14 01:03:31 1.55
  @@ -286,7 +286,7 @@
sed -e 's:SharedModule:AddModule:' \
-e 's:modules/[^/]*/::' \
-e 's:[ ]lib: mod_:' \
  - -e 's:\.[soa]*$$:.c:' $(SRC)/.apaci.install.conf; \
  + -e 's:\.[soam].*$$:.c:' $(SRC)/.apaci.install.conf; \
fi
@echo === [programs]
   
  
  
  
  1.61  +3 -4  apache-1.3/configure
  
  Index: configure
  ===
  RCS file: /home/cvs/apache-1.3/configure,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- configure 1998/12/13 22:43:07 1.60
  +++ configure 1998/12/14 01:03:31 1.61
  @@ -234,8 +234,7 @@
   fi
   module=`echo $module |\
   sed -e 's%^.*/\(.*\)$%\1%' \
  --e 's/\.[oa]$//' \
  --e 's/\.module$//' \
  +-e 's/\.[oam].*$//' \
   -e 's/^mod_//' \
   -e 's/^lib//'`
   eval module_$module=$add
  @@ -1161,7 +1160,7 @@
   for line in `cat src/Configuration.tmpl $addconf | egrep '^[# 
]*(Add|Shared)Module'`; do
   name=`echo $line |\
 sed -e 's%^.*/\(.*\)$%\1%' \
  -  -e 's/\.[oa]$//' \
  +  -e 's/\.[oam].*$//' \
 -e 's/^mod_//' \
 -e 's/^lib//'`
   echo ${name}:${line}
  @@ -1239,7 +1238,7 @@
   fi
   eval share=\$shared_$module
   if [ $share = yes ]; then
  -echo $SEO 
s%^\\(.*\\)AddModule\\(.*[_b/]$module\\.\\)[oa]\\(.*\\)%\\1SharedModule\\2so\\3%g
 $sedsubst
  +echo $SEO 
s%^\\(.*\\)AddModule\\(.*[_b/]$module\\.\\)[oam].*\\(.*\\)%\\1SharedModule\\2so\\3%g
 $sedsubst
   m=yes [shared]
   fi
   if [ $verbose = yes ]; then
  
  
  


cvs commit: apache-1.3 Makefile.tmpl

1998-12-14 Thread randy
randy   98/12/13 17:11:35

  Modified:.Makefile.tmpl
  Log:
  Change to '' for sed patterns where we need to expand the variables.
  
  Revision  ChangesPath
  1.56  +4 -4  apache-1.3/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===
  RCS file: /home/cvs/apache-1.3/Makefile.tmpl,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- Makefile.tmpl 1998/12/14 01:03:31 1.55
  +++ Makefile.tmpl 1998/12/14 01:11:35 1.56
  @@ -412,10 +412,10 @@
-e 's;logs/accept.lock;$(runtimedir)/$(TARGET).lock;' \
-e 
's;logs/apache_runtime_status;$(runtimedir)/$(TARGET).scoreboard;' \
-e 's;logs/httpd.pid;$(runtimedir)/$(TARGET).pid;' \
  - -e 
's;logs/access_log;$(logfiledir)/$${target_prefix}access_log;' \
  - -e 
's;logs/error_log;$(logfiledir)/$${target_prefix}error_log;' \
  - -e 
's;logs/referer_log;$(logfiledir)/$${target_prefix}referer_log;' \
  - -e 
's;logs/agent_log;$(logfiledir)/$${target_prefix}agent_log;' \
  + -e 
s;logs/access_log;$(logfiledir)/$${target_prefix}access_log; \
  + -e 
s;logs/error_log;$(logfiledir)/$${target_prefix}error_log; \
  + -e 
s;logs/referer_log;$(logfiledir)/$${target_prefix}referer_log; \
  + -e 
s;logs/agent_log;$(logfiledir)/$${target_prefix}agent_log; \
-e 's;conf/magic;$(sysconfdir)/magic;' \
-e 's;conf/mime.types;$(sysconfdir)/mime.types;' \
-e 's;Group #-1;Group $(conf_group);' \
  
  
  


cvs commit: apache-1.3 INSTALL

1998-12-14 Thread rse
rse 98/12/13 23:56:38

  Modified:.INSTALL
  Log:
  Fix module table:
  - mod_expires was missing
  - mod_so is no longer really experiemental
  
  Revision  ChangesPath
  1.50  +2 -1  apache-1.3/INSTALL
  
  Index: INSTALL
  ===
  RCS file: /home/cvs/apache-1.3/INSTALL,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- INSTALL   1998/12/06 16:14:19 1.49
  +++ INSTALL   1998/12/14 07:56:37 1.50
  @@ -287,6 +287,7 @@
HTTP response
 (-) mod_headers .. Arbitrary HTTP response headers (configured)
 (-) mod_cern_meta  Arbitrary HTTP response headers (CERN-style 
files)
  +  (-) mod_expires .. Expires HTTP responses 
 (+) mod_asis . Raw HTTP responses 
Scripting
 (+) mod_include .. Server Side Includes (SSI) support
  @@ -303,8 +304,8 @@
Miscellaneous
 (+) mod_imap . Server-side Image Map support
 (-) mod_proxy  Caching Proxy Module (HTTP, HTTPS, FTP)
  - Experimental
 (-) mod_so ... Dynamic Shared Object (DSO) bootstrapping
  + Experimental
 (-) mod_mmap_static .. Caching of frequently served pages via mmap()
Development
 (-) mod_example .. Apache API demonstration (developers only)
  
  
  


cvs commit: apache-1.3/src BUILD.NOTES

1998-12-14 Thread stoddard
stoddard98/12/14 06:02:23

  Modified:src  BUILD.NOTES
  Log:
  Add pointer to PTFs to fix AIX xlC compiler problem.
  Submitted by: Shane Owenby
  Reviewed by: Bill Stoddard
  
  Revision  ChangesPath
  1.3   +8 -4  apache-1.3/src/BUILD.NOTES
  
  Index: BUILD.NOTES
  ===
  RCS file: /export/home/cvs/apache-1.3/src/BUILD.NOTES,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BUILD.NOTES   1998/10/20 21:48:54 1.2
  +++ BUILD.NOTES   1998/12/14 14:02:22 1.3
  @@ -25,9 +25,13 @@
 3.6.X and you receive an error such as:
   
   Expected /Directory but saw /Directory
  +  or
  +Expected /Files but saw /Files
   
  -  then you have a encountered a bug in xlC.  This is a problem with the
  +  then you have encountered a bug in xlC.  This is a problem with the
 3.6.X versions of xlC, and is not a problem with the Apache code.
  -  A patch for this version is to be provided by IBM in the coming days.
  -  (Oct 98)  When this patch is made available the URL will be provided here.
  -  For a precompiled build please check: 
http://www.apache.org/dist/binaries/
  +  A set of PTF's which correct the problem are available from:
  +  http://service.software.ibm.com/support/rs6000
  +  The PTF's are:  U462005, U462006, U462007, and U462023 through
  +  U462030.  The PTF's have been tested and do indeed fix the problem.
  +