Re: cvs commit: apache-1.3/cgi-bin printenv

1999-11-24 Thread Marc Slemko
On 24 Nov 1999 [EMAIL PROTECTED] wrote: 4. make sure very large lines (usually from $PATH) do not destroy the total optical view on the table by cutting values and replacing the missing stuff with [...]. Erm... this makes it less useful. If there is a long variable, then it is

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

1998-07-04 Thread Marc Slemko
On 3 Jul 1998 [EMAIL PROTECTED] wrote: coar98/07/03 13:06:02 Modified:src CHANGES src/main http_core.c Log: Fix Limit parsing; GET and get are distinct methods. Note that this introduces a security problem in that many users use something other

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

1998-06-13 Thread Marc Slemko
On 13 Jun 1998 [EMAIL PROTECTED] wrote: Index: CHANGES === RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v retrieving revision 1.912 retrieving revision 1.913 diff -u -r1.912 -r1.913 --- CHANGES

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()

Re: cvs commit: apache-1.3 Makefile.tmpl

1998-04-14 Thread Marc Slemko
On 14 Apr 1998 [EMAIL PROTECTED] wrote: +# install the Apache C header files +install-include: + @echo === [include: Installing Apache C header files] + $(CP) $(SRC)/include/*.h $(includedir)/ + osdir=`grep '^OSDIR' $(SRC)/Makefile.config | sed -e 's:^OSDIR=::'`; \ +

Re: cvs commit: apache-1.3/src/test zb.c

