cvs commit: apache/src CHANGES mod_auth.c mod_auth_db.c mod_auth_dbm.c

1997-04-24 Thread Dean Gaudet
dgaudet 97/04/24 03:16:57 Modified:src CHANGES mod_auth.c mod_auth_db.c mod_auth_dbm.c Log: Corrected spelling of authoritative. Submitted by: Marc Slemko Reviewed by: Dean, Roy, Paul S. Revision ChangesPath 1.243 +3 -0 apache/src/CHANGES

cvs commit: apache/src CHANGES http_core.c

1997-04-24 Thread Dean Gaudet
dgaudet 97/04/24 03:19:11 Modified:src CHANGES http_core.c Log: Fixes problem with Directory proxy:... Submitted by: Martin Kraemer Reviewed by: Chuck, Dean Revision ChangesPath 1.244 +2 -0 apache/src/CHANGES Index: CHANGES

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

1997-04-24 Thread Dean Gaudet
dgaudet 97/04/24 04:06:19 Modified:htdocs/manual/mod core.html htdocs/manual/misc known_bugs.html Log: Make a note of PR#467, the serialized accept problem. Revision ChangesPath 1.51 +3 -1 apache/htdocs/manual/mod/core.html Index:

cvs commit: apache/htdocs/manual stopping.html

1997-04-24 Thread Dean Gaudet
dgaudet 97/04/24 14:08:12 Modified:htdocs/manual stopping.html Log: Document scoreboardfile lameness. Revision ChangesPath 1.2 +9 -6 apache/htdocs/manual/stopping.html Index: stopping.html

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

1997-04-24 Thread Dean Gaudet
dgaudet 97/04/24 16:21:36 Modified:src CHANGES src/modules/proxy proxy_connect.c Log: Fix another bstring.h problem. Submitted by: Mark Slemko Reviewed by: Dean, Roy Revision ChangesPath 1.245 +2 -0 apache/src/CHANGES Index:

cvs commit: apache/support suexec.c

1997-04-24 Thread Dean Gaudet
dgaudet 97/04/24 16:25:12 Modified:src CHANGES util_script.c support suexec.c Log: Fix suexec segfault when group doesn't exist. Submitted by: Gregory Neil Shapiro [EMAIL PROTECTED] Reviewed by: Randy, Dean, Roy Revision ChangesPath 1.246

cvs commit: apache/src CHANGES alloc.c alloc.h http_main.c http_protocol.c mod_browser.c mod_include.c mod_rewrite.c mod_status.c scoreboard.h

1997-04-24 Thread Dean Gaudet
dgaudet 97/04/24 16:35:29 Modified:src CHANGES alloc.c alloc.h http_main.c http_protocol.c mod_browser.c mod_include.c mod_rewrite.c mod_status.c scoreboard.h Log: Graceful restarts, reliable signals, and memory fixes.

cvs commit: apache CHANGES

1997-04-24 Thread Rodent of Unusual Size
coar97/04/24 16:51:35 Modified:. CHANGES Log: Put back the graceful restart paragraph, since Dean spoilt my earlier effort by making the feature work.. g Revision ChangesPath 1.9 +4 -0 apache/CHANGES Index: CHANGES

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

1997-04-24 Thread Chuck Murcko
chuck 97/04/24 18:29:58 Modified:htdocs/manual/mod mod_proxy.html Log: Changed back to use of Directory blocks for access control. Clarified location of proxy source in 1.2. Added note that proxy is HTTP 1.0 compliant. Revision ChangesPath 1.19 +6 -6

cvs commit: apache/src util_script.c

1997-04-24 Thread Randy Terbush
randy 97/04/24 22:29:55 Modified:src util_script.c Log: Get this right. Roy pointed out a couple of Bad Things (tm) and it seems this patch even broke the non ~user functionality by not setting the group. Revision ChangesPath 1.50 +12 -9