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

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

1998-07-03 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 parsing; "GET" and "get" are distinct methods. Note that this introduces a security problem in that many users use something othe

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 19

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

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 int

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: > +Win32 only Apache requires the file > +MSVCRT.EXE 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 it, so it is already

Re: cvs commit: apache-1.3/htdocs/manual/mod core.html mod_access.html mod_actions.html mod_alias.html mod_auth.html mod_auth_anon.html mod_auth_db.html mod_auth_dbm.html mod_autoindex.html mod_browser.html mod_cern_meta.html mod_cgi.html mod_cookies.html mod_digest.html mod_dir.html mod_dld.html mod_dll.html mod_env.html mod_expires.html mod_headers.html mod_imap.html mod_include.html mod_info.html mod_log_agent.html mod_log_common.html mod_log_config.html mod_log_referer.html mod_mime.html mod_mime_magic.html mod_negotiation.html mod_proxy.html mod_rewrite.html mod_setenvif.html mod_speling.html mod_userdir.html mod_usertrack.html

1998-01-28 Thread Marc Slemko
On 28 Jan 1998 [EMAIL PROTECTED] wrote: >BindAddress > -Syntax: BindAddress [ * | IP-address | hostname > ] > -Default: BindAddress * > -Context: server config > -Status: Core > + + HREF="directive-dict.html#Syntax" > + REL="Help" > +>Syntax: BindAddress [ * | IP-address | hos

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

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 Kraemer,

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

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

1997-09-24 Thread Marc Slemko
marc97/09/24 16:46:42 Modified:htdocs/manual/mod core.html Log: Make the documentation on the Limit directive shout a little louder about not using it unless you really do only want to limit specific methods. Revision ChangesPath 1.78 +3 -1 apachen/htdoc

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

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

1997-09-04 Thread Marc Slemko
26:29 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 s

cvs commit: apachen/src/support apachectl

1997-09-04 Thread Marc Slemko
1.1 apachen/src/support/apachectl Index: apachectl === #!/bin/sh # # Apache control script designed to allow an easy command line interface # to controlling Apache. Written by Marc Slemko, 1997/08/23

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 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 .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 fil

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

1997-08-23 Thread Marc Slemko
Set 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 po

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

1997-08-23 Thread Marc Slemko
marc97/08/23 15:25:28 Modified:src/os/unix Makefile.tmpl Log: ../../core -> ../../main cleanup. Revision ChangesPath 1.2 +1 -1 apachen/src/os/unix/Makefile.tmpl Index: Makefile.tmpl ===

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: apache/src CHANGES Configure

1997-08-21 Thread Marc Slemko
/21 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] + Change

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

1997-08-16 Thread Marc Slemko
marc97/08/16 22:55:55 Modified:htdocs/manual/misc fin_wait_2.html Log: Fix Squent typo. Revision ChangesPath 1.11 +1 -1 apachen/htdocs/manual/misc/fin_wait_2.html Index: fin_wait_2.html =

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/conf mime.types

1997-08-09 Thread Marc Slemko
marc97/08/09 21:10:28 Modified:conf mime.types Log: Comments are good, meaningful comments are better. Added a short summary of what the mime.types file does. Revision ChangesPath 1.10 +6 -1 apache/conf/mime.types Index: mime.types

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

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 cor

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: FAQ.htm

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: < --> < Revision ChangesPath 1.27 +1 -1 apache/htdocs/manual/misc/known_bugs.html Index: known_bugs.html === RCS

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 Revis

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 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-site announcelist.html

1997-07-20 Thread Marc Slemko
marc97/07/20 23:32:37 Modified:. announcelist.html Log: Not all the world is a multiview. Revision ChangesPath 1.4 +1 -1 apache-site/announcelist.html Index: announcelist.html ==

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

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

1997-07-12 Thread Marc Slemko
problem: 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 apa

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 - rem

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 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_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 th

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

1997-07-12 Thread Marc Slemko
marc97/07/12 12:43:10 Modified:htdocs/manual/mod core.html Log: Fix IfModule typo. Revision ChangesPath 1.66 +2 -2 apache/htdocs/manual/mod/core.html Index: core.html === RCS file: /ex

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

1997-07-10 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 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: Con

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: /export/home/cvs/apache

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

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 mod_status.c

1997-07-05 Thread Marc Slemko
marc97/07/05 10:42:13 Modified:src Tag: APACHE_1_2_X mod_status.c Log: Remove extra exists_scoreboard_image() call. Revision ChangesPath No revision No revision 1.47.2.2 +0 -1 apache/src/mod_status.c

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

1997-07-05 Thread Marc Slemko
marc97/07/05 10:36:08 Modified:htdocs/manual/mod Tag: APACHE_1_2_X mod_dir.html Log: Remove 1.3 IconWidth and IconHeight options from 1.2 docs. Revision ChangesPath No revision No revision 1.6.2.2 +0 -20 apac

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

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: FAQ.html

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

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/htdocs/manual/misc descriptors.html

