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

1998-02-14 Thread jim
jim 98/02/13 17:02:10 Modified:src CHANGES src/include httpd.h Log: And bump up to 1.3b6-dev Revision ChangesPath 1.627 +2 -0 apache-1.3/src/CHANGES Index: CHANGES ===

cvs commit: apache-1.2/src CHANGES mod_rewrite.c

1998-02-14 Thread dgaudet
dgaudet 98/02/13 18:51:39 Modified:src CHANGES mod_rewrite.c Log: mod_rewrite's RewriteLog should behave like mod_log_config, it shouldn't force hostname lookups. PR: 1684 Revision ChangesPath 1.293 +3 -0 apache-1.2/src/CHANGES Index:

cvs commit: apache-1.3/src/os/win32 os.h

1998-02-14 Thread dgaudet
dgaudet 98/02/13 19:08:01 Modified:src CHANGES src/os/bs2000 os-inline.c os.h src/os/emx os-inline.c os.h src/os/unix os-inline.c os.h src/os/win32 os.h Log: It's hard to use os_is_path_absolute() unless it takes a

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

1998-02-14 Thread dgaudet
dgaudet 98/02/13 19:26:59 Modified:src CHANGES src/modules/standard mod_userdir.c Log: Fix security hole with UserDir /a/b without a * in the path... you could request /~../ and get /a. (djg: I also did a few touches of cleanup.) PR: 1701

cvs commit: apache-1.2/src CHANGES mod_userdir.c

1998-02-14 Thread dgaudet
dgaudet 98/02/13 19:39:20 Modified:src CHANGES mod_userdir.c Log: Deal with /~.. and lame UserDir /abspath. PR: 1701 Submitted by: Lauri Jesmin [EMAIL PROTECTED] Reviewed by: Dean Gaudet, Marc Slemko Revision ChangesPath 1.294 +5 -0

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

1998-02-14 Thread dgaudet
dgaudet 98/02/14 02:43:22 Modified:src/include ap.h src/main http_main.c Log: move ap_killpg to ap.h Revision ChangesPath 1.7 +13 -0 apache-1.3/src/include/ap.h Index: ap.h

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

1998-02-14 Thread dgaudet
dgaudet 98/02/14 02:54:43 Modified:src CHANGES src/main http_main.c Log: The addition of child_init_modules() and child_exit_modules() has made child initialization a critical section. We can't service a USR1, TERM, or HUP request during this period because

cvs commit: apache-1.3/src/support apachectl

1998-02-14 Thread dgaudet
dgaudet 98/02/14 02:55:54 Modified:src/support apachectl Log: I used this for the first time... and found it emits error messages (at least on linux) while doing apachectl start. Revision ChangesPath 1.5 +3 -3 apache-1.3/src/support/apachectl Index:

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

1998-02-14 Thread dgaudet
dgaudet 98/02/14 04:40:31 Modified:src CHANGES src/main http_main.c Log: note a few more PRs Revision ChangesPath 1.632 +2 -2 apache-1.3/src/CHANGES Index: CHANGES ===

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

1998-02-14 Thread dgaudet
dgaudet 98/02/14 05:06:26 Modified:htdocs/manual/misc FAQ.html Log: I am tired tired tired of dealing with kill -9 and killall -whatever httpd bugs Revision ChangesPath 1.107 +63 -1 apache-1.3/htdocs/manual/misc/FAQ.html Index: FAQ.html

cvs commit: apache-1.3 STATUS

1998-02-14 Thread dgaudet
dgaudet 98/02/14 05:17:53 Modified:.STATUS Log: yeah this too Revision ChangesPath 1.153 +11 -4 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v

cvs commit: apache-1.2/src conf.h

1998-02-14 Thread dgaudet
dgaudet 98/02/14 05:37:23 Modified:src conf.h Log: PR: 1568 Revision ChangesPath 1.101 +1 -1 apache-1.2/src/conf.h Index: conf.h === RCS file: /export/home/cvs/apache-1.2/src/conf.h,v

cvs commit: apache-1.2/src CHANGES

1998-02-14 Thread dgaudet
dgaudet 98/02/14 05:42:46 Modified:src CHANGES Log: PR: 1639 Revision ChangesPath 1.295 +2 -0 apache-1.2/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache-1.3/src/ap ap_execve.c

1998-02-14 Thread coar
coar98/02/14 05:51:08 Modified:src/ap ap_execve.c Log: With ap_exec*() no longer calling aplog_error(), the source no longer needs to include http_log.h. Revision ChangesPath 1.6 +0 -1 apache-1.3/src/ap/ap_execve.c Index: ap_execve.c