cvs commit: apache-1.3/htdocs/manual/misc FAQ-I.html

2000-02-11 Thread coar
coar00/02/11 14:11:35

  Modified:htdocs/manual/misc FAQ-I.html
  Log:
Add another module capable of doing footers.
  
  Submitted by: Brian Aker <[EMAIL PROTECTED]>
  Reviewed by:  Ken Coar
  
  Revision  ChangesPath
  1.5   +2 -2  apache-1.3/htdocs/manual/misc/FAQ-I.html
  
  Index: FAQ-I.html
  ===
  RCS file: /home/cvs/apache-1.3/htdocs/manual/misc/FAQ-I.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- FAQ-I.html2000/01/16 20:52:30 1.4
  +++ FAQ-I.html2000/02/11 22:11:33 1.5
  @@ -31,7 +31,7 @@
 
 Apache Server Frequently Asked Questions
 
  -  $Revision: 1.4 $ ($Date: 2000/01/16 20:52:30 $)
  +  $Revision: 1.5 $ ($Date: 2000/02/11 22:11:33 $)
 
 
 The latest version of this FAQ is always available from the main
  @@ -188,7 +188,7 @@
 several third party modules available through the http://modules.apache.org/";>Apache Module Registry which
 will add footers to documents.  These include mod_trailer, PHP
  -  (php3_auto_append_file), and mod_perl
  +  (php3_auto_append_file), mod_layout, and mod_perl
 (Apache::Sandwich).
 
 
  
  
  


cvs commit: apache-site related_projects.html

2000-02-11 Thread coar
coar00/02/11 12:03:38

  Modified:.related_projects.html
  Log:
Add the StWeb and ActiveScripting 'projects'.  Well, they're
related at least.
  
  Revision  ChangesPath
  1.48  +45 -11apache-site/related_projects.html
  
  Index: related_projects.html
  ===
  RCS file: /home/cvs/apache-site/related_projects.html,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- related_projects.html 2000/02/09 00:04:57 1.47
  +++ related_projects.html 2000/02/11 20:03:35 1.48
  @@ -22,6 +22,7 @@
   Non-Commercial Projects
   
   
  +ActiveScripting for Apache
   Apache::ASP
   Apache-SSL
   Apache Interface to OpenSSL (mod_ssl)
  @@ -49,12 +50,23 @@
   Matrice W3
   Red Hat Secure Server
   Stronghold
  -WebTen, a MacOS port of Apache
  +StWeb -- Stratos Web and Application Server
   Vision For Apache
  +WebTen, a MacOS port of Apache
   
   
   
   
  +http://www.activescripting.org/html/projects.html";
  +>ActiveScripting for Apache
  +
  +The ActiveScripting for Apache project provides an open alternative to the
  +use of Active Server Pages (ASP) for the Apache Web server on the Windows
  +platform.
  +
  +
  +
   http://www.nodeworks.com/asp";>Apache::ASP
   
   The Apache::ASP project is a Perl-native port of Active Server Pages (ASP)
  @@ -321,16 +333,25 @@
   
   
   
  -WebTen, a MacOS port of Apache
  -
  -WebTen is a commercial Apache-derivative webserver for Power Macs.
  -WebTen has been extended with a browser-based interface and Squid
  -cacheing.  It supports standard Macintosh-style plug-ins and CGIs and
  -includes SSL, DNS, FTP, and NFS.
  -
  -
  -For more information visit
  -http://www.tenon.com/products/webten/";>Tenon's web site.
  +StWeb -- Stratos Web and Application Server
  +
  +StWeb is an easy-to-use, cross platform, Internet/Intranet development
  +and deployment system for development and maintenance of web-enabled
  +applications.
  +
  +
  +The main component of the system is the Stratos Web Application Server -
  +an Apache based HTTP server integrated with Stratos application server.
  +StWeb is platform and database independent. It runs on all major
  +hardware  and operating systems and can be used with most of popular
  +database servers. Application once developed, can be deployed on any of
  +the supported systems ("write once, use anywhere" ).
  +The Personal Edition  of StWeb is free and is available for download
  +from the StWeb site.
  +
  +
  +For more information visit StWeb home at
  +http://www.stweb.org/>.
   
   
   
  @@ -343,6 +364,19 @@
   
   For more information visit
   http://www.focus-array.com/";>The Focus Array's web site.
  +
  +
  +
  +WebTen, a MacOS port of Apache
  +
  +WebTen is a commercial Apache-derivative webserver for Power Macs.
  +WebTen has been extended with a browser-based interface and Squid
  +cacheing.  It supports standard Macintosh-style plug-ins and CGIs and
  +includes SSL, DNS, FTP, and NFS.
  +
  +
  +For more information visit
  +http://www.tenon.com/products/webten/";>Tenon's web site.
   
   
   
  
  
  