1997-07-01 Thread Marc Slemko
marc97/07/01 20:23:07 Modified:htdocs/manual/misc descriptors.html Log: HTML cleanup. Revision ChangesPath 1.2 +1 -1 apache/htdocs/manual/misc/descriptors.html Index: descriptors.html =

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

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

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 === R

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-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 index.html

1997-07-01 Thread Marc Slemko
marc97/07/01 13:53:14 Added: info index.html Log: Add index for info directory. Revision ChangesPath 1.1 apache-site/info/index.html Index: index.html === Apac

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: /export/home/cvs/ap

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 === RC

cvs commit: apache/src CHANGES http_bprintf.c

1997-06-29 Thread Marc Slemko
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/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/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-site/contributors index.html

1997-06-28 Thread Marc Slemko
ocumentation. ! ! ! Cliff Skolnick ! Solaris porting. ! ! ! Marc Slemko ! Security, networking issues ! ! ! Garey Smiley ! OS/2 ports. ! ! ! Adam Sussman ! Various patches. ! ! ! Paul Sutton ! Documentation writing, code hacking

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

cvs commit: apache/src http_main.c

1997-06-28 Thread Marc Slemko
marc97/06/28 17:03:18 Modified:src http_main.c Log: Fix lockfile directive change; ap_snprintf always null terminates, unlike strncpy. Revision ChangesPath 1.166 +1 -2 apache/src/http_main.c Index: http_main.c ==

cvs commit: apache/src CHANGES

1997-06-28 Thread Marc Slemko
ListenBacklog directive to control the backlog parameter + passed to listen(). Also change the default to 511 from 512. + [Marc Slemko] + *) API: A new handler response DONE which informs apache that the request has been handled and it can finish off quickly, similar to

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 chang

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-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 mod_rewrite.c mod_rewrite.h

1997-06-21 Thread Marc Slemko
Ronald Tschalaer <[EMAIL PROTECTED]> for hint] - added Q.08 and Q.09 to the FAQ/documentation -- Reviewed by: Alexei Kosut, Dean Gaudet, Marc Slemko Submitted by: Ralf S. Engelschall Revision ChangesPath 1.31 +12 -4 apache/src/mod_rewrite.c

cvs commit: apache/src mod_cgi.c mod_include.c util_script.c

1997-06-21 Thread Marc Slemko
marc97/06/21 20:40:27 Modified:src mod_cgi.c mod_include.c util_script.c Log: Include strerror() output in several messages instead of just printing errno. Reviewed by: Chuck Murcko, Jim Jagielski, Alexei Kosut, Dean Gaudet Revision ChangesPath 1.41

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 . Revision ChangesPath 1.68 +2 -1 apache/htdocs/manual/misc/FAQ.html Index: FAQ.html === RCS file: /export/h

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

1997-06-09 Thread Marc Slemko
marc97/06/09 17:28:34 Modified:src http_core.c htdocs/manual/mod core.html Log: SendBufferSize is not valid in a VirtualHost, so make Apache say so. Note that allowing this to be set on a per socket (ie. per Listen directive) basis could be useful for

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

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

1997-06-09 Thread Marc Slemko
marc97/06/09 08:30:04 Modified:htdocs/manual/misc FAQ.html Log: Add a to-fix. Revision ChangesPath 1.65 +5 -1 apache/htdocs/manual/misc/FAQ.html Index: FAQ.html === RCS file: /export/h

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

1997-06-07 Thread Marc Slemko
marc97/06/07 18:33:30 Modified:htdocs/manual/misc FAQ.html Log: A few corrections and additions. Revision ChangesPath 1.64 +118 -10 apache/htdocs/manual/misc/FAQ.html Index: FAQ.html ===

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 === RC

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

1997-05-09 Thread Marc Slemko
marc97/05/09 22:43:26 Modified:htdocs/manual/mod mod_status.html Log: Note that mod_status only works in standalone mode, not inetd. Addresses PR#566. Revision ChangesPath 1.5 +5 -0 apache/htdocs/manual/mod/mod_status.html Index: mod_status.html =

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

1997-05-04 Thread Marc Slemko
marc97/05/04 18:48:54 Modified:htdocs/manual/mod mod_cgi.html Log: Clarify that the ScriptLog is opened by the child processes so permissions need to be set appropriately. Perhaps wouldn't hurt to put an error in the error_log if it can't be opened. Revision Changes

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

1997-05-04 Thread Marc Slemko
marc97/05/04 18:30:06 Modified:htdocs/manual/misc FAQ.html Log: Another FAQ that should be added... Revision ChangesPath 1.55 +3 -1 apache/htdocs/manual/misc/FAQ.html Index: FAQ.html ===

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

1997-04-30 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

  1   2   >