cvs commit: apache-2.0/src/lib/apr/network_io/unix sendrecv.c

2000-02-14 Thread rbb
rbb 00/02/14 05:43:39 Modified:src/lib/apr/network_io/unix sendrecv.c Log: Fix some bugs in ap_send and ap_recv. We used to return APR_SUCCESS even when it didn't succeed. The other problem this is solving, is that we never set the length to -1 anymore. The length is the

Apache Authentication problem

2000-02-14 Thread santhosh
This message was sent from Geocrawler.com by santhosh [EMAIL PROTECTED] Be sure to reply to that address. Dear all, I am new to the list. I have a strange problem. .htpasswd file is getting blaked (crash) often. I have about 1000 entries. I would appreciate any help in solving thus Regards

cvs commit: apache-2.0/src/lib/apr/network_io/os2 sendrecv.c

2000-02-14 Thread bjh
bjh 00/02/14 06:01:42 Modified:src/lib/apr/network_io/os2 sendrecv.c Log: OS/2: ap_send/ap_recv/ap_sendv should set len to 0, not -1, when an error occurrs. Revision ChangesPath 1.7 +6 -6 apache-2.0/src/lib/apr/network_io/os2/sendrecv.c Index:

cvs commit: apache-2.0/src/modules/mpm/winnt winnt.c

2000-02-14 Thread stoddard
stoddard00/02/14 06:28:17 Modified:src/modules/mpm/winnt winnt.c Log: Enable Windows MPM to run in single process mode Submitted by: Allan Edwards Reviewed by: Bill Stoddard Revision ChangesPath 1.38 +20 -0 apache-2.0/src/modules/mpm/winnt/winnt.c

cvs commit: apache-2.0/src/os/win32 main_win32.c

2000-02-14 Thread stoddard
stoddard00/02/14 14:01:11 Modified:src/main http_main.c src/modules/mpm/winnt winnt.c src/os/win32 main_win32.c Log: Rework the code to handle apache -k shutdown|restart. The fundamental problem being solved here is determining the best way to

cvs commit: apache-2.0/src/modules/mpm/mpmt_pthread mpmt_pthread.c scoreboard.c

2000-02-14 Thread rbb
rbb 00/02/14 14:20:36 Modified:src/modules/mpm/mpmt_pthread mpmt_pthread.c scoreboard.c Log: Port the scoreboard from the mpmt_pthread MPM to use APR's shared memory. Tested on Linux, but it could use testing on other platforms. Revision ChangesPath 1.55 +1 -1