cvs commit: apache-apr/pthreads/src/main http_accept.c

1999-06-29 Thread manoj
manoj 99/06/28 17:18:04 Modified:pthreads/src/include httpd.h pthreads/src/main http_accept.c Log: Change the workings of get_connection in USE_MULTI_ACCEPT mode to search the pollfd array rather than the listener linked list. The code is a bit easier to follow

cvs commit: apache-2.0/mpm/src/include ap_listen.h

1999-06-29 Thread manoj
manoj 99/06/28 19:49:30 Modified:mpm/src/main listen.c mpm/src/modules/mpm/mpmt_pthread http_accept.c mpm/src/include ap_listen.h Log: Change method of checking for active FDs after poll() in the pthread MPM. The new method doesn't require any

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

1999-06-29 Thread rse
rse 99/06/29 01:27:06 Modified:htdocs/manual/mod mod_vhost_alias.html Log: Fix hyperlink Revision ChangesPath 1.3 +1 -1 apache-1.3/htdocs/manual/mod/mod_vhost_alias.html Index: mod_vhost_alias.html

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

1999-06-29 Thread rse
rse 99/06/29 01:37:44 Modified:src/modules/standard mod_rewrite.c Log: typos Revision ChangesPath 1.141 +2 -2 apache-1.3/src/modules/standard/mod_rewrite.c Index: mod_rewrite.c === RCS

cvs commit: apache-2.0/mpm/src/os/unix Makefile.tmpl

1999-06-29 Thread ben
ben 99/06/29 02:00:32 Modified:mpm/src Makefile.tmpl mpm/src/ap Makefile.tmpl mpm/src/include http_config.h http_connection.h httpd.h mpm/src/main Makefile.tmpl http_config.c http_connection.c mpm/src/modules/mpm/prefork

cvs commit: apache-site top.html

1999-06-29 Thread fielding
fielding99/06/29 02:58:57 Modified:.top.html Log: Be consistent in docs. Revision ChangesPath 1.2 +7 -5 apache-site/top.html Index: top.html === RCS file:

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

1999-06-29 Thread rse
rse 99/06/29 05:06:36 Modified:htdocs/manual/mod mod_example.html Log: Fix description of Example directive. It just activates a demo flag and doesn't really enable the example contents handler. Revision ChangesPath 1.8 +7 -6

cvs commit: apache-1.3/src/helpers mkshadow.sh

1999-06-29 Thread rse
rse 99/06/29 06:43:15 Modified:src/helpers mkshadow.sh Log: Merge in two robustness enhancements and a real bugfix from GNU shtool's mkshadow Revision ChangesPath 1.10 +3 -3 apache-1.3/src/helpers/mkshadow.sh Index: mkshadow.sh

cvs commit: apache-1.3/src/helpers buildinfo.sh

1999-06-29 Thread rse
rse 99/06/29 06:49:14 Modified:src/helpers buildinfo.sh Log: Overtake also some fixes from GNU shtool for buildinfo.sh... Revision ChangesPath 1.9 +6 -6 apache-1.3/src/helpers/buildinfo.sh Index: buildinfo.sh

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

1999-06-29 Thread rse
rse 99/06/29 07:27:43 Modified:src CHANGES src/main http_main.c Log: Fixed `httpd' usage display: -D was missing. PR: 4614 Revision ChangesPath 1.1389+3 -0 apache-1.3/src/CHANGES Index: CHANGES

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

1999-06-29 Thread rse
rse 99/06/29 07:32:17 Modified:htdocs/manual/mod mod_alias.html Log: Fix context description of RedirectMatch. It's also useable in per-dir context - similar to Redirect. Submitted by: Klaus Johannes Rusch [EMAIL PROTECTED] PR: 4611 Revision ChangesPath 1.24

cvs commit: apache-apr/include apr_general.h

1999-06-29 Thread rbb
rbb 99/06/29 08:52:14 Modified:apr/include apr_win.h apr/misc/win32 misc.def misc.dsp start.c apr/network_io/win32 network_io.dsp apr/test client.dsp server.dsp test.dsw testfile.dsp testproc.dsp testsock.dsp