cvs commit: apache/src mod_negotiation.c

1996-10-25 Thread Paul Sutton
pcs 96/10/25 07:58:43 Modified:src mod_negotiation.c Log: Fixed bug in type-map processing which meant it was no longer ignoring any initial line giving the URI of the negotiable resource. Also stopping a Content-Type line on its own from being treated as a variant wi

cvs commit: apache/src http_protocol.c httpd.h mod_mime.c

1996-10-28 Thread Paul Sutton
pcs 96/10/28 08:05:49 Modified:src http_protocol.c httpd.h mod_mime.c Log: Reviewed By: Brian Behlendorf, Dirk vanGulik Allow each resource to have more than one content-language associated with it. Update mod_mime to allow files to have multiple language extensions

cvs commit: apache/src mod_negotiation.c

1996-10-28 Thread Paul Sutton
pcs 96/10/28 08:28:18 Modified:src mod_negotiation.c Log: Bug fixes for Holtman transparent negotiation implementation. Not active unless compiled with #define HOLTMAN (see comments in the code). Protocol bugs noticed and patched by Koen Holtman. Bugs fixed are:

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 Cont

cvs commit: apache/src mod_headers.c Configuration.tmpl

1996-11-01 Thread Paul Sutton
pcs 96/11/01 06:59:52 Modified:src Configuration.tmpl Added: src mod_headers.c Log: Reviewed by: Mark Cox <[EMAIL PROTECTED]> Add the headers module Revision ChangesPath 1.48 +6 -1 apache/src/Configuration.tmpl Index: Configurat

cvs commit: apache/src mod_alias.c

1996-11-04 Thread Paul Sutton
pcs 96/11/04 01:34:05 Modified:src mod_alias.c Log: Reviewed-by: Chuck Murcko, Mark Cox Add NCSA-compatible RedirectTemp and RedirectPermanent directives. Also allow 410 Gone status with "Redirect URL gone". Revision ChangesPath 1.10 +26 -12apach

cvs commit: apache/src http_core.c http_core.h

1996-11-04 Thread Paul Sutton
pcs 96/11/04 01:43:08 Modified:src http_core.c http_core.h Log: Reviewed-by: Brian Behlendorf, Mark Cox, Chuck Murcko Allow options to be set/unset individually, rather than replacing existing options settings. Used as: "Options +Indexes -Multiviews", etc. Revis

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

1996-11-25 Thread Paul Sutton
pcs 96/11/25 03:54:11 Added: htdocs/manual/mod mod_headers.html Log: Add documentation for the new headers module (mod_headers)

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

1996-11-25 Thread Paul Sutton
pcs 96/11/25 05:56:40 Modified:htdocs/manual/mod directives.html index.html Log: Link to mod_headers documentation from lists of modules and directives Revision ChangesPath 1.2 +1 -0 apache/htdocs/manual/mod/directives.html Index: directives.html ==

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

1996-11-26 Thread Paul Sutton
pcs 96/11/26 01:21:41 Modified:htdocs/manual/mod mod_log_config.html Log: Document the Common Log Format Document the new % directives (p, P, T, {}n) Explain how to use multiple log files w/vhosts Expand CustomLog definition Add compat. note about CookieLog Revision

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 -13apache/htdocs/manual/mod/mod_negotiat

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: mod_a

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 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 apache/htdocs/manual/new_

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

1996-11-30 Thread Paul Sutton
pcs 96/11/30 09:06:41 Modified:htdocs/manual/mod core.html Log: Fix various typos. Put directives in alphabetic order. Put 's between directives. Remove documentation about %s in ErrorDocument ". Update default MaxClients to 256. Revision ChangesPath 1.9 +1

cvs commit: apache/htdocs/manual multilogs.html new_features_1_2.html

1996-12-02 Thread Paul Sutton
pcs 96/12/02 01:46:42 Modified:htdocs/manual new_features_1_2.html Added: htdocs/manual multilogs.html Log: Document use of multiple logs as a what's new item Revision ChangesPath 1.13 +2 -2 apache/htdocs/manual/new_features_1_2.html Index: ne

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 apache/

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/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 Mak

cvs commit: apache/support Makefile.tmpl Makefile

1997-02-06 Thread Paul Sutton
pcs 97/02/06 06:12:47 Added: support Makefile.tmpl Removed: support Makefile Log: Reviewed by: Brian Behlendorf, Chuck Murcko, Roy T. Fielding Auto-create a Makefile in the support directory: remove the old static Makefile and add a template Makefile.tmpl whic

cvs commit: apache/htdocs/manual install.html

1997-02-19 Thread Paul Sutton
pcs 97/02/19 01:55:17 Modified:htdocs/manual install.html Log: Expanded the compile and install documentation. Added description of starting and stopping httpd Revision ChangesPath 1.5 +217 -96 apache/htdocs/manual/install.html Index: install.html ==

cvs commit: apache/htdocs/manual new_features_1_2.html

1997-02-20 Thread Paul Sutton
pcs 97/02/20 02:40:26 Modified:htdocs/manual new_features_1_2.html Log: Add NCSA compat. as feature Revision ChangesPath 1.25 +21 -4 apache/htdocs/manual/new_features_1_2.html Index: new_features_1_2.html ==

cvs commit: apache/support htpasswd.1 httpd.8 httpd.1m

1997-02-20 Thread Paul Sutton
pcs 97/02/20 02:52:34 Added: support htpasswd.1 httpd.8 Removed: support httpd.1m Log: Moved httpd manual page to section 8. Updated it to not prefer inetd and to include all current command line arguments. Added manual page for htpasswd.

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/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 apache

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 -38a

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/mod mod_dir.html