1998-03-16 Thread Marc Slemko
On Mon, 16 Mar 1998, Ralf S. Engelschall wrote: rse 98/03/16 07:23:25 Modified:src/test zb.c Log: Argl, ZeusBench is such a useful utility, but the author seems to come from VMS or DOS land: Options after arguments :-( We are in Unix land, so make ZeusBench interface

Re: cvs commit: apache-2.0/docs stacked_io

1998-03-08 Thread Marc Slemko
On 8 Mar 1998 [EMAIL PROTECTED] wrote: +[djg: I'd like to consider filesystem metadata as well -- we only need +a few bits of metadata to do HTTP: file size and last modified. We +need an etag generation function, it is specific to the filters in +use. You see, I'm envisioning a

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

1998-02-15 Thread Marc Slemko
On 15 Feb 1998 [EMAIL PROTECTED] wrote: +LISTRONGWin32 only/STRONG Apache requires the file +CODEMSVCRT.EXE/CODE to run. This is a Microsoft Erm... you mean .DLL, no? +redistributable file required for all C programs compiled by +MSVC++. Many other programs will require

Re: cvs commit: apache-devsite todo.html

1998-01-12 Thread Marc Slemko
On 12 Jan 1998 [EMAIL PROTECTED] wrote: pcs 98/01/12 06:27:36 Modified:.todo.html Log: Umm, the is pretty redundand. The bugdb does all this tracking much better. I was going to just remove the bits I've done, but I've also cleaned out some other items which

Re: cvs commit: apache-devsite commitpolicies.html

1998-01-09 Thread Marc Slemko
On 9 Jan 1998 [EMAIL PROTECTED] wrote: brian 98/01/09 14:59:29 Added: .commitpolicies.html Log: Revision ChangesPath 1.1 apache-devsite/commitpolicies.html Index: commitpolicies.html

Re: cvs commit: apache/src/modules/proxy proxy_cache.c

1998-01-05 Thread Marc Slemko
This commit on proxy_cache.c: revision 1.13.2.2 date: 1998/01/05 20:58:46; author: marc; state: Exp; lines: +9 -7 Fix core dump in the ftp proxy when reading incorrectly formatted directory listings. PR: Obtained from: Submitted by: Reviewed by:Martin

Re: cvs commit: apachen/src/main http_request.c

1997-12-31 Thread Marc Slemko
On 31 Dec 1997 [EMAIL PROTECTED] wrote: dgaudet 97/12/31 13:39:27 Modified:src/main http_request.c Log: change comment Revision ChangesPath 1.96 +3 -3 apachen/src/main/http_request.c Index: http_request.c

Re: cvs commit: apachen/src/main alloc.c

1997-12-07 Thread Marc Slemko
On 7 Dec 1997 [EMAIL PROTECTED] wrote: ben 97/12/07 13:28:49 Modified:src CHANGES src/main alloc.c Log: Cure filehandle leak in Win32 CGI. PR: 1523 Submitted by: Peter Tillemans [EMAIL PROTECTED] Revision ChangesPath 1.523

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

1997-09-06 Thread Marc Slemko
marc97/09/06 17:27:45 Modified:htdocs/manual/misc fin_wait_2.html Log: Update the fin_wait_2 page to reflect the current understanding of the issues; remove the suggestion that Apache is buggy, since no bugs have been found in that code. It now appears most likely that it

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

1997-09-06 Thread Marc Slemko
marc97/09/06 17:52:01 Modified:htdocs/manual/misc known_bugs.html Log: Update and rearrange to have a consistent order of what is fixed in which version and make it clear what bugs are still present in 1.2.4. PR: 1089 Revision ChangesPath 1.28 +80 -65

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

1997-09-06 Thread Marc Slemko
marc97/09/06 20:09:27 Modified:htdocs/manual/misc known_bugs.html Log: Update and rearrange to have a consistent order of what is fixed in which version and make it clear what bugs are still present in 1.2.4. PR: 1089 Revision ChangesPath 1.28 +80 -65

cvs commit: apachen/htdocs/manual/misc fin_wait_2.html

1997-09-06 Thread Marc Slemko
marc97/09/06 20:10:59 Modified:htdocs/manual/misc fin_wait_2.html Log: Update the fin_wait_2 page to reflect the current understanding of the issues; remove the suggestion that Apache is buggy, since no bugs have been found in that code. It now appears most likely that it

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

1997-09-05 Thread Marc Slemko
marc97/09/05 16:11:17 Modified:src/modules/standard mod_include.c Log: Change %T to %H:%M:%S because some OSes (eg. NeXT OpenStep) do not support %T. PR: 1047 Revision ChangesPath 1.49 +1 -1 apachen/src/modules/standard/mod_include.c Index:

cvs commit: apachen/src/modules/proxy mod_proxy.c mod_proxy.h proxy_connect.c

1997-09-04 Thread Marc Slemko
1.428 @@ -1,5 +1,13 @@ Changes with Apache 1.3a2 + *) The proxy now properly handles CONNECT requests which are sent + to proxy servers when using ProxyRemote. [Marc Slemko, PR#1024] + + *) A script called apachectl has been added to the support + directory. This script

cvs commit: apachen/src .cvsignore

1997-08-24 Thread Marc Slemko
marc97/08/24 19:12:28 Modified:src .cvsignore Log: Add autogenerated buildmark.c and sort list. Revision ChangesPath 1.9 +9 -9 apachen/src/.cvsignore Index: .cvsignore === RCS

cvs commit: apachen/src Makefile.tmpl

1997-08-24 Thread Marc Slemko
marc97/08/24 19:19:53 Modified:src Makefile.tmpl Log: Add CFLAGS to buildmark compilation. Don't laugh, some platforms need it. Revision ChangesPath 1.60 +1 -1 apachen/src/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apachen/src/main http_config.c

1997-08-24 Thread Marc Slemko
#817 [Marc Slemko] + *) Add aplog_error() providing a mechanism to define levels of verbosity to the server error logging. This addition also provides the ablity to log errors using syslogd. Error logging is configurable 1.75 +10 -2 apachen/src/main

cvs commit: apachen/src/modules/proxy Makefile

1997-08-23 Thread Marc Slemko
marc97/08/23 15:23:12 Modified:src/modules/proxy Makefile Log: ../../core -- ../../main cleanup. Revision ChangesPath 1.15 +1 -1 apachen/src/modules/proxy/Makefile Index: Makefile ===

cvs commit: /apachen/src/modules/proxy mod_proxy.h proxy_cache.c proxy_http.c proxy_util.c

1997-08-23 Thread Marc Slemko
r-headers_out when sending responses from the proxy. + This fixes things such as the logging of headers sent from + the proxy. PR#659 [Marc Slemko] + *) support/httpd_monitor is no longer distributed because the scoreboard should not be file based if at all possible

cvs commit: apache/src CHANGES Configure

1997-08-21 Thread Marc Slemko
22:56:18 1.286.2.52 @@ -5,6 +5,9 @@ always making requests with the full-URI instead of just the URI path. [Marc Slemko, Roy Fielding] + *) Add -lm for AIX versions = 4.2 to allow Apache to link properly + on this platform. [Marc Slemko] + Changes with Apache

cvs commit: apache/src http_main.c

1997-08-10 Thread Marc Slemko
marc97/08/10 00:23:28 Modified:src http_main.c Log: Add lockfile name to error message printed out when USE_FLOCK_SERIALIZED_ACCEPT is defined. Revision ChangesPath 1.149.2.7 +1 -1 apache/src/http_main.c Index: http_main.c

cvs commit: apache/src http_conf_globals.h http_config.c http_core.c http_main.c

1997-08-03 Thread Marc Slemko
marc97/08/03 13:29:22 Modified:htdocs/manual/mod core.html directives.html src http_conf_globals.h http_config.c http_core.c http_main.c Log: Add a CoreDumpDirectory directive to allow users to specify where Apache should try to

cvs commit: apache/src httpd.h

1997-08-03 Thread Marc Slemko
marc97/08/03 13:30:58 Modified:src httpd.h Log: Wrap most of the defines in an ifndef to allow them to be redefined elsewhere (eg. EXTRA_CFLAGS) without having to edit httpd.h. This makes vendor distributions of Apache easier to maintain. Revision Changes

cvs commit: apache/src http_main.c

1997-08-03 Thread Marc Slemko
marc97/08/03 13:37:20 Modified:src http_main.c Log: Fix file based scoreboards; reopen_scoreboard had been moved to after the setuid(), where it didn't have permissions to open the scoreboard file. Reviewed by: Dean Gaudet Revision ChangesPath 1.195

cvs commit: apache/src http_core.c

1997-08-03 Thread Marc Slemko
marc97/08/03 14:00:09 Modified:src http_core.c Log: Fix location of inline in do_double_reverse function definition. Revision ChangesPath 1.105 +1 -1 apache/src/http_core.c Index: http_core.c

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

1997-08-02 Thread Marc Slemko
marc97/08/02 14:57:42 Modified:htdocs/manual/misc FAQ.html Log: Typo fixes and update FreeBSD FD_SETSIZE question. Yes, it is quite complicated as to what works where. Revision ChangesPath 1.86 +40 -31apache/htdocs/manual/misc/FAQ.html Index:

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

1997-07-29 Thread Marc Slemko
marc97/07/29 07:23:00 Modified:htdocs/manual/misc known_bugs.html Log: -- lt; Revision ChangesPath 1.27 +1 -1 apache/htdocs/manual/misc/known_bugs.html Index: known_bugs.html === RCS

cvs commit: apache/src conf.h

1997-07-27 Thread Marc Slemko
marc97/07/27 13:07:17 Modified:src conf.h Log: Make it compile under Unix after the change in revision 1.134 of httpd.h to make mod_status work under Win32 broke it. Revision ChangesPath 1.121 +3 -0 apache/src/conf.h Index: conf.h

cvs commit: apache/src mod_mime_magic.c

1997-07-27 Thread Marc Slemko
marc97/07/27 16:04:35 Modified:src mod_mime_magic.c Log: Remove header files that are already included by other headers. This avoids problems on some OSes that can't handle the same header being included twice. Reviewed by: Brian Behlendorf, Dean Gaudet

cvs commit: apache/src INSTALL

1997-07-26 Thread Marc Slemko
marc97/07/26 19:17:00 Modified:src INSTALL Log: Fix type; make -- may. Submitted by: Herbert Klei [EMAIL PROTECTED] Revision ChangesPath 1.16 +1 -1 apache/src/INSTALL Index: INSTALL

cvs commit: apache/src mod_mime_magic.c

1997-07-15 Thread Marc Slemko
marc97/07/15 17:58:01 Modified:src mod_mime_magic.c Log: Files often compile better when statements are terminated by semicolons. Revision ChangesPath 1.5 +1 -1 apache/src/mod_mime_magic.c Index: mod_mime_magic.c

cvs commit: apache/src mod_include.c

1997-07-12 Thread Marc Slemko
marc97/07/12 12:46:55 Modified:src mod_include.c Log: Fixup of mod_include logging. Fixes an entirely incorrect message for an execution failure, adds quotes around the item in the message that is the problem, and fixes the number of slots in the string agree with

cvs commit: apache/src mod_info.c

1997-07-12 Thread Marc Slemko
marc97/07/12 12:52:16 Modified:src mod_info.c Log: Properly treat files container like other containers in mod_info. Reviewed by: Jim Jagielski PR: 848 Revision ChangesPath 1.18 +9 -4 apache/src/mod_info.c Index: mod_info.c

cvs commit: apache/src mod_mime_magic.c

1997-07-12 Thread Marc Slemko
marc97/07/12 13:20:36 Modified:src mod_mime_magic.c Log: General mod_mime_magic cleanup. The fixes include: - change DEBUG define to MIME_MAGIC_DEBUG to avoid namespace collisions. - change fprintf(stderr, ...) into log_printf -

cvs commit: apache/src/modules/proxy proxy_http.c

1997-07-12 Thread Marc Slemko
: if the proxy connects to a HTTP/0.9 server, the first line returned will be corrupt because len was tampered with. Reviewed by:Dean Gaudet, Marc Slemko Submitted by: Kenichi Hori [EMAIL PROTECTED] PR: 813,814 Revision ChangesPath 1.20 +3 -5 apache/src/modules/proxy

cvs commit: /apache/src http_core.c

1997-07-12 Thread Marc Slemko
marc97/07/12 16:49:47 Modified:apache/src http_core.c Log: Give more accurate instructions on how to increase HARD_SERVER_LIMIT for the case where MaxClients HARD_SERVER_LIMIT. Revision ChangesPath 1.93 +5 -4 /apache/src/http_core.c Index:

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

1997-07-11 Thread Marc Slemko
marc97/07/10 23:14:20 Modified:htdocs/manual/mod mod_mime_magic.html Log: Minor cleanups. Revision ChangesPath 1.3 +2 -2 apache/htdocs/manual/mod/mod_mime_magic.html Index: mod_mime_magic.html

cvs commit: apache/src http_main.c

1997-07-11 Thread Marc Slemko
marc97/07/11 20:49:57 Modified:src http_main.c Log: Print name of lock file we can't open. Already is printed for fcntl but flock must have been missed. Revision ChangesPath 1.177 +1 -1 apache/src/http_main.c Index: http_main.c

cvs commit: apache/src Configure

1997-07-10 Thread Marc Slemko
marc97/07/10 20:55:05 Modified:src Configure Log: Improve SNI CFLAGS. Reviewed by: Marc Slemko Submitted by: Martin Kraemer [EMAIL PROTECTED] PR: 851 Revision ChangesPath 1.107 +1 -1 apache/src/Configure Index: Configure

cvs commit: apache/src mod_cgi.c

1997-07-07 Thread Marc Slemko
marc97/07/07 21:08:57 Modified:src mod_cgi.c Log: Properly use HUGE_STRING_LEN instead of MAX_STRING_LEN for two calls and remove bogus -1 in size for bgets(). Submitted by: Stanley Gambarin, Marc Slemko Revision ChangesPath 1.44 +9 -9 apache

cvs commit: apache-site index.html

1997-07-06 Thread Marc Slemko
marc97/07/06 09:47:51 Modified:. index.html Log: Update for 1.2.1. Revision ChangesPath 1.27 +8 -8 apache-site/index.html Index: index.html === RCS file:

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

1997-07-05 Thread Marc Slemko
marc97/07/05 10:31:00 Modified:htdocs/manual/misc Tag: APACHE_1_2_X FAQ.html Log: Fix typos. Revision ChangesPath No revision No revision 1.63.2.8 +3 -3 apache/htdocs/manual/misc/FAQ.html Index:

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

1997-07-05 Thread Marc Slemko
marc97/07/05 10:33:36 Modified:htdocs/manual/misc FAQ.html Log: Fix typos. Revision ChangesPath 1.80 +3 -3 apache/htdocs/manual/misc/FAQ.html Index: FAQ.html === RCS file:

cvs commit: apache/src mod_status.c

1997-07-05 Thread Marc Slemko
marc97/07/05 10:42:40 Modified:src mod_status.c Log: Remove extra !exists_scoreboard_image() call. Revision ChangesPath 1.50 +0 -1 apache/src/mod_status.c Index: mod_status.c ===

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

1997-07-05 Thread Marc Slemko
marc97/07/05 10:56:51 Modified:src Tag: APACHE_1_2_X http_core.c http_core.h mod_access.c Log: Back out accidental inclusion of REMOTE_FORCE_HOST change. Revision ChangesPath No revision No

cvs commit: apache/src httpd.h

1997-07-05 Thread Marc Slemko
marc97/07/05 19:04:24 Modified:src Tag: APACHE_1_2_X httpd.h Log: Bump SERVER_BASEVERSION back to 1.2.1 for reroll and bump APACHE_RELEASE_DATE. Revision ChangesPath No revision No revision 1.111.2.8 +2 -2

cvs commit: apache/src httpd.h

1997-07-05 Thread Marc Slemko
marc97/07/05 19:35:16 Modified:src Tag: APACHE_1_2_X httpd.h Log: Bump version back to 1.2.2-dev. Revision ChangesPath No revision No revision 1.111.2.9 +1 -1 apache/src/httpd.h Index: httpd.h

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

1997-07-02 Thread Marc Slemko
marc97/07/02 11:07:18 Modified:htdocs/manual vhosts-in-depth.html htdocs/manual/misc descriptors.html Log: Fix bogus HTML. Revision ChangesPath 1.10 +8 -4 apache/htdocs/manual/vhosts-in-depth.html Index: vhosts-in-depth.html

cvs commit: apache-site/websrc - New directory

1997-07-01 Thread Marc Slemko
marc97/07/01 14:19:34 apache-site/websrc - New directory

cvs commit: apache-site/info jdk-102.html

1997-07-01 Thread Marc Slemko
marc97/07/01 13:49:40 Modified:info jdk-102.html Log: Fix links. Revision ChangesPath 1.3 +6 -4 apache-site/info/jdk-102.html Index: jdk-102.html === RCS file:

cvs commit: apache-site/websrc cvsweb.cgi cgi-style.pl

1997-07-01 Thread Marc Slemko
marc97/07/01 14:59:40 Modified:websrccvsweb.cgi cgi-style.pl Log: Local changes for Apache use. Revision ChangesPath 1.2 +10 -8 apache-site/websrc/cvsweb.cgi Index: cvsweb.cgi ===

cvs commit: apache-site/websrc cgi-style.pl cvsweb.cgi

1997-07-01 Thread Marc Slemko
marc97/07/01 14:23:56 Added: websrccgi-style.pl cvsweb.cgi Log: Initial addition of cgi-style.pl (rev. 1.8) and cvsweb.cgi (rev. 1.7) from the FreeBSD source tree. Note that this was not imported on a vendor branch. Revision ChangesPath 1.1

cvs commit: /apache-devsite index.html

1997-07-01 Thread Marc Slemko
marc97/07/01 20:07:30 Modified:apache-devsite index.html Log: Add from-cvs to the index. Revision ChangesPath 1.4 +4 -0 /apache-devsite/index.html Index: index.html === RCS file:

cvs commit: apache/htdocs/manual/mod mod_auth_msql.html mod_rewrite.html mod_userdir.html

1997-07-01 Thread Marc Slemko
marc97/07/01 20:09:26 Modified:htdocs/manual/mod mod_auth_msql.html mod_rewrite.html mod_userdir.html Log: HTML cleanups. weblint is your friend, and it is even right sometimes. Revision ChangesPath 1.7 +6 -6

cvs commit: apache/src conf.h httpd.h util.c

1997-07-01 Thread Marc Slemko
marc97/07/01 20:38:32 Modified:src conf.h httpd.h util.c Log: Get rid of LESS_SLACK_JACK in favor of existing NO_SLACK and make minor change to NO_SLACK to optimize out the ap_slack() function entirely when NO_SLACK is defined. Revision ChangesPath 1.110

cvs commit: apache/src http_main.c

1997-07-01 Thread Marc Slemko
marc97/07/01 21:09:07 Modified:src http_main.c Log: Fix calls to ap_snprintf. Revision ChangesPath 1.173 +2 -2 apache/src/http_main.c Index: http_main.c === RCS file:

cvs commit: apache-site in_the_news.html

1997-07-01 Thread Marc Slemko
marc97/07/01 12:59:42 Modified:. in_the_news.html Log: Update URLs that have changed. Revision ChangesPath 1.9 +2 -2 apache-site/in_the_news.html Index: in_the_news.html ===

cvs commit: apache/src CHANGES http_bprintf.c

1997-06-29 Thread Marc Slemko
--- 117,125 *) PORT: Support for Maxion/OS SVR4.2 Real Time Unix. [no name given] PR#383 + *) PORT: Workaround for AIX 3.x compiler bug in http_bprintf.c. + [Marc Slemko] PR#725 + Changes with Apache 1.2 Changes with Apache 1.2b11

