Re: cvs commit: apache-1.3/htdocs/manual/mod core.html

1998-03-22 Thread Paul Sutton
On 21 Mar 1998 [EMAIL PROTECTED] wrote: Log: Has no effect on MS Windows is rather misleading. --- core.html 1998/03/21 17:13:56 1.105 +++ core.html 1998/03/21 22:31:53 1.106 @@ -1634,7 +1634,8 @@ Tuning of this parameter should only be necessary on very

Re: cvs commit: apache-1.3 STATUS

1998-03-12 Thread Paul Sutton
On 12 Mar 1998 [EMAIL PROTECTED] wrote: + - r-content_language is for backwards compatibility... with modules + that may not link any longer without some minor editing. The new + field is r-content_languages. Heck it's not even mentioned in + apache-devsite/mmn.txt when

Re: cvs commit: apache-2.0 STATUS

1998-02-06 Thread Paul Sutton
On 6 Feb 1998 [EMAIL PROTECTED] wrote: +c) radically revamped API + +d) just new API phases + Brian +1 Um, I'm not sure how to vote on this. Personally I'd like to see (a) the function API left pretty much as it is, (b) the phase API radically updated (a la Alexei et

Re: cvs commit: apache-2.0 STATUS

1998-02-06 Thread Paul Sutton
On Fri, 6 Feb 1998, Alexei Kosut wrote: Especially not if we need to rename all our functions (see other threads). And there are a number of other parts of the Apache API that really need to be rethought (can we say configuration?) Backwards compatibility with 1.3, either for the API or the

Re: cvs commit: apache-1.3/src/os/bs2000 os.c

1998-02-04 Thread Paul Sutton
On 3 Feb 1998 [EMAIL PROTECTED] wrote: diff -u -u -r1.2 -r1.3 --- os.c1998/01/26 16:46:16 1.2 +++ os.c1998/02/03 16:55:30 1.3 @@ -56,6 +56,7 @@ * Any inlineable functions should be defined in os-inline.c instead. */ +#include httpd.h #include os.h

Re: cvs commit: apachen/src/os/win32 os.h util_win32.c

1997-10-21 Thread Paul Sutton
On 21 Oct 1997 [EMAIL PROTECTED] wrote: ben 97/10/21 02:12:15 Modified:src/main conf.h src/os/win32 os.h util_win32.c Log: Work around buggy stat() implementation on Win95. Does this fix the index.html problem? If not, what does it fix? //pcs

cvs commit: apachen/src/os/unix Makefile.tmpl

1997-09-24 Thread Paul Sutton
pcs 97/09/24 14:27:36 Modified:src/os/unix Makefile.tmpl Log: Do not copy OS header files to src/main, use symlinks instead Revision ChangesPath 1.7 +9 -4 apachen/src/os/unix/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apachen/src/main conf.h

1997-09-14 Thread Paul Sutton
pcs 97/09/14 04:53:36 Modified:src/main conf.h Log: Make sure that os.h is used for non-win32 platforms as well Revision ChangesPath 1.138 +2 -0 apachen/src/main/conf.h Index: conf.h ===

cvs commit: apachen/src Configure

1997-09-14 Thread Paul Sutton
pcs 97/09/14 04:55:01 Modified:src Configure Log: The OSDIR has to be built first because it makes the OS specific header file(s) accessable to the other source files. Revision ChangesPath 1.156 +1 -1 apachen/src/Configure Index: Configure

cvs commit: apachen/src/os/win32 os.c os.h

1997-09-14 Thread Paul Sutton
pcs 97/09/14 05:09:51 Modified:src/os/win32 os.c os.h Log: Make os_is_path_absolute() inline under Win32 Revision ChangesPath 1.3 +2 -8 apachen/src/os/win32/os.c Index: os.c === RCS

cvs commit: apachen/src/os/win32 os.h

1997-09-14 Thread Paul Sutton
pcs 97/09/14 07:20:48 Modified:src/os/win32 os.h Log: For some reason #define STATUS got lost in the OS abstraction. Put it back. Revision ChangesPath 1.5 +3 -0 apachen/src/os/win32/os.h Index: os.h

cvs commit: apachen/src/os/win32 ApacheOS.dsp ApacheOS.mak

1997-09-14 Thread Paul Sutton
pcs 97/09/14 08:26:04 Modified:src/os/win32 ApacheOS.dsp ApacheOS.mak Log: By popular request... make ApacheOS into a static library instead of a DLL. Revision ChangesPath 1.4 +15 -36apachen/src/os/win32/ApacheOS.dsp Index: ApacheOS.dsp

cvs commit: apachen/src Makefile.nt

1997-09-14 Thread Paul Sutton
pcs 97/09/14 08:30:31 Modified:src Makefile.nt Log: No longer need to install the ApacheOS dll Revision ChangesPath 1.16 +0 -2 apachen/src/Makefile.nt Index: Makefile.nt === RCS

cvs commit: apachen/src ApacheCore.mak ApacheCore.dsp

1997-09-14 Thread Paul Sutton
pcs 97/09/14 09:03:10 Modified:src ApacheCore.mak ApacheCore.dsp Log: ApacheCore's release build used the Debug build of ApacheOS. Fix it. Not sure why MSVC made some many other changes to the .dsp file. Revision ChangesPath 1.18 +117 -52

cvs commit: apachen/src/os/unix os-inline.c Makefile.tmpl os.c os.h

1997-09-12 Thread Paul Sutton
pcs 97/09/12 00:28:52 Modified:src/os/unix Makefile.tmpl os.c os.h Added: src/os/unix os-inline.c Log: Add capability to OS abstract on Unix systems, with either functions, inlines or macros. All code in os.c, os.h and os-inline.c is available to all Apache source

cvs commit: apachen/src Configure Makefile.tmpl

1997-09-12 Thread Paul Sutton
pcs 97/09/12 00:33:03 Modified:src Configure Makefile.tmpl Log: As part of enabling OS abstractions, the OS specific Makefile is now responsible for copying required header files to src/main, not Configure. Also link with the OS abstraction libary as the last module.

cvs commit: apachen/src/main conf.h

1997-09-12 Thread Paul Sutton
pcs 97/09/12 01:09:10 Modified:src/main conf.h Log: Now conf.h can include os.h in Win32 builds as well. the (large) Win32 section from conf.h is now in os/win32/os.h. Revision ChangesPath 1.135 +2 -67 apachen/src/main/conf.h Index: conf.h

cvs commit: apachen/src/os/win32 os.h

1997-09-12 Thread Paul Sutton
pcs 97/09/12 02:06:44 Modified:src/os/win32 os.h Log: Forgot to update the prototype when chaging from ap_* to os_* Revision ChangesPath 1.2 +1 -1 apachen/src/os/win32/os.h Index: os.h

cvs commit: apachen/htdocs/manual sourcereorg.html

1997-09-12 Thread Paul Sutton
pcs 97/09/12 02:27:32 Modified:htdocs/manual sourcereorg.html Log: Note that sub-dirs are build into libraries Revision ChangesPath 1.5 +2 -0 apachen/htdocs/manual/sourcereorg.html Index: sourcereorg.html

cvs commit: apachen/htdocs/manual/mod index.html

1997-09-12 Thread Paul Sutton
pcs 97/09/12 02:36:19 Modified:htdocs/manual/mod index.html Log: Add mod_speling to the list of distributed modules Revision ChangesPath 1.20 +2 -0 apachen/htdocs/manual/mod/index.html Index: index.html

cvs commit: apachen/src/modules/proxy Makefile

1997-09-12 Thread Paul Sutton
pcs 97/09/12 07:23:52 Modified:src/modules/proxy Makefile Log: Fix proxy makefile to use an all target like the other module/* directories. Also do not remove the library on every build. Submitted by: Martin Kraemer Revision ChangesPath 1.17 +1 -1

cvs commit: apachen/src Configure

1997-09-11 Thread Paul Sutton
pcs 97/09/11 00:37:14 Modified:src Configure Log: Simplify modules/Makefile. Also fixes problem with the old Makefile on BSD. Revision ChangesPath 1.154 +6 -23 apachen/src/Configure Index: Configure

cvs commit: apachen/htdocs/manual/mod mod_example.html mod_info.html mod_mime_magic.html mod_rewrite.html

1997-09-11 Thread Paul Sutton
pcs 97/09/11 06:27:54 Modified:htdocs/manual/mod mod_example.html mod_info.html mod_mime_magic.html mod_rewrite.html Log: Change Module line examples into AddModule to reflect the new Configure syntax Revision ChangesPath 1.4 +3 -2

cvs commit: apachen/src/modules/standard Makefile.tmpl

1997-08-24 Thread Paul Sutton
pcs 97/08/24 05:27:44 Modified:src/modules/standard Makefile.tmpl Log: Add dependencies for mod_unique_id Revision ChangesPath 1.2 +4 -0 apachen/src/modules/standard/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apachen/htdocs/manual sourcereorg.html

1997-08-24 Thread Paul Sutton
pcs 97/08/24 05:32:38 Modified:htdocs/manual sourcereorg.html Log: Fix typos Submitted by: Martin Kraemer [EMAIL PROTECTED] Revision ChangesPath 1.3 +13 -13apachen/htdocs/manual/sourcereorg.html Index: sourcereorg.html

cvs commit: apachen/htdocs/manual install.html

1997-08-24 Thread Paul Sutton
pcs 97/08/24 05:55:10 Modified:htdocs/manual install.html Log: Update sample output from Configure to something more like what it generates now. Revision ChangesPath 1.14 +6 -1 apachen/htdocs/manual/install.html Index: install.html

cvs commit: apachen CHANGES

1997-08-24 Thread Paul Sutton
pcs 97/08/24 06:15:16 Modified:.CHANGES Log: Revision ChangesPath 1.14 +1 -1 apachen/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apachen/CHANGES,v retrieving

cvs commit: apachen CHANGES

1997-08-24 Thread Paul Sutton
pcs 97/08/24 06:16:29 Modified:.CHANGES Log: Fix accidental commit Revision ChangesPath 1.15 +1 -1 apachen/CHANGES Index: CHANGES === RCS file:

cvs commit: apachen/htdocs/manual/mod core.html

1997-08-24 Thread Paul Sutton
pcs 97/08/24 06:17:57 Modified:htdocs/manual/mod core.html Log: Attempt to clarify relationship between VirtualHost and Listen/BindAddress/Port. PR: 1046 Revision ChangesPath 1.73 +53 -6 apachen/htdocs/manual/mod/core.html Index: core.html

cvs commit: apachen/htdocs/manual/mod core.html

1997-08-24 Thread Paul Sutton
pcs 97/08/24 07:16:05 Modified:htdocs/manual/mod core.html Added: htdocs/manual sections.html Log: Add document explaining how Directory, Location and Files sections are merged. Based on Dean's explanation from PR#586. Link to this doc from the directive descriptions

cvs commit: apachen/src/support Makefile.tmpl httpd_monitor.c

1997-08-23 Thread Paul Sutton
pcs 97/08/23 05:10:44 Modified:src/support Makefile.tmpl Removed: src/support httpd_monitor.c Log: Remove httpd_monitor which now longer works with current scoreboard format, and use of a file for the scoreboard is bad anyway. Revision ChangesPath 1.5

cvs commit: apachen/src/support htdigest.c

1997-08-23 Thread Paul Sutton
pcs 97/08/23 05:11:25 Modified:src/support htdigest.c Log: Fix include path after core to main rename Revision ChangesPath 1.9 +1 -1 apachen/src/support/htdigest.c Index: htdigest.c ===

cvs commit: apachen/src CHANGES

1997-08-23 Thread Paul Sutton
pcs 97/08/23 05:15:33 Modified:src CHANGES Log: Note removal of httpd_monitor and suggest alternative Revision ChangesPath 1.412 +4 -0 apachen/src/CHANGES Index: CHANGES === RCS

cvs commit: apachen/src/os/win32 ApacheModuleAuthAnon.dsp ApacheModuleAuthAnon.mak ApacheModuleCERNMeta.dsp ApacheModuleCERNMeta.mak ApacheModuleDigest.dsp ApacheModuleDigest.mak ApacheModuleExpires.dsp ApacheModuleExpires.mak ApacheModuleHeaders.dsp ApacheModuleHeaders.mak ApacheModuleInfo.dsp ApacheModuleInfo.mak ApacheModuleRewrite.dsp ApacheModuleRewrite.mak ApacheModuleStatus.dsp ApacheModuleStatus.mak ApacheModuleUserTrack.dsp ApacheModuleUserTrack.mak

1997-08-23 Thread Paul Sutton
pcs 97/08/23 07:12:55 Modified:src/modules/proxy ApacheModuleProxy.dsp ApacheModuleProxy.mak src/os/win32 ApacheModuleAuthAnon.dsp ApacheModuleAuthAnon.mak ApacheModuleCERNMeta.dsp

cvs commit: apachen/src/modules/standard mod_negotiation.c

1997-08-23 Thread Paul Sutton
pcs 97/08/23 07:20:36 Modified:src/modules/standard mod_negotiation.c Log: mod_negotiation marks *all* responses (HTTP/1.0) browsers and proxies caching one variant which may not be the correct one for subsequent requests. The issue is that if you are using mod_negotiation

cvs commit: apachen/src/modules/example Makefile

1997-08-23 Thread Paul Sutton
pcs 97/08/23 08:24:44 Modified:src/modules/example Makefile Log: Make it work after core to main directory rename Revision ChangesPath 1.4 +1 -1 apachen/src/modules/example/Makefile Index: Makefile

cvs commit: apachen/src Makefile.tmpl

1997-08-21 Thread Paul Sutton
pcs 97/08/21 01:55:35 Modified:src Makefile.tmpl Log: Pass CC=, RANLIB=, OPTIM= options on make command line to sub-dir Makefiles Submitted By: Martin Kraemer [EMAIL PROTECTED] Reviewed By: Dean Gaudet, Jim Jagielski Revision ChangesPath 1.57 +3 -3

cvs commit: apachen/src CHANGES

1997-08-17 Thread Paul Sutton
+ directory, and modules can come with a Makefile or Configure can + create one. Modules can add compiler or library information to + generated Makefiles. [Paul Sutton] + + *) Source core re-organisation: distibuted modules are now in + modules/standard. All other

cvs commit: apachen/src Configure

1997-08-13 Thread Paul Sutton
pcs 97/08/13 01:52:52 Modified:src Configure Log: If user gives module file source on AddModule line, map onto the object file. Revision ChangesPath 1.132 +1 -0 apachen/src/Configure Index: Configure

cvs commit: apachen/htdocs/manual sourcereorg.html

1997-08-13 Thread Paul Sutton
pcs 97/08/13 01:57:40 Modified:htdocs/manual sourcereorg.html Log: Add instructions for adding a single-file module Revision ChangesPath 1.2 +24 -5 apachen/htdocs/manual/sourcereorg.html Index: sourcereorg.html

cvs commit: apachen/src/modules/extra - New directory

1997-08-13 Thread Paul Sutton
pcs 97/08/13 02:08:47 apachen/src/modules/extra - New directory

cvs commit: apachen/src/modules/extra Makefile.tmpl

1997-08-13 Thread Paul Sutton
pcs 97/08/13 02:09:16 Added: src/modules/extra Makefile.tmpl Log: Default Makefile.tmpl to force Configure to build a Makefile Revision ChangesPath 1.1 apachen/src/modules/extra/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apachen/src/core Makefile.tmpl

1997-08-13 Thread Paul Sutton
pcs 97/08/13 02:28:46 Modified:src Configure src/core Makefile.tmpl Log: Force rebuild if ./Configure is run again. Files in core and modules/* now depend on their local Makefile, so if it is updated they will be rebuilt. Revision ChangesPath

cvs commit: apachen/htdocs/manual install.html new_features_1_3.html

1997-08-11 Thread Paul Sutton
pcs 97/08/11 03:04:44 Modified:htdocs/manual install.html new_features_1_3.html Log: Initial documentation for the new Configure Revision ChangesPath 1.13 +1 -1 apachen/htdocs/manual/install.html Index: install.html

cvs commit: apachen/htdocs/manual sourcereorg.html

1997-08-11 Thread Paul Sutton
pcs 97/08/11 03:07:49 Added: htdocs/manual sourcereorg.html Log: New configure and re-organised sources documentation Revision ChangesPath 1.1 apachen/htdocs/manual/sourcereorg.html Index: sourcereorg.html

cvs commit: apache-site/info apache_nt.html

1997-08-11 Thread Paul Sutton
pcs 97/08/11 04:15:39 Modified:info apache_nt.html Log: Update the hopelessly out-of-date NT file with something soon to be equally hopelessly out of date. Revision ChangesPath 1.5 +25 -0 apache-site/info/apache_nt.html Index: apache_nt.html

cvs commit: apachen/src Configure

1997-08-10 Thread Paul Sutton
pcs 97/08/10 06:29:08 Modified:src Configure Log: Source re-org: new style Configure Revision ChangesPath 1.127 +272 -119 apachen/src/Configure Index: Configure === RCS file:

cvs commit: apachen/src Configuration.tmpl

1997-08-10 Thread Paul Sutton
pcs 97/08/10 06:29:51 Modified:src Configuration.tmpl Log: Source re-org: new style Configuration (Module - AddModule) Revision ChangesPath 1.71 +34 -34apachen/src/Configuration.tmpl Index: Configuration.tmpl

cvs commit: apachen/src/core Makefile.tmpl

1997-08-10 Thread Paul Sutton
pcs 97/08/10 06:30:45 Added: src/core Makefile.tmpl Log: Source re-org: Makefile template (suffix) for the new core dir Revision ChangesPath 1.1 apachen/src/core/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apachen/src/modules/standard mod_auth_db.module

1997-08-10 Thread Paul Sutton
pcs 97/08/10 06:31:18 Added: src/modules/standard mod_auth_db.module Log: Source re-org: module definition file Revision ChangesPath 1.1 apachen/src/modules/standard/mod_auth_db.module Index: mod_auth_db.module

cvs commit: apachen/src/modules/standard mod_auth_dbm.c mod_status.c

1997-08-10 Thread Paul Sutton
pcs 97/08/10 06:32:01 Modified:src/modules/standard mod_auth_dbm.c mod_status.c Log: Source re-org: add information required by Configure for this module Revision ChangesPath 1.22 +16 -0 apachen/src/modules/standard/mod_auth_dbm.c Index: mod_auth_dbm.c

cvs commit: apachen/src/modules/proxy Makefile

1997-08-10 Thread Paul Sutton
pcs 97/08/10 06:32:37 Modified:src/modules/example Makefile src/modules/proxy Makefile Log: Source re-org: refer to new core dir for include files Revision ChangesPath 1.3 +1 -1 apachen/src/modules/example/Makefile Index: Makefile

cvs commit: apachen/src/os/unix Makefile.tmpl os.c os.h

1997-08-10 Thread Paul Sutton
pcs 97/08/10 06:33:20 Added: src/os/unix Makefile.tmpl os.c os.h Log: Source re-org: add dummy OS abstraction files for Unix Revision ChangesPath 1.1 apachen/src/os/unix/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apachen/src Makefile.tmpl

1997-08-10 Thread Paul Sutton
pcs 97/08/10 06:33:59 Modified:src Makefile.tmpl Log: Source re-org: new simplified top-level makefile suffix Revision ChangesPath 1.55 +29 -118 apachen/src/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apachen/src/modules/standard Makefile.tmpl

1997-08-10 Thread Paul Sutton
pcs 97/08/10 07:15:02 Added: src/modules/standard Makefile.tmpl Log: Source re-org: Makefile suffix for standard modules Revision ChangesPath 1.1 apachen/src/modules/standard/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apachen/src/support Makefile.tmpl

1997-07-26 Thread Paul Sutton
pcs 97/07/26 14:08:09 Modified:src Configure Makefile.tmpl Log: Source re-organisation. Configure can get module info from source file or separet file for binary modules. Revision ChangesPath 1.123 +290 -108 apachen/src/Configure Index: Configure

cvs commit: apachen/src Configure

1997-07-26 Thread Paul Sutton
pcs 97/07/26 14:09:45 Modified:src Configure Log: Remove check for gdbm (added by mistake) Revision ChangesPath 1.124 +0 -2 apachen/src/Configure Index: Configure === RCS file:

cvs commit: apachen/src Configuration.tmpl

1997-07-26 Thread Paul Sutton
pcs 97/07/26 14:12:13 Modified:src Configuration.tmpl Log: AddModule replaces Module in new Configure Revision ChangesPath 1.68 +35 -35apachen/src/Configuration.tmpl Index: Configuration.tmpl

cvs commit: apachen/src Configuration.tmpl

1997-07-26 Thread Paul Sutton
pcs 97/07/26 14:14:54 Modified:src Configuration.tmpl Log: Bummer. Remove -lbind accidently commited Revision ChangesPath 1.69 +1 -1 apachen/src/Configuration.tmpl Index: Configuration.tmpl

cvs commit: apachen/src/modules/standard Makefile.tmpl

1997-07-26 Thread Paul Sutton
pcs 97/07/26 14:15:37 Added: src/modules/standard Makefile.tmpl Log: Add dependencies for standard modules dir, required to trigger Makefile generation Revision ChangesPath 1.1 apachen/src/modules/standard/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apachen/src/modules/standard mod_auth_db.module

1997-07-26 Thread Paul Sutton
pcs 97/07/26 14:25:15 Added: src/modules/standard mod_auth_db.module Log: Example of a module definition file - intended for use when module is distributed as a binary. Revision ChangesPath 1.1 apachen/src/modules/standard/mod_auth_db.module

cvs commit: apachen/src/modules/standard mod_auth_dbm.c

1997-07-26 Thread Paul Sutton
pcs 97/07/26 14:26:46 Modified:src/modules/standard mod_auth_dbm.c Log: Example of building information required by Configure into the module source Revision ChangesPath 1.20 +17 -0 apachen/src/modules/standard/mod_auth_dbm.c Index: mod_auth_dbm.c

cvs commit: apachen/src Configure

1997-07-26 Thread Paul Sutton
pcs 97/07/26 14:31:23 Modified:src Configure Log: Remove knowledge about module requirements from Configure. Modules now supply this information themselves. Revision ChangesPath 1.125 +0 -27 apachen/src/Configure Index: Configure

cvs commit: apachen/src/modules/standard mod_status.c

1997-07-26 Thread Paul Sutton
pcs 97/07/26 14:44:41 Modified:src/modules/standard mod_status.c Log: Add info to get Configure to add -DSTATUS Revision ChangesPath 1.55 +16 -0 apachen/src/modules/standard/mod_status.c Index: mod_status.c

cvs commit: apache-devsite styleguide.html

1997-07-16 Thread Paul Sutton
pcs 97/07/16 03:15:49 Modified:. styleguide.html Log: Update indent options Revision ChangesPath 1.3 +1 -1 apache-devsite/styleguide.html Index: styleguide.html === RCS file:

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

1997-07-11 Thread Paul Sutton
pcs 97/07/11 06:01:21 Modified:htdocs/manual/misc Tag: APACHE_1_2_X known_bugs.html Log: Bring known bugs in 1_2_X up-to-date from HEAD Revision ChangesPath No revision No revision 1.14.2.5 +43 -11

cvs commit: apache-devsite styleguide.html

1997-07-09 Thread Paul Sutton
Guide/TITLE /HEADBODY ! H1Apache Developers' C Language Style Guide/H2 BCompiled by Paul Sutton A HREF=mailto:[EMAIL PROTECTED][EMAIL PROTECTED]/A/B. Based on a vote --- 2,8 TITLEApache Developers' C Language Style Guide/TITLE /HEADBODY ! H1Apache

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

1997-06-12 Thread Paul Sutton
pcs 97/06/12 02:35:50 Modified:htdocs/manual/misc known_bugs.html Log: Remove all old fixed bugs. Add some real 1.2 bugs. Revision ChangesPath 1.17 +59 -258 apache/htdocs/manual/misc/known_bugs.html Index: known_bugs.html

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

1997-06-12 Thread Paul Sutton
pcs 97/06/12 07:05:32 Modified:htdocs/manual/misc known_bugs.html Log: Ooops, fix links to the real public bugdb.cgi Revision ChangesPath 1.18 +4 -4 apache/htdocs/manual/misc/known_bugs.html Index: known_bugs.html

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

1997-06-09 Thread Paul Sutton
pcs 97/06/09 07:17:29 Modified:htdocs/manual/misc Tag: APACHE_1_2_X known_bugs.html Log: Add content negotiation known bug Revision ChangesPath No revision No revision 1.14.2.1 +13 -1

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

1997-06-09 Thread Paul Sutton
pcs 97/06/09 07:42:13 Modified:htdocs/manual/misc Tag: APACHE_1_2_X compat_notes.html Log: remove out-of-date compat note Revision ChangesPath No revision No revision 1.7.2.1 +0 -12

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

1997-06-07 Thread Paul Sutton
pcs 97/06/07 05:22:06 Modified:htdocs/manual/misc compat_notes.html Log: Remove an invalid compat. note about AddType only taking a single extension which must not have a dot (PR#489) Revision ChangesPath 1.8 +0 -12

cvs commit: apache/htdocs/manual/mod mod_mime.html

1997-06-07 Thread Paul Sutton
pcs 97/06/07 05:27:51 Modified:htdocs/manual/mod mod_mime.html Log: Document AddHandler can be used with multiple extensions (like the other Add* directives). Remove ... around AddHandler, ForceType and SetHandler syntax. Revision ChangesPath 1.12 +4 -4

cvs commit: apache KEYS

1997-06-05 Thread Paul Sutton
- + + Type Bits/KeyIDDate User ID + pub 1024/2F90A69D 1997/02/24 Paul Sutton [EMAIL PROTECTED] + + -BEGIN PGP PUBLIC KEY BLOCK- + Version: 2.6.3ia + + mQCNAzMRsB0AAAEEAKj2XYYEGcZhT69x4gskQ3xz+KMTLn7gKSqqcyyeinJ0ZjLl + 6AJjb1/68nGsF+IIY+IJS

cvs commit: apache-site/contributors index.html

1997-05-15 Thread Paul Sutton
pcs 97/05/15 10:13:35 Modified:contributors index.html Log: Added my entry as suggested by Roy. Revision ChangesPath 1.7 +18 -0 apache-site/contributors/index.html Index: index.html ===

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

1997-04-18 Thread Paul Sutton
pcs 97/04/18 13:42:20 Modified:htdocs/manual/misc FAQ.html Log: Two cookies questions Revision ChangesPath 1.25 +58 -1 apache/htdocs/manual/misc/FAQ.html Index: FAQ.html === RCS file:

cvs commit: apache/htdocs/manual new_features_1_2.html

1997-04-18 Thread Paul Sutton
pcs 97/04/18 14:45:58 Modified:htdocs/manual new_features_1_2.html Log: Remove to be documented on vhost enhancements. Mention _default_ as a new feature. Revision ChangesPath 1.26 +4 -4 apache/htdocs/manual/new_features_1_2.html Index:

cvs commit: apache/htdocs/manual/mod core.html

1997-04-18 Thread Paul Sutton
pcs 97/04/18 14:55:12 Modified:htdocs/manual/mod core.html Log: Explain Satisfy directive. Revision ChangesPath 1.47 +12 -2 apache/htdocs/manual/mod/core.html Index: core.html === RCS

cvs commit: apache/htdocs/manual/mod mod_include.html

1997-04-18 Thread Paul Sutton
pcs 97/04/18 15:13:51 Modified:htdocs/manual/mod mod_include.html Log: Provide information on enabling SSI files. Document how to enable SSI using a handler name, and relegate the magic mime types to back-compat. status. Revision ChangesPath 1.7 +28 -5

cvs commit: apache/htdocs/manual/mod mod_include.html

1997-04-18 Thread Paul Sutton
pcs 97/04/18 15:19:59 Modified:htdocs/manual/mod mod_include.html Log: Forgot to mention XBitHack as a method of enabling SSI. Update docs for this directive to state it only applies to text/html files. Revision ChangesPath 1.8 +6 -0

cvs commit: apache/htdocs/manual/mod core.html

1997-04-16 Thread Paul Sutton
pcs 97/04/16 02:09:35 Modified:htdocs/manual/mod core.html Log: Put ClearModuleList in correct place. Submitted By: [EMAIL PROTECTED] Revision ChangesPath 1.46 +11 -11apache/htdocs/manual/mod/core.html Index: core.html

cvs commit: apache/htdocs/manual/mod mod_auth_anon.html

1997-04-16 Thread Paul Sutton
pcs 97/04/16 02:13:05 Modified:htdocs/manual/mod mod_auth_anon.html Log: Add missing link targets [EMAIL PROTECTED] Module is not compiled in by default. Update directive descriptions to use standard manual page format. Revision ChangesPath 1.5 +71 -38

cvs commit: apache/htdocs/manual/mod directives.html

1997-04-16 Thread Paul Sutton
pcs 97/04/16 02:50:17 Modified:htdocs/manual/mod directives.html Log: Add ScoreBoardFile, add .. to IfModule Submitted By: [EMAIL PROTECTED] Revision ChangesPath 1.17 +2 -1 apache/htdocs/manual/mod/directives.html Index: directives.html

cvs commit: apache/htdocs/manual/mod directives.html mod_env.html

1997-04-16 Thread Paul Sutton
pcs 97/04/16 05:21:10 Modified:htdocs/manual/mod directives.html mod_env.html Log: Document UnsetEnv. Fix documented syntax of SetEnv. Revision ChangesPath 1.18 +1 -0 apache/htdocs/manual/mod/directives.html Index: directives.html

cvs commit: apache/htdocs/manual handler.html

1997-04-16 Thread Paul Sutton
pcs 97/04/16 05:43:21 Modified:htdocs/manual handler.html Log: Add missing Submitted by: [EMAIL PROTECTED] Revision ChangesPath 1.7 +1 -1 apache/htdocs/manual/handler.html Index: handler.html

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

1997-04-15 Thread Paul Sutton
pcs 97/04/15 06:31:11 Modified:htdocs/manual/misc compat_notes.html Log: Add note that Apache pre-1.2 ignores last line when final newline is missing. Apparently NCSA does not ignore the final line in this situation. Revision ChangesPath 1.5 +6 -0

cvs commit: apache/htdocs/manual/mod mod_log_config.html

1997-03-28 Thread Paul Sutton
pcs 97/03/28 07:16:16 Modified:htdocs/manual/mod mod_log_config.html Log: Fix ELF format Revision ChangesPath 1.15 +1 -1 apache/htdocs/manual/mod/mod_log_config.html Index: mod_log_config.html

cvs commit: apache/src Configure

1997-02-06 Thread Paul Sutton
pcs 97/02/06 06:09:56 Modified:src Configure Log: Reviewed by: Brian Behlendorf, Chuck Murcko, Roy T. Fielding Auto-create a Makefile in the support directory: update Configure to write out the configured information to Makefile.config then prepend that to the

cvs commit: apache/htdocs/manual content-negotiation.html

1997-01-28 Thread Paul Sutton
pcs 97/01/28 07:38:15 Modified:htdocs/manual content-negotiation.html Log: Typos and other minor mistakes Revision ChangesPath 1.6 +25 -26apache/htdocs/manual/content-negotiation.html Index: content-negotiation.html

cvs commit: apache/htdocs/manual content-negotiation.html

1996-12-20 Thread Paul Sutton
pcs 96/12/20 08:13:15 Modified:htdocs/manual content-negotiation.html Log: Expand documentation of content negotiation for Apache 1.2 including HTTP/1.1 stuff. Document the algorithm apache uses to choose a variant. Revision ChangesPath 1.5 +304 -97

cvs commit: apache/htdocs/manual/mod core.html

1996-11-30 Thread Paul Sutton
pcs 96/11/30 08:53:30 Modified:htdocs/manual new_features_1_2.html htdocs/manual/mod core.html Log: Document Options +/- stuff. Remove duplicate what's new section about mod_headers Revision ChangesPath 1.8 +8 -7

cvs commit: apache/htdocs/manual/mod mod_alias.html

1996-11-27 Thread Paul Sutton
pcs 96/11/27 01:30:52 Modified:htdocs/manual/mod mod_alias.html Log: Document the Redirect [ temp | permanent | seeother | gone ] ... format of Redirect directive. Revision ChangesPath 1.4 +26 -4 apache/htdocs/manual/mod/mod_alias.html Index:

cvs commit: apache/htdocs/manual new_features_1_2.html

1996-11-27 Thread Paul Sutton
pcs 96/11/27 01:37:12 Modified:htdocs/manual new_features_1_2.html Log: Add mod_headers and new redirect options to the new in 1.2 page Revision ChangesPath 1.4 +10 -0 apache/htdocs/manual/new_features_1_2.html Index: new_features_1_2.html

cvs commit: apache/htdocs/manual/mod mod_negotiation.html

1996-11-26 Thread Paul Sutton
pcs 96/11/26 01:23:52 Modified:htdocs/manual/mod mod_negotiation.html Log: Replace magic mime type with handler name Add notes to CacheNegotiatedDocs and LanguagePriority about HTTP/1.1 Revision ChangesPath 1.3 +23 -13

cvs commit: apache/src mod_negotiation.c

1996-10-29 Thread Paul Sutton
pcs 96/10/29 07:23:05 Modified:src mod_negotiation.c Log: Reviewed By: Brian Behlendorf, Jim Jagielski Update mod_negotation.c to support variants with multiple language types. Languages can either be obtained from file extensions (eg foo.fr.en.html) or on the