cvs commit: apache-2.0/src/main gen_test_char.dsp gen_test_char.mak

2000-02-11 Thread stoddard
stoddard00/02/11 10:52:34

  Modified:src/ap   ap.dsp ap.mak
   src/main gen_test_char.dsp gen_test_char.mak
  Log:
  Fix compile breaks on Windows. Projects need to know where to find os.h.
  
  Revision  ChangesPath
  1.5   +2 -2  apache-2.0/src/ap/ap.dsp
  
  Index: ap.dsp
  ===
  RCS file: /home/cvs/apache-2.0/src/ap/ap.dsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ap.dsp1999/09/13 18:22:58 1.4
  +++ ap.dsp2000/02/11 18:52:26 1.5
  @@ -39,7 +39,7 @@
   # PROP Intermediate_Dir "Release"
   # PROP Target_Dir ""
   # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX 
/FD /c
  -# ADD CPP /nologo /MD /W3 /GX /O2 /I "../include" /I "../lib/apr/include" /D 
"WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
  +# ADD CPP /nologo /MD /W3 /GX /O2 /I "../include" /I "../lib/apr/include" /I 
"../os/win32/" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
   BSC32=bscmake.exe
   # ADD BASE BSC32 /nologo
   # ADD BSC32 /nologo
  @@ -60,7 +60,7 @@
   # PROP Intermediate_Dir "Debug"
   # PROP Target_Dir ""
   # ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" 
/YX /FD /c
  -# ADD CPP /nologo /MDd /W3 /GX /Z7 /Od /I "../include" /I 
"../lib/apr/include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
  +# ADD CPP /nologo /MDd /W3 /GX /Z7 /Od /I "../include" /I 
"../lib/apr/include" /I "../os/win32/" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX 
/FD /c
   BSC32=bscmake.exe
   # ADD BASE BSC32 /nologo
   # ADD BSC32 /nologo
  
  
  
  1.8   +56 -8 apache-2.0/src/ap/ap.mak
  
  Index: ap.mak
  ===
  RCS file: /home/cvs/apache-2.0/src/ap/ap.mak,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ap.mak1999/11/29 23:28:50 1.7
  +++ ap.mak2000/02/11 18:52:27 1.8
  @@ -55,9 +55,9 @@
   "$(OUTDIR)" :
   if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
   
  -CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "../include" /I "../lib/apr/include" /D\
  - "WIN32" /D "NDEBUG" /D "_WINDOWS" /Fp"$(INTDIR)\ap.pch" /YX 
/Fo"$(INTDIR)\\"\
  - /Fd"$(INTDIR)\\" /FD /c 
  +CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "../include" /I "../lib/apr/include" /I\
  + "../os/win32/" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /Fp"$(INTDIR)\ap.pch" 
/YX\
  + /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
   CPP_OBJS=.\Release/
   CPP_SBRS=.
   BSC32=bscmake.exe
  @@ -105,8 +105,8 @@
   if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
   
   CPP_PROJ=/nologo /MDd /W3 /GX /Z7 /Od /I "../include" /I 
"../lib/apr/include"\
  - /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /Fp"$(INTDIR)\ap.pch" /YX 
/Fo"$(INTDIR)\\"\
  - /Fd"$(INTDIR)\\" /FD /c 
  + /I "../os/win32/" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" 
/Fp"$(INTDIR)\ap.pch"\
  + /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
   CPP_OBJS=.\Debug/
   CPP_SBRS=.
   BSC32=bscmake.exe
  @@ -160,24 +160,56 @@
   
   !IF "$(CFG)" == "ap - Win32 Release" || "$(CFG)" == "ap - Win32 Debug"
   SOURCE=.\ap_base64.c
  +
  +!IF  "$(CFG)" == "ap - Win32 Release"
  +
   DEP_CPP_AP_BA=\
"..\include\ap.h"\
  + "..\include\ap_ac_config.h"\
"..\include\ap_config.h"\
"..\include\ap_ctype.h"\
"..\include\ap_mmn.h"\
"..\include\hsregex.h"\
  + "..\lib\apr\include\apr_errno.h"\
  + "..\lib\apr\include\apr_general.h"\
  + "..\lib\apr\include\apr_win.h"\
"..\os\win32\os.h"\
  + {$(INCLUDE)}"sys\stat.h"\
  + {$(INCLUDE)}"sys\types.h"\

   NODEP_CPP_AP_BA=\
  + "..\include\ap_config_auto.h"\
  + "..\include\ap_config_win32.h"\