cvs commit: apache/src CHANGES http_bprintf.c

1997-06-29 Thread Marc Slemko
in http_bprintf.c. + [Marc Slemko] PR#725 + Changes with Apache 1.2 Changes with Apache 1.2b11 1.8.2.1 +4 -1 apache/src/http_bprintf.c Index: http_bprintf.c === RCS file: /export/home/cvs/apache

cvs commit: apache-site/dyn closer.cgi

1997-06-28 Thread Marc Slemko
marc97/06/28 10:11:00 Modified:dyn closer.cgi Log: Fix a broken URL; the change was missed when the directory structure was changed. Revision ChangesPath 1.4 +1 -1 apache-site/dyn/closer.cgi Index: closer.cgi

cvs commit: apache/src/modules/proxy mod_proxy.c

1997-06-28 Thread Marc Slemko
marc97/06/28 16:39:55 Modified:src/modules/proxy mod_proxy.c Log: Fix return type of initializer. Revision ChangesPath 1.14 +2 -4 apache/src/modules/proxy/mod_proxy.c Index: mod_proxy.c

cvs commit: apache/src http_conf_globals.h http_config.c http_core.c http_main.c httpd.h

1997-06-28 Thread Marc Slemko
marc97/06/28 16:57:59 Modified:htdocs/manual/mod core.html directives.html src http_conf_globals.h http_config.c http_core.c http_main.c httpd.h Log: Add ListenBacklog directive to control the backlog passed to listen(). Also

