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

1998-03-06 Thread dgaudet
dgaudet 98/03/05 20:25:46 Modified:src/modules/standard mod_autoindex.c Log: indent Revision ChangesPath 1.69 +2 -2 apache-1.3/src/modules/standard/mod_autoindex.c Index: mod_autoindex.c ===

cvs commit: apache-1.3/src/modules/proxy mod_proxy.c

1998-03-06 Thread dgaudet
dgaudet 98/03/05 23:51:00 Modified:src CHANGES src/include httpd.h src/modules/proxy mod_proxy.c Log: Fix a bug pointed out by Lars on new-httpd in message-id [EMAIL PROTECTED]. I'm not sure how this ever worked before. Luck I guess. If

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

1998-03-06 Thread dgaudet
dgaudet 98/03/06 00:26:19 Modified:src/main http_request.c Log: No functional difference, other than to short-circuit earlier if there are no Location sections. I wanted to do this before I made another change which will have functional difference. Revision Changes

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

1998-03-06 Thread dgaudet
dgaudet 98/03/06 00:52:02 Modified:src CHANGES src/modules/standard mod_mime_magic.c Log: Slight mistake in mod_mime_magic. If you tried to request a 0-length file it would return DONE all the way back to the core... which would interpret that to mean oh no

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

1998-03-06 Thread dgaudet
dgaudet 98/03/06 01:37:11 Modified:src CHANGES src/main http_request.c htdocs/manual upgrading_to_1_3.html htdocs/manual/mod core.html Log: Change to the multiple-slash behaviour of LocationMatch for consistency with AliasMatch and

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

1998-03-06 Thread Ralf S. Engelschall
rse 98/03/06 04:52:59 Modified:src CHANGES src/modules/standard mod_rewrite.c mod_rewrite.h Log: Avoid the flock()-fork() problematic by giving each child an own file descriptor instead of a shared one. Revision ChangesPath 1.692 +11 -0

cvs commit: apache-1.3 STATUS

1998-03-06 Thread Ralf S. Engelschall
rse 98/03/06 04:57:38 Modified:.STATUS Log: Again cold days in germany... Revision ChangesPath 1.181 +1 -0 apache-1.3/STATUS Index: STATUS === RCS file:

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

1998-03-06 Thread martin
martin 98/03/06 05:16:19 Modified:src/os/unix os.h Log: This is disgusting - we must change the include order as soon as possible Revision ChangesPath 1.12 +1 -1 apache-1.3/src/os/unix/os.h Index: os.h

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

1998-03-06 Thread martin
martin 98/03/06 05:18:45 Modified:src/os/unix os.h Log: SVR4 has dlfcn.h Revision ChangesPath 1.13 +1 -1 apache-1.3/src/os/unix/os.h Index: os.h === RCS file:

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

1998-03-06 Thread Ralf S. Engelschall
rse 98/03/06 05:47:42 Modified:src/modules/standard mod_rewrite.c mod_rewrite.h Log: Inline the proxy availability check because the existence of the function is_proxy_available() is historical and from days where no find_linked_module() function existed and where this was a

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

1998-03-06 Thread dgaudet
dgaudet 98/03/06 11:49:13 Modified:src/main http_vhost.c Log: tweak warnings for vhost stuff Revision ChangesPath 1.10 +3 -2 apache-1.3/src/main/http_vhost.c Index: http_vhost.c === RCS

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

1998-03-06 Thread dgaudet
dgaudet 98/03/06 11:53:50 Modified:src/include http_log.h Log: Oh sheesh. No wonder we still get so many reports of problems from folks who haven't read the docs about NameVirtualHost. Those messages are warnings, because the server is still functioning. And the default