"..\include\apr.h"\
  + "..\lib\apr\include\apr.h"\
  + ".\ebcdic.h"\

   
   "$(INTDIR)\ap_base64.obj" : $(SOURCE) $(DEP_CPP_AP_BA) "$(INTDIR)"
   
   
  +!ELSEIF  "$(CFG)" == "ap - Win32 Debug"
  +
  +DEP_CPP_AP_BA=\
  + "..\include\ap.h"\
  + "..\include\ap_config.h"\
  + "..\include\ap_ctype.h"\
  + "..\include\ap_mmn.h"\
  + "..\include\hsregex.h"\
  + "..\lib\apr\include\apr_errno.h"\
  + "..\lib\apr\include\apr_general.h"\
  + "..\lib\apr\include\apr_win.h"\
  + "..\os\win32\os.h"\
  + 
  +
  +"$(INTDIR)\ap_base64.obj" : $(SOURCE) $(DEP_CPP_AP_BA) "$(INTDIR)"
  +
  +
  +!ENDIF 
  +
   SOURCE=.\ap_hooks.c
   DEP_CPP_AP_HO=\
  - "..\include\ap.h"\
  + "..\include\ap_ac_config.h"\
"..\include\ap_config.h"\
"..\include\ap_ctype.h"\
"..\include\ap_hooks.h"\
  @@ -187,16 +219,23 @@
"..\include\hsregex.h"\
"..\include\httpd.h"\
"..\include\util_uri.h"\
  - "..\lib\apr\file_io\win32\readdir.h"\
"..\lib\apr\include\apr_errno.h"\
"..\lib\apr\include\apr_file_io.h"\
"..\lib\apr\include\apr_general.h"\
"..\lib\apr\include\apr_lib.h"\
  + "..\lib\apr\include\apr_network_io.h"\
  + "..\lib\apr\i

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

2000-02-11 Thread rse
rse 00/02/11 00:58:29

  Modified:htdocs/manual/misc rewriteguide.html
  Log:
  Change  to  to be consistent with remaining layout.
  Thanks to Martin for hint.
  
  Revision  ChangesPath
  1.7   +5 -5  apache-1.3/htdocs/manual/misc/rewriteguide.html
  
  Index: rewriteguide.html
  ===
  RCS file: /home/cvs/apache-1.3/htdocs/manual/misc/rewriteguide.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- rewriteguide.html 2000/02/10 16:53:00 1.6
  +++ rewriteguide.html 2000/02/11 08:58:28 1.7
  @@ -29,13 +29,13 @@
   
   
   This document supplements the mod_rewrite reference documentation. It describes
  +HREF="../mod/mod_rewrite.html">reference documentation. It describes
   how one can use Apache's mod_rewrite to solve typical URL-based problems
   webmasters are usually confronted with in practice. I give detailed
   descriptions on how to solve each problem by configuring URL rewriting
   rulesets.
   
  -Introduction to mod_rewrite
  +Introduction to mod_rewrite
   
   The Apache module mod_rewrite is a killer one, i.e. it is a really
   sophisticated module which provides a powerful way to do URL manipulations.
  @@ -50,7 +50,7 @@
   of its power. This paper tries to give you a few initial success events to
   avoid the first case by presenting already invented solutions to you.
   
  -Practical Solutions
  +Practical Solutions
   
   Here come a lot of practical solutions I've either invented myself or
   collected from other peoples solutions in the past. Feel free to learn the
  @@ -724,7 +724,7 @@
   Description:
   
   Do you know the great CPAN (Comprehensive Perl Archive Network) under http://www.perl.com/CPAN";>http://www.perl.com/CPAN? This does a
  +HREF="http://www.perl.com/CPAN";>http://www.perl.com/CPAN? This does a
   redirect to one of several FTP servers around the world which carry a CPAN
   mirror and is approximately near the location of the requesting client.
   Actually this can be called an FTP access multiplexing service. While CPAN
  @@ -1084,7 +1084,7 @@
   
   A sophisticated DNS-based method for load-balancing is to use the program
   lbnamed which can be found at http://www.stanford.edu/~schemers/docs/lbnamed/lbnamed.html";>http://www.stanford.edu/~schemers/docs/lbnamed/lbnamed.html.
  
+HREF="http://www.stanford.edu/~schemers/docs/lbnamed/lbnamed.html";>http://www.stanford.edu/~schemers/docs/lbnamed/lbnamed.html.
   It is a Perl 5 program in conjunction with auxilliary tools which provides a
   real load-balancing for DNS.