cvs commit: apache/src http_log.c

1997-06-28 Thread Marc Slemko
marc97/06/28 17:05:13 Modified:src http_log.c Log: We have ap_snprintf; use it. Revision ChangesPath 1.16 +6 -4 apache/src/http_log.c Index: http_log.c === RCS file:

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

1997-06-28 Thread Marc Slemko
marc97/06/28 18:14:17 Modified:htdocs/manual/mod core.html directives.html Log: Add docs for LockFile and fix a few typos. Revision ChangesPath 1.60 +21 -4 apache/htdocs/manual/mod/core.html Index: core.html

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

1997-06-11 Thread Marc Slemko
marc97/06/11 08:13:07 Modified:htdocs/manual/misc FAQ.html Log: Add missing P. Revision ChangesPath 1.68 +2 -1 apache/htdocs/manual/misc/FAQ.html Index: FAQ.html === RCS file:

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

1997-06-10 Thread Marc Slemko
marc97/06/10 09:04:45 Modified:htdocs/manual/misc FAQ.html Log: Remove leftover JDK question and fix BrowserMatch string. Revision ChangesPath 1.66 +2 -24 apache/htdocs/manual/misc/FAQ.html Index: FAQ.html

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

1997-06-09 Thread Marc Slemko
marc97/06/09 10:04:38 Modified:htdocs/manual/misc Tag: APACHE_1_2_X FAQ.html Log: Merge FAQ updates from HEAD. Revision ChangesPath No revision No revision 1.63.2.1 +122 -10

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

