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

1998-05-29 Thread brian
brian 98/05/28 16:14:12 Modified:src/main util_script.c Log: PR: 2294 Submitted by: W G Stoddard [EMAIL PROTECTED] Reviewed by: Brian Behlendorf The environment variables were not properly being passed to the spawned process, now they are. Revision Changes

cvs commit: apache-1.3/src CHANGES

1998-05-29 Thread brian
brian 98/05/28 16:23:04 Modified:src CHANGES Log: Comment my last two commits. Revision ChangesPath 1.870 +10 -1 apache-1.3/src/CHANGES Index: CHANGES === RCS file:

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

1998-05-29 Thread brian
brian 98/05/28 16:26:41 Modified:src/main util_script.c Log: Submitted by: W G Stoddard [EMAIL PROTECTED] Reviewed by: Dean Gaudet, Brian Behlendorf Have NT properly set the directory for CGI scripts ( other spawned children) Revision ChangesPath 1.115 +2

cvs commit: apache-1.3/src CHANGES

1998-05-29 Thread brian
brian 98/05/28 16:28:01 Modified:.STATUS src CHANGES Log: bookkeeping. Revision ChangesPath 1.408 +0 -2 apache-1.3/STATUS Index: STATUS === RCS file:

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

1998-05-29 Thread dgaudet
dgaudet 98/05/28 16:59:40 Modified:src CHANGES src/main http_main.c src/include conf.h Log: PORT: QNX needed a #include sys/mman.h; and now it uses flock serialized accept to handle multiple sockets. PR: 2295, 2296 Submitted

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

1998-05-29 Thread brian
brian 98/05/28 17:16:03 Modified:src CHANGES src/include conf.h httpd.h src/main http_main.c Log: various OS/2 cleanups. Revision ChangesPath 1.873 +2 -0 apache-1.3/src/CHANGES Index: CHANGES

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

1998-05-29 Thread brian
brian 98/05/28 18:09:06 Modified:src CHANGES src/modules/standard mod_log_agent.c mod_log_config.c mod_log_referer.c mod_mime.c Log: PR: 1967 Usage of printf(stderr, ...) is now ap_log_error, which is more resiliant in the face of

cvs commit: apache-1.3/conf access.conf-dist access.conf-dist-win

1998-05-29 Thread brian
brian 98/05/28 18:27:51 Modified:conf access.conf-dist access.conf-dist-win Log: Place a default configuration for the root dir which is very restrictive. Thanks to Dean for the hint. Revision ChangesPath 1.13 +14 -1 apache-1.3/conf/access.conf-dist

cvs commit: apache-1.3/conf access.conf-dist-win

1998-05-29 Thread brian
brian 98/05/28 18:31:32 Modified:conf access.conf-dist-win Log: Missed one. Revision ChangesPath 1.5 +1 -1 apache-1.3/conf/access.conf-dist-win Index: access.conf-dist-win === RCS

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

1998-05-29 Thread rse
rse 98/05/28 23:59:36 Modified:src/modules/standard mod_rewrite.c Log: Separate cosmetics from coming ap_log_error-patch. Revision ChangesPath 1.111 +3 -3 apache-1.3/src/modules/standard/mod_rewrite.c Index: mod_rewrite.c

cvs commit: apache-site/mirrors mirrors.list index.html

1998-05-29 Thread brian
brian 98/05/29 00:21:41 Modified:mirrors mirrors.list index.html Log: Australia update. Revision ChangesPath 1.45 +2 -2 apache-site/mirrors/mirrors.list Index: mirrors.list === RCS

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

1998-05-29 Thread rse
rse 98/05/29 01:32:41 Modified:src CHANGES src/modules/standard mod_rewrite.c mod_rewrite.h Log: Change usage of perror()+fprintf(stderr,...) in mod_rewrite to more proper ap_log_error() variants. Same Brian has done for the other modules, BTW.

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

1998-05-29 Thread rse
rse 98/05/29 02:19:42 Modified:src/modules/standard mod_rewrite.c Log: Some indentation cosmetics because with the ap_ prefix some long lines moved. Revision ChangesPath 1.113 +77 -76apache-1.3/src/modules/standard/mod_rewrite.c Index: mod_rewrite.c

cvs commit: apache-1.3 STATUS

1998-05-29 Thread rse
rse 98/05/29 02:27:22 Modified:.STATUS Log: Remember one more available patch for 1.3.1-dev. Revision ChangesPath 1.409 +7 -0 apache-1.3/STATUS Index: STATUS === RCS file:

cvs commit: apache-1.3/htdocs/manual new_features_1_3.html

1998-05-29 Thread jim
jim 98/05/29 05:07:06 Modified:htdocs/manual new_features_1_3.html Log: Some new-stuff notes Revision ChangesPath 1.66 +13 -6 apache-1.3/htdocs/manual/new_features_1_3.html Index: new_features_1_3.html

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

1998-05-29 Thread jim
jim 98/05/29 08:33:20 Modified:htdocs/manual/misc perf-bsd44.html Log: Have people use sysctl to adjust somaxconn instead of the bogus and incorrect method we suggested before Revision ChangesPath 1.12 +21 -5 apache-1.3/htdocs/manual/misc/perf-bsd44.html

cvs commit: apache-1.3/src/support Makefile.tmpl

1998-05-29 Thread randy
randy 98/05/29 11:21:17 Modified:src ApacheCore.dsp ApacheCore.mak CHANGES src/include util_md5.h src/main Makefile.tmpl md5c.c src/modules/proxy ApacheModuleProxy.mak Makefile.tmpl proxy_cache.c proxy_util.c

cvs commit: apache-1.3/src/modules/standard Makefile.tmpl

1998-05-29 Thread rse
rse 98/05/29 13:28:01 Modified:src/modules/standard Makefile.tmpl Log: Fix dependencies after Brian's ap_log_error() changes and the md5.h - ap_md5.h movement. The complete dependecy list is now correct, Brian. I've checked it. Revision ChangesPath 1.17 +4

cvs commit: apache-1.3 configure

1998-05-29 Thread rse
rse 98/05/29 13:41:57 Modified:.configure Log: We use [ all the time and are not as paranoid as GNU Autoconf itself. Revision ChangesPath 1.29 +2 -2 apache-1.3/configure Index: configure

cvs commit: apache-1.3/src CHANGES

1998-05-29 Thread rse
rse 98/05/29 13:45:54 Modified:.configure src CHANGES Log: Avoid problems with braindead Awks by additionally searching for gawk and nawk in APACI's configure script. Submitted by: Dave Dykstra [EMAIL PROTECTED] and Ralf S. Engelschall

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

1998-05-29 Thread martin
martin 98/05/29 13:49:29 Modified:htdocs/manual/mod mod_cgi.html Log: Correct the description of REMOTE_HOST and REMOTE_IDENT Revision ChangesPath 1.16 +8 -3 apache-1.3/htdocs/manual/mod/mod_cgi.html Index: mod_cgi.html