1997-04-16 Thread Paul Sutton
pcs 97/04/16 05:40:32 Modified:htdocs/manual/mod mod_dir.html Log: Fix description of DirectoryIndex to explain that a directory index will only be returned if Options +Indexes is set. Revision ChangesPath 1.4 +11 -7 apache/htdocs/manual/mod/mod_dir.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 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: new_feature

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 f

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

1997-04-18 Thread Paul Sutton
pcs 97/04/18 15:01:14 Modified:htdocs/manual/mod mod_usertrack.html Log: Fix typos Revision ChangesPath 1.9 +7 -8 apache/htdocs/manual/mod/mod_usertrack.html Index: mod_usertrack.html =

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 apache/htdocs/manual

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

1997-04-21 Thread Paul Sutton
pcs 97/04/21 13:21:49 Modified:htdocs/manual/misc FAQ.html Log: Question about PUT support in Apache. Revision ChangesPath 1.29 +18 -1 apache/htdocs/manual/misc/FAQ.html Index: FAQ.html =

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

1997-04-21 Thread Paul Sutton
pcs 97/04/21 13:36:32 Modified:htdocs/manual/mod core.html Log: Satisfy not allowed in server config contexts (PR#422) Revision ChangesPath 1.48 +1 -1 apache/htdocs/manual/mod/core.html Index: core.html ===

cvs commit: apache-site/contributors index.html

1997-05-15 Thread Paul Sutton
Cliff Skolnick    Solaris porting. Garey Smiley    OS/2 ports. Adam Sussman    Various patches. + Paul Sutton    Documention writing, code hacking, bug fixing Randy Terbush    Logo design, bugfixes, NetBSD, BSDI & SunOS porting. Robert Thau    Designed and implemented mo

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+I

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

1997-06-07 Thread Paul Sutton
pcs 97/06/07 05:07:52 Modified:htdocs/manual/misc known_bugs.html Log: Document the content-negotiation bug in 1.2 (see PR#94) and link to a patch which should fix it. Revision ChangesPath 1.15 +14 -2 apache/htdocs/manual/misc/known_bugs.html Index: k

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 apache/htdocs/manual/misc/compat_notes.

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/htdocs/manual/mod mod_mime.html

1997-06-07 Thread Paul Sutton
pcs 97/06/07 05:53:02 Modified:htdocs/manual/mod mod_mime.html Log: Update the summary part of mod_mime documentation to: - not state that extensions must be given in a particular order - mention assigning of handlers and use of info in content-negotiation - mention

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 apache/htdocs

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 apache/htdocs/

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

1997-06-09 Thread Paul Sutton
pcs 97/06/09 07:46:05 Modified:htdocs/manual/mod Tag: APACHE_1_2_X mod_mime.html Log: Update summary and syntax Revision ChangesPath No revision No revision 1.11.2.1 +41 -19apache/htdocs/manual/mod

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-devsite styleguide.html

1997-07-09 Thread Paul Sutton
Style Guide ! Apache Developers' C Language Style Guide Compiled by Paul Sutton mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]. Based on a vote --- 2,8 Apache Developers' C Language Style Guide ! Apache Developers' C Language Style Gui

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 -11apache/htdoc

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/mod mod_dll.html

1997-07-26 Thread Paul Sutton
pcs 97/07/26 13:44:02 Modified:htdocs/manual/mod mod_dll.html Log: Itsy HTML typo Revision ChangesPath 1.2 +1 -1 apache/htdocs/manual/mod/mod_dll.html Index: mod_dll.html === RCS file

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: /ex

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: 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: /export/ho

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/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/regex regex.mak

1997-08-13 Thread Paul Sutton
pcs 97/08/13 01:37:43 Modified:src Apache.dsp Apache.mak ApacheCore.dsp ApacheCore.mak Makefile.nt src/core alloc.h http_main.c src/modules/proxy ApacheModuleProxy.dsp ApacheModuleProxy.mak proxy_ftp.c

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 1

cvs commit: apachen/src/support htdigest.c

1997-08-15 Thread Paul Sutton
pcs 97/08/15 01:29:16 Modified:src/support htdigest.c Log: Fix relative include pathname after source re-org Revision ChangesPath 1.8 +1 -1 apachen/src/support/htdigest.c Index: htdigest.c =

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 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/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 +1

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 fil

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 ApacheModuleCERN

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/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 sourcereorg.html

1997-08-24 Thread Paul Sutton
pcs 97/08/24 05:33:37 Modified:htdocs/manual sourcereorg.html Log: Document core -> main rename Revision ChangesPath 1.4 +1 -1 apachen/htdocs/manual/sourcereorg.html Index: sourcereorg.html

cvs commit: apachen/src CHANGES

1997-08-24 Thread Paul Sutton
GES === RCS file: /export/home/cvs/apachen/src/CHANGES,v retrieving revision 1.414 retrieving revision 1.415 diff -u -r1.414 -r1.415 --- CHANGES 1997/08/24 02:51:32 1.414 +++ CHANGES 1997/08/24 12:44:29 1.415 @@ -112,7 +112,7 @@ generated Makefiles. [Paul Sut

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 revisi

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: /export/home/cvs/apachen/CHANGES,

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/os/unix Makefile.tmpl

1997-09-03 Thread Paul Sutton
pcs 97/09/03 01:30:08 Modified:src Configure Makefile.tmpl src/main Makefile.tmpl src/os/unix Makefile.tmpl Log: Build sub-directories into libraries. Do not use object dependencies in src/Makefile. Make clean propagated to all sub-dirs.

  1   2   >