1997-06-07 Thread Marc Slemko
marc97/06/07 17:02:48 Modified:htdocs/manual/misc known_bugs.html Log: Fix typo. Revision ChangesPath 1.16 +1 -1 apache/htdocs/manual/misc/known_bugs.html Index: known_bugs.html ===

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

1997-05-21 Thread Marc Slemko
marc97/05/21 20:06:45 Modified:htdocs/manual/misc fin_wait_2.html Log: Add info on IRIX patches. Revision ChangesPath 1.6 +5 -4 apache/htdocs/manual/misc/fin_wait_2.html Index: fin_wait_2.html

cvs commit: apache-site/info apache_users.html

1997-05-11 Thread Marc Slemko
marc97/05/11 10:17:07 Modified:. in_the_news.html contributors index.html info apache_users.html Log: Typo updates. Revision ChangesPath 1.4 +1 -1 apache-site/in_the_news.html Index: in_the_news.html

cvs commit: apache-site bug_report.html

1997-05-11 Thread Marc Slemko
marc97/05/11 10:24:52 Modified:. bug_report.html Log: Another small step in the futile fight against garbage PRs... Revision ChangesPath 1.5 +7 -3 apache-site/bug_report.html Index: bug_report.html

cvs commit: apache/htdocs/manual/mod mod_auth_anon.html mod_auth_db.html mod_auth_dbm.html mod_mime.html

