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

1998-03-04 Thread coar
coar98/03/03 18:28:27 Modified:.STATUS src CHANGES buildmark.c src/include httpd.h src/main http_main.c http_protocol.c util_script.c src/modules/example mod_example.c src/modules/proxy proxy_conn

cvs commit: apache-1.3/src CHANGES

1998-03-04 Thread dgaudet
dgaudet 98/03/04 00:37:07 Modified:src CHANGES Log: hmm, this was not documented... i suck Revision ChangesPath 1.681 +3 -0 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /export/h

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

1998-03-04 Thread dgaudet
dgaudet 98/03/04 00:53:53 Modified:htdocs/manual/mod mod_proxy.html Log: I thought we got rid of all the ... in our examples... is there some reason this one is still around? I'm ditching it anyhow unless someone explains why it's necessary. Revision ChangesPath 1.

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

1998-03-04 Thread dgaudet
dgaudet 98/03/04 00:54:33 Modified:src/modules/proxy mod_proxy.c Log: Dean messed up ProxyPass, Mark fixed it. Submitted by: Mark J Cox <[EMAIL PROTECTED]> Revision ChangesPath 1.43 +25 -30apache-1.3/src/modules/proxy/mod_proxy.c Index: mod_proxy.c ==

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

1998-03-04 Thread dgaudet
dgaudet 98/03/04 01:35:46 Modified:src/main util.c Log: pr2six is a local, mark it static, and make it take 1/4 the space Revision ChangesPath 1.95 +1 -1 apache-1.3/src/main/util.c Index: util.c

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

1998-03-04 Thread dgaudet
dgaudet 98/03/04 01:45:47 Modified:src/include httpd.h src/main util.c src/modules/proxy proxy_util.c src/modules/standard mod_usertrack.c Log: As long as we're exporting month_snames we might as well make use of it. And if we're going t

cvs commit: apache-1.3/src/helpers UpdateHide

1998-03-04 Thread dgaudet
dgaudet 98/03/04 01:47:38 Modified:src/helpers UpdateHide Log: Support for -DUSE_HSREGEX, no hiding for the regex symbols. Support for Linux... which incidentally has an R symbol type for read-only data (this is a gnu feature maybe, it may even be an optional posix thing). R

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

1998-03-04 Thread dgaudet
dgaudet 98/03/04 01:48:39 Modified:src/include hide.h Log: A few updates. Revision ChangesPath 1.3 +4 -3 apache-1.3/src/include/hide.h Index: hide.h === RCS file: /export/home/cvs/apache-1

cvs commit: apache-1.3/src/include alloc.h hide.h

1998-03-04 Thread dgaudet
dgaudet 98/03/04 01:57:29 Modified:src/helpers UpdateHide src/include alloc.h hide.h Log: When you define ALLOC_DEBUG and POOL_DEBUG you get a few more symbols that would be nice to hide. Revision ChangesPath 1.4 +3 -0 apache-1.3/src/helpers/Up

cvs commit: apache-1.3 STATUS

1998-03-04 Thread dgaudet
dgaudet 98/03/04 01:59:48 Modified:.STATUS Log: Proxies combined with namevhosts seem to work just as well as before... and when I looked at old vs. new logic in this area I don't see the problem that I thought was there. So I think this is closed. Revision Changes

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

1998-03-04 Thread dgaudet
dgaudet 98/03/04 02:50:33 Modified:src/modules/proxy mod_proxy.c Log: Revert a parsed uri change which I think was Martin's -- in proxy_fixup the comparisons are done against the url as stored in r->filename... it's kind of lame, but this is just how the proxy works. So for exam

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

