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

1998-06-08 Thread Marc Slemko
On 3 Jun 1998 [EMAIL PROTECTED] wrote: rse 98/06/03 05:12:12 Modified:src CHANGES src/modules/standard mod_rewrite.c Log: Fix recently introduced Win32 child spawning code in mod_rewrite.c which was broken because of invalid ap_pstrcat() - strcat()

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

1998-06-08 Thread dgaudet
dgaudet 98/06/07 22:32:24 Modified:src CHANGES src/modules/standard mod_unique_id.c Log: fix mod_unique_id to work with 64-bit time_t Submitted by: Alvaro Martinez Echevarria [EMAIL PROTECTED] Revision ChangesPath 1.894 +4 -0

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

1998-06-08 Thread dgaudet
dgaudet 98/06/07 22:39:56 Modified:src CHANGES src/main alloc.c Log: fix typo Submitted by: Alvaro Martinez Echevarria Revision ChangesPath 1.895 +2 -0 apache-1.3/src/CHANGES Index: CHANGES

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

1998-06-08 Thread dgaudet
dgaudet 98/06/07 23:09:53 Modified:src CHANGES src/modules/standard mod_usertrack.c Log: don't hammer the hostname... it's a constant string... note I changed the cookie format to include the FQDN, I don't see why it doesn't include the FQDN. PR:

cvs commit: apache-1.3/src CHANGES

1998-06-08 Thread dgaudet
dgaudet 98/06/07 23:26:15 Modified:src CHANGES Log: PR#2229 same problem as 2366 Revision ChangesPath 1.897 +1 -1 apache-1.3/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache-1.3/src/modules/proxy proxy_connect.c proxy_ftp.c proxy_http.c

1998-06-08 Thread martin
martin 98/06/08 07:23:51 Modified:src/modules/proxy proxy_connect.c proxy_ftp.c proxy_http.c Log: Globally replaced HTTP/1.0 return codes by HTTP/1.1 ones. (proxy only) Revision ChangesPath 1.29 +2 -2 apache-1.3/src/modules/proxy/proxy_connect.c Index:

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

1998-06-08 Thread brian
brian 98/06/08 09:25:37 Modified:htdocs/manual/mod core.html Log: D'oh! Revision ChangesPath 1.123 +1 -1 apache-1.3/htdocs/manual/mod/core.html Index: core.html === RCS file:

cvs commit: apache-1.3/htdocs/manual/vhosts host.html

1998-06-08 Thread brian
brian 98/06/08 09:28:37 Modified:htdocs/manual/vhosts host.html Log: Fix link. Revision ChangesPath 1.5 +1 -1 apache-1.3/htdocs/manual/vhosts/host.html Index: host.html === RCS file:

cvs commit: apache-1.3/src/helpers GuessOS

1998-06-08 Thread brian
brian 98/06/08 10:04:03 Modified:src/helpers GuessOS Log: Based on private mail with [EMAIL PROTECTED] (Bill Houle), where he said (quoting me) On Jun 7, 11:52am, Brian Behlendorf wrote: } I can't see why you'd ever want $MACHINE to be variable since } all NCR boxes are

cvs commit: apache-1.3/src Configure

1998-06-08 Thread dgaudet
dgaudet 98/06/08 11:06:47 Modified:src Configure Log: tsk tsk brian. update to take into account brian's latest change to ncr. Revision ChangesPath 1.265 +1 -1 apache-1.3/src/Configure Index: Configure

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

1998-06-08 Thread martin
martin 98/06/08 12:05:15 Modified:htdocs/manual/mod mod_proxy.html Log: Add some more background info about mod_proxy's behaviour; e.g., that CacheRoot effectively enables cacheing Revision ChangesPath 1.39 +18 -4 apache-1.3/htdocs/manual/mod/mod_proxy.html

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

1998-06-08 Thread martin
martin 98/06/08 12:47:12 Modified:htdocs/manual/misc custom_errordocs.html Log: Update the document to include information about the new ERROR_NOTES variable Revision ChangesPath 1.5 +52 -15apache-1.3/htdocs/manual/misc/custom_errordocs.html Index:

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

1998-06-08 Thread dgaudet
dgaudet 98/06/08 13:32:18 Modified:src/main http_main.c Log: another tiny bit of fallout from the int - ap_wait_t change. Submitted by: Dave Dykstra [EMAIL PROTECTED] Revision ChangesPath 1.362 +1 -1 apache-1.3/src/main/http_main.c Index: http_main.c

cvs commit: apache-1.3/src/helpers findprg.sh

1998-06-08 Thread dgaudet
dgaudet 98/06/08 13:36:17 Modified:src/helpers findprg.sh Log: tweak to ralf's recent change which looks for gawk/nawk... it did things in the wrong order -- so it would still use awk if it was in an earlier path rather than preferring gawk/nawk. PR: 2319