1997-05-01 Thread Marc Slemko
marc97/04/30 22:59:58 Modified:htdocs/manual new_features_1_2.html htdocs/manual/misc API.html FAQ.html known_bugs.html htdocs/manual/mod mod_auth_anon.html mod_auth_db.html mod_auth_dbm.html mod_mime.html Log: Still more

cvs commit: CVSROOT modules

1997-04-30 Thread Marc Slemko
marc97/04/30 22:18:15 Modified:. modules Log: Correct docs module. Revision ChangesPath 1.11 +1 -1 CVSROOT/modules Index: modules === RCS file:

cvs commit: apache/htdocs/manual/mod core.html mod_access.html mod_auth.html mod_auth_db.html mod_auth_dbm.html mod_auth_msql.html mod_browser.html mod_cern_meta.html mod_cgi.html mod_cookies.html mod_digest.html mod_dld.html mod_env.html mod_example.html mod_expires.html mod_headers.html mod_imap.html mod_include.html mod_log_agent.html mod_log_common.html mod_log_config.html mod_log_referer.html mod_mime.html mod_negotiation.html mod_proxy.html mod_rewrite.html mod_userdir.html mod_usertrack.html

1997-04-30 Thread Marc Slemko
marc97/04/30 22:27:20 Modified:htdocsindex.html htdocs/manual bind.html cgi_path.html content-negotiation.html dns-caveats.html env.html host.html install.html install_1_1.html

