cvs commit: apache/src/modules/example mod_example.c

1997-04-14 Thread Roy Fielding
fielding97/04/14 22:23:21

  Modified:src/modules/example  mod_example.c
  Log:
  Fixed a couple warnings in the example code.
  
  Revision  ChangesPath
  1.4   +2 -5  apache/src/modules/example/mod_example.c
  
  Index: mod_example.c
  ===
  RCS file: /export/home/cvs/apache/src/modules/example/mod_example.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** mod_example.c 1997/04/11 23:30:10 1.3
  --- mod_example.c 1997/04/15 05:23:20 1.4
  ***
  *** 241,247 
char*sofar;
char*addon;
char*where;
  - charlbuf[256];

/*
 * If we weren't passed a configuration record, we can't figure out to
  --- 241,246 
  ***
  *** 280,295 
 * on the size (and readability) of the error_log is considerable.
 */
/*
  - ap_snprintf (lbuf, sizeof(lbuf) - 1, "mod_example: %s", note);
if (s != NULL) {
  ! log_error (lbuf, s);
}
 */
}


/*--*/
/*  */
  ! /* We prototyped the various syntaces for command handlers (routines that   
*/
/* are called when the configuration parser detects a directive declared
*/
/* by our module) earlier.  Now we actually declare a "real" routine that   
*/
/* will be invoked by the parser when our "real" directive is   
*/
  --- 279,293 
 * on the size (and readability) of the error_log is considerable.
 */
/*
if (s != NULL) {
  ! log_printf(s, "mod_example: %s", note);
}
 */
}


/*--*/
/*  */
  ! /* We prototyped the various syntax for command handlers (routines that 
*/
/* are called when the configuration parser detects a directive declared
*/
/* by our module) earlier.  Now we actually declare a "real" routine that   
*/
/* will be invoked by the parser when our "real" directive is   
*/
  ***
  *** 512,518 

example_config
*cfg;
  - char*note;
char*dname = dirspec;