1998-03-04 Thread dgaudet
dgaudet 98/03/04 02:58:09 Modified:src CHANGES src/modules/proxy proxy_http.c Log: ProxyPass didn't deal with query strings because the ?args part is already truncated in that case. Joel's patch worked for subrequests (i.e. via #include virtual)... I fixed

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

1998-03-04 Thread coar
coar98/03/04 04:02:09 Modified:src/helpers UpdateHide src/include hide.h Log: No, no, no - don't hide symbols which have already been given collision insurance. Revision ChangesPath 1.5 +3 -0 apache-1.3/src/helpers/UpdateHide

cvs commit: apache-1.3 STATUS

1998-03-04 Thread Ralf S. Engelschall
rse 98/03/04 04:08:49 Modified:src CHANGES src/main util.c .STATUS Log: The Line Contunuation feature (take 4): Same as the voted take 3 but I've replaced the *(cp-N) syntax with cp[-N] because most of us like this one more.

cvs commit: apache-1.3/src/helpers UpdateHide

1998-03-04 Thread Ralf S. Engelschall
rse 98/03/04 04:48:13 Modified:src/helpers UpdateHide Log: - Add Apache license header - Add usage information - Add Linux hint - Correct regex recently added by Ken Revision ChangesPath 1.6 +65 -4 apache-1.3/src/helpers/UpdateHide Index: UpdateHi

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

1998-03-04 Thread Ralf S. Engelschall
rse 98/03/04 05:17:01 Modified:src CHANGES src/modules/standard mod_rewrite.c mod_rewrite.h Log: Reanimate the DBM support for RewriteMap in mod_rewrite by fixing two source code errors and making sure it is disabled when DBM support is not available on th

cvs commit: apache-1.3 STATUS

1998-03-04 Thread Ralf S. Engelschall
rse 98/03/04 05:20:16 Modified:.STATUS Log: I hate the weather in germany: Sunday snow was falling down and just three days later we have a hot sunny day with 20 degree Celcius... Revision ChangesPath 1.174 +1 -0 apache-1.3/STATUS Index: STATUS

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

1998-03-04 Thread Ralf S. Engelschall
rse 98/03/04 05:55:11 Modified:src CHANGES src/modules/standard mod_rewrite.c mod_rewrite.h Log: Ok, here it comes: the last bugfix for mod_rewrite on my TODO list. It fixes the PR's problem the way Dean initially wanted: On-the-fly without changing any co

cvs commit: apache-1.3 STATUS

1998-03-04 Thread Ralf S. Engelschall
rse 98/03/04 05:58:59 Modified:.STATUS Log: And still a sunny day... Revision ChangesPath 1.175 +1 -0 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/ST

cvs commit: apache-1.3/src CHANGES

1998-03-04 Thread Ralf S. Engelschall
rse 98/03/04 06:14:13 Modified:src CHANGES Log: Add this PR because it reported the problem, too. Revision ChangesPath 1.686 +1 -1 apache-1.3/src/CHANGES Index: CHANGES === RCS file

cvs commit: apache-1.3 STATUS

1998-03-04 Thread mjc
mjc 98/03/04 06:19:22 Modified:.STATUS Log: Dean commited it (even though I never received the commit email) Revision ChangesPath 1.176 +1 -6 apache-1.3/STATUS Index: STATUS ===

cvs commit: apache-1.3/src CHANGES

1998-03-04 Thread mjc
mjc 98/03/04 06:28:31 Modified:src CHANGES Log: Fix confusing commit message - the move from buff.c was backed out later Revision ChangesPath 1.687 +1 -1 apache-1.3/src/CHANGES Index: CHANGES ===

cvs commit: apache-1.3/htdocs/manual/images mod_rewrite_fig1.fig mod_rewrite_fig1.gif mod_rewrite_fig2.fig mod_rewrite_fig2.gif

1998-03-04 Thread Ralf S. Engelschall
rse 98/03/04 08:51:19 Modified:htdocs/manual/mod mod_rewrite.html Added: htdocs/manual/images mod_rewrite_fig1.fig mod_rewrite_fig1.gif mod_rewrite_fig2.fig mod_rewrite_fig2.gif Log: Phase 1 of mod_rewrite documentation enha