cvs commit: apache-site/info aol-http.html apache_nt.html apache_on_linux.html apache_users.html three-config-files.html

1997-04-27 Thread Marc Slemko
marc97/04/27 00:26:47 Modified:. 113announce.html announcelist.html comsupport.html in_the_news.html info.html related_projects.html contributors index.html info aol-http.html apache_nt.html apache_on_linux.html

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

1997-04-27 Thread Marc Slemko
marc97/04/27 00:42:08 Modified:htdocs/manual/misc FAQ.html Log: Fix bogus URLs. Revision ChangesPath 1.45 +3 -5 apache/htdocs/manual/misc/FAQ.html Index: FAQ.html === RCS file:

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

1997-04-26 Thread Marc Slemko
marc97/04/25 23:58:42 Modified:htdocs/manual/misc FAQ.html Log: General cleanups and modifications to a few things to make them more technically accurate, IMHO. Revision ChangesPath 1.43 +64 -47apache/htdocs/manual/misc/FAQ.html Index: FAQ.html

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

1997-04-25 Thread Marc Slemko
marc97/04/25 22:13:51 Modified:htdocs/manual/misc FAQ.html Log: That /STRONG is not supposed to be there. Revision ChangesPath 1.42 +2 -2 apache/htdocs/manual/misc/FAQ.html Index: FAQ.html

cvs commit: apache-site bug_report.html

1997-04-17 Thread Marc Slemko
marc97/04/17 14:59:02 Modified:. bug_report.html Log: Expand on things to check before submitting a PR. Revision ChangesPath 1.4 +19 -15apache-site/bug_report.html Index: bug_report.html

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

1997-04-11 Thread Marc Slemko
marc97/04/11 20:40:40 Modified:htdocs/manual/misc FAQ.html Log: Add another one... ErrorDocument 401. Revision ChangesPath 1.20 +12 -1 apache/htdocs/manual/misc/FAQ.html Index: FAQ.html

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

1997-04-10 Thread Marc Slemko
marc97/04/10 15:53:20 Modified:htdocs/manual/mod core.html Log: Update the ErrorDocument information to clarify a few things, especially the handling of 401 responses. The example that was in the docs before would never work! No wonder people have trouble with it...

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

1997-04-10 Thread Marc Slemko
marc97/04/10 20:43:44 Modified:htdocs/manual/misc FAQ.html Log: Expand the section on fd limits a bit. Revision ChangesPath 1.18 +24 -10apache/htdocs/manual/misc/FAQ.html Index: FAQ.html

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

1997-02-26 Thread Marc Slemko
marc97/02/26 18:46:39 Modified:htdocs/manual/misc client_block_api.html htdocs/manual/mod mod_digest.html Log: Fix typos. Submitted by: Martin Kraemer [EMAIL PROTECTED] Revision ChangesPath 1.4 +2 -2

