cvs commit: apache-1.3 configure

1998-12-13 Thread randy
randy   98/12/13 14:43:08

  Modified:.configure
  Log:
  Recognize .module config files as does Configure.
  
  Revision  ChangesPath
  1.60  +1 -0  apache-1.3/configure
  
  Index: configure
  ===
  RCS file: /home/cvs/apache-1.3/configure,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- configure 1998/12/12 18:22:47 1.59
  +++ configure 1998/12/13 22:43:07 1.60
  @@ -235,6 +235,7 @@
   module=`echo "$module" |\
   sed -e 's%^.*/\(.*\)$%\1%' \
   -e 's/\.[oa]$//' \
  +-e 's/\.module$//' \
   -e 's/^mod_//' \
   -e 's/^lib//'`
   eval "module_$module=$add"
  
  
  


cvs commit: apache-1.3/htdocs/manual/misc perf-tuning.html

1998-12-13 Thread dgaudet
dgaudet 98/12/13 12:42:17

  Modified:htdocs/manual/misc perf-tuning.html
  Log:
  update the draft-ietf-http-connection-00 link... this new link works... but
  I'm still not sure if this draft has issued as an RFC or if it's just fallen
  dead
  
  Revision  ChangesPath
  1.15  +1 -1  apache-1.3/htdocs/manual/misc/perf-tuning.html
  
  Index: perf-tuning.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/misc/perf-tuning.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- perf-tuning.html  1998/09/17 12:33:02 1.14
  +++ perf-tuning.html  1998/12/13 20:42:16 1.15
  @@ -432,7 +432,7 @@
   
   As discussed in
   ftp://ds.internic.net/internet-drafts/draft-ietf-http-connection-00.txt";
  + 
HREF="http://www.ics.uci.edu/pub/ietf/http/draft-ietf-http-connection-00.txt";
   >draft-ietf-http-connection-00.txt section 8,
   in order for an HTTP server to reliably implement the 
protocol
   it needs to shutdown each direction of the communication independently
  
  
  


cvs commit: apache-1.3 Makefile.tmpl

1998-12-13 Thread lars
lars98/12/12 18:08:59

  Modified:.Makefile.tmpl
  Log:
  Fix a little bug.
  There was still one "@@ServerRoot@@" in the installed httpd.conf.
  
  Revision  ChangesPath
  1.54  +1 -1  apache-1.3/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===
  RCS file: /export/home/cvs/apache-1.3/Makefile.tmpl,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- Makefile.tmpl 1998/12/05 21:10:40 1.53
  +++ Makefile.tmpl 1998/12/13 02:08:58 1.54
  @@ -408,7 +408,7 @@
-e 's;@@ServerRoot@@/icons;$(datadir)/icons;' \
-e 's;@@ServerRoot@@/cgi-bin;$(datadir)/cgi-bin;' \
-e 's;@@ServerRoot@@/proxy;$(proxycachedir);' \
  - -e 's;@@ServerRoot@@;$(prefix);' \
  + -e 's;@@ServerRoot@@;$(prefix);g' \
-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;' \