/*
  --- 510,515 
  
  
  


cvs commit: apache/src Configuration.tmpl

1997-04-14 Thread Roy Fielding
fielding97/04/14 21:32:55

  Modified:src   Configuration.tmpl
  Log:
  Fix typo in example for mod_example.
  
  Revision  ChangesPath
  1.57  +1 -1  apache/src/Configuration.tmpl
  
  Index: Configuration.tmpl
  ===
  RCS file: /export/home/cvs/apache/src/Configuration.tmpl,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -C3 -r1.56 -r1.57
  *** Configuration.tmpl1997/04/12 12:14:53 1.56
  --- Configuration.tmpl1997/04/15 04:32:54 1.57
  ***
  *** 234,240 
## The example module, which demonstrates the use of the API.  See
## the file modules/example/README for details.

  ! # Module mod_example modules/example/mod_example.o

## Finally, the proxy module.  It's not as complete as it could be yet.
## But it's getting there.
  --- 234,240 
## The example module, which demonstrates the use of the API.  See
## the file modules/example/README for details.

  ! # Module example_module  modules/example/mod_example.o

## Finally, the proxy module.  It's not as complete as it could be yet.
## But it's getting there.
  
  
  


cvs commit: apache/htdocs/manual/misc perf.html

1997-04-14 Thread Brian Behlendorf
brian   97/04/14 10:05:23

  Modified:htdocs/manual/misc  perf.html
  Log:
  Submitted by: Christian Nybo <[EMAIL PROTECTED]>
  
  Updated link to SGI Tuning Guide
  
  Revision  ChangesPath
  1.5   +3 -3  apache/htdocs/manual/misc/perf.html
  
  Index: perf.html
  ===
  RCS file: /export/home/cvs/apache/htdocs/manual/misc/perf.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -C3 -r1.4 -r1.5
  *** perf.html 1997/01/27 02:20:24 1.4
  --- perf.html 1997/04/14 17:05:22 1.5
  ***
  *** 86,94 
SGI


  ! http://www.sgi.com/Products/WebFORCE/TuningGuide.html";>
  ! WebFORCE Web Server Tuning Guidelines for IRIX 5.3, 
  ! ;



  --- 86,94 
SGI


  ! http://www.sgi.com/Products/WebFORCE/Resources/res_TuningGuide.html";>
  ! WebFORCE Web Server Tuning Guidelines for IRIX 5.3,
  ! 
;



  
  
  


cvs commit: apache-site index.html

1997-04-14 Thread Brian Behlendorf
brian   97/04/14 10:03:17

  Modified:. index.html
  Log:
  Another mirror site update
  
  Revision  ChangesPath
  1.10  +1 -1  apache-site/index.html
  
  Index: index.html
  ===
  RCS file: /export/home/cvs/apache-site/index.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -C3 -r1.9 -r1.10
  *** index.html1997/04/09 18:45:47 1.9
  --- index.html1997/04/14 17:03:16 1.10
  ***
  *** 48,54 
  http://www.rediris.es/ftp/mirror/apache/";>es(3) - 

  http://www.cge-ol.fr/apache/";>fr(1) -
  ! 
  http://www.teaser.fr/apache/";>fr(2) -

  http://www.ntua.gr/apache/";>gr - 
  --- 48,54 
  http://www.rediris.es/ftp/mirror/apache/";>es(3) - 

  http://www.cge-ol.fr/apache/";>fr(1) -
  ! 
  http://www.teaser.fr/apache/";>fr(2) -

  http://www.ntua.gr/apache/";>gr - 
  
  
  


cvs commit: apache/src INSTALL

1997-04-14 Thread Jim Jagielski
jim 97/04/14 05:45:04

  Modified:src   INSTALL
  Log:
  Make INSTALL reflect reality
  
  Revision  ChangesPath
  1.14  +6 -4  apache/src/INSTALL
  
  Index: INSTALL
  ===
  RCS file: /export/home/cvs/apache/src/INSTALL,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -C3 -r1.13 -r1.14
  *** INSTALL   1997/03/25 04:58:00 1.13
  --- INSTALL   1997/04/14 12:45:03 1.14
  ***
  *** 26,33 

2) Run the "Configure" script:

  !   % Configure
  !   Using 'Configuration' as config file
   + configured for  platform
   + setting C compiler to  *
   + setting C compiler optimization-level to  *
  --- 26,34 

2) Run the "Configure" script:

  !   % ./Configure
  !   Using config file: Configuration
  !   Using Makefile template file: Makefile.tmpl
   + configured for  platform
   + setting C compiler to  *
   + setting C compiler optimization-level to  *
  ***
  *** 36,43 
   This generates new versions of the Makefile and of modules.c.  (If
   you want to maintain multiple configurations, you can say, e.g.,

  !   % Configure -file Configuration.ai
  !   Using alternate config file Configuration.ai
   + configured for  platform
   + setting C compiler to  *
   + setting C compiler optimization-level to  *
  --- 37,45 
   This generates new versions of the Makefile and of modules.c.  (If
   you want to maintain multiple configurations, you can say, e.g.,

  !   % ./Configure -file Configuration.ai
  !   Using config file: Configuration.ai
  !   Using Makefile template file: Makefile.tmpl
   + configured for  platform
   + setting C compiler to  *
   + setting C compiler optimization-level to  *
  
  
  


cvs commit: apache/src Configure

1997-04-14 Thread Jim Jagielski
jim 97/04/14 04:52:21

  Modified:src   Configure
  Log:
  Final fixes for correct detection of Module
  
  Revision  ChangesPath
  1.91  +3 -3  apache/src/Configure
  
  Index: Configure
  ===
  RCS file: /export/home/cvs/apache/src/Configure,v
  retrieving revision 1.90
  retrieving revision 1.91
  diff -C3 -r1.90 -r1.91
  *** Configure 1997/04/13 20:54:34 1.90
  --- Configure 1997/04/14 11:52:20 1.91
  ***
  *** 598,609 

awk >> modules/Makefile < $tmpfile '\
   BEGIN {printf "MODULES="} \
  !($3 ~ /modules\//) {split ($3, pp, "/"); printf "%s ", pp[2]} \
   END {printf "\n"}'

awk >> modules/Makefile < $tmpfile '\
   BEGIN {printf "CLEANERS="} \
  !($3 ~ /modules\//) {split ($3, pp, "/"); printf "%s_clean ", pp[2]} \
   END {printf "\n"}'

cat << EOF >> modules/Makefile
  --- 598,609 

awk >> modules/Makefile < $tmpfile '\
   BEGIN {printf "MODULES="} \
  !($1 == "Module" && $3 ~ /modules\//) {split ($3, pp, "/"); printf "%s ", 
pp[2]} \
   END {printf "\n"}'

awk >> modules/Makefile < $tmpfile '\
   BEGIN {printf "CLEANERS="} \
  !($1 == "Module" && $3 ~ /modules\//) {split ($3, pp, "/"); printf 
"%s_clean ", pp[2]} \
   END {printf "\n"}'

cat << EOF >> modules/Makefile
  ***
  *** 622,627 
EOF

awk >>modules/Makefile <$tmpfile \
  !'($3 ~ /modules\//) { split ($3, pp, "/"); \
   printf "%s_clean:\n\t(cd %s; $(MAKE) clean)\n\n", pp[2], pp[2]}'

  --- 622,627 
EOF

awk >>modules/Makefile <$tmpfile \
  !'($1 == "Module" && $3 ~ /modules\//) { split ($3, pp, "/"); \
   printf "%s_clean:\n\t(cd %s; $(MAKE) clean)\n\n", pp[2], pp[2]}'