cvs commit: apache-1.3/src/main http_log.c

1998-10-23 Thread marc
marc98/10/22 17:34:21 Modified:src/main http_log.c Log: apache -- Apache in log message. Revision ChangesPath 1.73 +1 -1 apache-1.3/src/main/http_log.c Index: http_log.c === RCS file:

cvs commit: apache-1.3/src CHANGES Configure

1998-10-23 Thread rse
rse 98/10/22 23:50:39 Modified:src CHANGES Configure Log: Add DSO support for UnixWare 7 platform. PS: Actually I merged all UnixWare DSO cases into one because DSO linker/compiler flags for all UnixWare 2.x and 7.x versions are identical. Revision Changes

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

1998-10-23 Thread rse
rse 98/10/23 00:43:09 Modified:htdocs/manual/misc perf-hp.html Log: Add hint to HP performance tuning document on authors request. Submitted by: rick jones [EMAIL PROTECTED] PR: 3214 Revision ChangesPath 1.5 +4 -0

cvs commit: apache-1.3/src CHANGES

1998-10-23 Thread rse
rse 98/10/23 01:12:06 Modified:src CHANGES Log: Ops, I missed Ron Records similar fix in his UnixWare 7 patch. So give him credit, too. Revision ChangesPath 1.1118+1 -1 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src/modules/standard mod_auth_db.c

1998-10-23 Thread rse
rse 98/10/23 01:15:01 Modified:src CHANGES src/modules/standard mod_auth_db.c Log: Fix Berkeley-DB/2.x support in mod_auth_db: The data structures were not initialized correctly and the db_open() call used an invalid mode parameter. Because compare

cvs commit: apache-1.3/src/modules/standard mod_imap.c

1998-10-23 Thread rse
rse 98/10/23 01:32:30 Modified:src CHANGES src/modules/standard mod_imap.c Log: Fix multiple whitespace handling in imagemaps for mod_imap which was broken since Apache 1.3.1 where we took out compressing of multiple spaces in ap_cfg_getline().

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

1998-10-23 Thread coar
coar98/10/23 08:14:14 Modified:htdocs/manual/misc howto.html Log: Add a 'howto' item submitted in April of 1998 (ouch!). Submitted by: David Sedlock [EMAIL PROTECTED] Reviewed by: Ken Coar Revision ChangesPath 1.10 +42 -0

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

1998-10-23 Thread coar
coar98/10/23 11:46:14 Modified:htdocs/manual/misc FAQ.html Log: Change the FastCGI URL to which the FAQ points; use the site's main page instead of a stale one. Submitted by: Marc Mengel [EMAIL PROTECTED] Reviewed by: Ken Coar Revision ChangesPath

cvs commit: apache-1.3/src/main http_core.c util.c

1998-10-23 Thread coar
coar98/10/23 12:06:29 Modified:src CHANGES src/main http_core.c util.c Log: Fix some more Win32-only problems: treat {.*/}nul on Win32 the way we do /dev/null on Unix, and mention the inapplicability of the User directive if encountered

cvs commit: apache-1.3/src/modules/standard mod_mime.c

1998-10-23 Thread coar
coar98/10/23 12:28:54 Modified:.STATUS src CHANGES src/modules/standard mod_mime.c Log: Allow selective dissociation of handlers from file extensions. PR: 1799 Submitted by: Ryan Bloom [EMAIL PROTECTED] Reviewed

cvs commit: apache-1.3/src/main http_core.c

1998-10-23 Thread coar
coar98/10/23 13:07:40 Modified:src CHANGES src/main http_core.c Log: Fix problem with config parser not noticing if a container start line was missing the closing ''. PR: 3279 Submitted by: Ryan Bloom [EMAIL PROTECTED]