cvs commit: apache/support suexec.c

1997-02-20 Thread Marc Slemko
marc97/02/20 17:20:41 Modified:src CHANGES support suexec.c Log: Don't set the PATH variable in the environment to a local string. Reviewed by: Randy Terbush, Roy Fielding Revision ChangesPath 1.177 +1 -0 apache/src/CHANGES

cvs commit: apache/src CHANGES mod_include.c

1997-02-19 Thread Marc Slemko
marc97/02/19 00:18:58 Modified:src CHANGES mod_include.c Log: Modify mod_include escaping so a '\' only signifies an escaped character if the next character is one that needs escaping. Reviewed by: Dean Gaudet, Roy Fielding, Marc Slemko Submitted by: Ben Laurie

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

1997-02-19 Thread Marc Slemko
marc97/02/19 09:46:42 Modified:htdocs/manual/mod mod_log_config.html Log: Add backreference to format for common log module to make it easier to find. Revision ChangesPath 1.13 +3 -2 apache/htdocs/manual/mod/mod_log_config.html Index:

cvs commit: apache/support .cvsignore

1997-02-19 Thread Marc Slemko
marc97/02/19 15:35:11 Modified:support .cvsignore Log: Makefile is now automatically generated. Revision ChangesPath 1.4 +1 -0 apache/support/.cvsignore Index: .cvsignore === RCS

cvs commit: apache/src http_main.c

1997-02-19 Thread Marc Slemko
marc97/02/19 19:20:19 Modified:src http_main.c Log: Add code to detect when a child process did not exit properly after a HUP and give it a prod. We do everything we can to make it die, since if it doesn't chances are the server won't be able to bind to the port on

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

1997-02-17 Thread Marc Slemko
marc97/02/17 02:29:30 Modified:htdocs/manual/mod core.html Log: Fix documentation; HostNameLookups and IdentityCheck can not be used in htaccess files and RFC931 is now RFC1413. Revision ChangesPath 1.36 +3 -3 apache/htdocs/manual/mod/core.html

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

1997-02-17 Thread Marc Slemko
. Submitted by: Ed Korthof Reviewed by: Paul Sutton, Dean Gaudet, Marc Slemko Revision ChangesPath 1.70 +2 -2 apache/src/http_core.c Index: http_core.c === RCS file: /export/home/cvs/apache/src

cvs commit: apache/src buff.c conf.h http_main.c

1997-02-17 Thread Marc Slemko
-D_BSD_COMPAT it probably shouldn't use killpg(). Note that HAVE_BSTRING_H may not be the best name for the define. Reviewed by: Marc Slemko, Jim Jagielski Submitted by: Dean Gaudet Revision ChangesPath 1.20 +4 -0 apache/src/buff.c Index: buff.c

cvs commit: apache/src http_request.c

1997-02-17 Thread Marc Slemko
marc97/02/17 12:16:18 Modified:src http_request.c Log: Fix indenting to be somewhat consistent with surrounding source; now indented correctly with something other than ts=6. Revision ChangesPath 1.44 +7 -7 apache/src/http_request.c Index:

cvs commit: apache/src conf.h

1997-02-17 Thread Marc Slemko
marc97/02/17 18:56:39 Modified:src conf.h Log: Fix JMB_BUF typo. Submitted by: Michael P. Krutikov [EMAIL PROTECTED] Revision ChangesPath 1.80 +1 -1 apache/src/conf.h Index: conf.h

cvs commit: apache/src httpd.h

1997-02-16 Thread Marc Slemko
marc97/02/16 14:59:05 Modified:src httpd.h Log: Add strerror() prototype for those platforms where we supply our own. Reviewed by: Dean Gaudet, Randy Terbush Revision ChangesPath 1.87 +5 -1 apache/src/httpd.h Index: httpd.h

cvs commit: apache/htdocs/manual/mod directives.html mod_auth_anon.html mod_auth_msql.html mod_log_config.html

1997-02-15 Thread Marc Slemko
marc97/02/15 14:28:00 Modified:htdocs/manual/mod directives.html mod_auth_anon.html mod_auth_msql.html mod_log_config.html Log: Fix spelling of 'authorative' to 'authoritative' and typo in mod_log_config. Submitted by: Hubert Lin [EMAIL

  1   2   >