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

1998-03-16 Thread dgaudet
dgaudet 98/03/16 00:40:56 Modified:src/modules/standard mod_status.c Log: 501 is reserved for when the server cannot support the request for any resource. 500 is the right response here. Revision ChangesPath 1.80 +1 -1

cvs commit: apache-1.3/src/include httpd.h

1998-03-16 Thread dgaudet
dgaudet 98/03/16 00:53:30 Modified:src/main http_protocol.c src/include httpd.h Log: draft-ietf-http-v11-spec-rev-03.txt, section 3.6: A server which receives an entity-body with a transfer-coding it does not understand SHOULD return 501

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

1998-03-16 Thread Ralf S. Engelschall
rse 98/03/16 04:09:56 Modified:src/main http_config.c http_main.c Log: More cosmetics: - make -v and -V messages equal in style - make usage message readable and avoid line wrapping - compress the ``httpd -h'' output a little bit for easier reading Revision Changes

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

1998-03-16 Thread Ralf S. Engelschall
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 Unix-like as anyone would expect: options first, then

cvs commit: apache-1.3/src/support apachectl.1 httpd.8

1998-03-16 Thread Ralf S. Engelschall
rse 98/03/16 07:58:53 Modified:src/main http_main.c src/support apachectl.1 httpd.8 Log: Even more cleanups for command line interface and corresponding manual pages Revision ChangesPath 1.305 +4 -0 apache-1.3/src/main/http_main.c

cvs commit: apache-1.3/src/support htpasswd.1

1998-03-16 Thread Ralf S. Engelschall
rse 98/03/16 08:04:23 Modified:src/support htpasswd.1 Log: And even more cleanups Revision ChangesPath 1.4 +7 -3 apache-1.3/src/support/htpasswd.1 Index: htpasswd.1 === RCS file:

cvs commit: apache-1.3/src CHANGES

1998-03-16 Thread Ralf S. Engelschall
rse 98/03/16 08:18:53 Modified:.STATUS src CHANGES Log: Weather in germany: gray in gray and sometimes raining... Revision ChangesPath 1.191 +6 -0 apache-1.3/STATUS Index: STATUS

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

cvs commit: apache-1.3/src Configure

1998-03-16 Thread Ralf S. Engelschall
rse 98/03/16 10:36:18 Modified:src Configure Log: Shared object support for UnixWare 2.1.x (still not tested but according to the manpages of 2.1.2 this should be correct) Revision ChangesPath 1.210 +8 -0 apache-1.3/src/Configure Index: Configure

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

1998-03-16 Thread marc
marc98/03/16 11:35:00 Modified:src CHANGES src/modules/proxy proxy_http.c Log: We need to clear the Proxy-Connection header or connections can hang when we are talking to a remote server that looks like an origin server to us but is really being a reverse

cvs commit: apache-1.2/src CHANGES

1998-03-16 Thread marc
marc98/03/16 11:38:54 Modified:src/modules/proxy proxy_http.c src CHANGES Log: We need to clear the Proxy-Connection header or connections can hang when we are talking to a remote server that looks like an origin server to us but is really being a