cvs commit: apache-1.3/src/ap ap_execve.c

1998-02-27 Thread martin
martin 98/02/27 01:46:33 Modified:src/ap ap_execve.c Log: Oops! I should never publish a function without actually testing it... ap_execle() forgot to pass argv[0] to the program! Revision ChangesPath 1.7 +6 -5 apache-1.3/src/ap/ap_execve.c Index:

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

1998-02-27 Thread martin
martin 98/02/27 02:10:24 Modified:src/modules/proxy proxy_util.c Log: I forgot to change all occurrences of CRLF Revision ChangesPath 1.43 +3 -3 apache-1.3/src/modules/proxy/proxy_util.c Index: proxy_util.c

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

1998-02-27 Thread martin
martin 98/02/27 02:18:42 Modified:src/modules/proxy mod_proxy.c mod_proxy.h proxy_util.c Log: Add pool to interfaces of proxy_is_XXX functions (needed for future expansion) Revision ChangesPath 1.39 +4 -3 apache-1.3/src/modules/proxy/mod_proxy.c Index:

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

1998-02-27 Thread Ralf S. Engelschall
rse 98/02/27 06:31:13 Modified:src/modules/standard mod_rewrite.c Log: fixed a comment and added even more comments for better understanding. Revision ChangesPath 1.76 +9 -4 apache-1.3/src/modules/standard/mod_rewrite.c Index: mod_rewrite.c

cvs commit: apache-1.3/src Configure

1998-02-27 Thread martin
martin 98/02/27 06:45:01 Modified:src Configure Log: SVR4 (at least SINIX) needs -DHAS_DLFCN Revision ChangesPath 1.189 +1 -1 apache-1.3/src/Configure Index: Configure === RCS file:

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

1998-02-27 Thread martin
martin 98/02/27 06:47:16 Modified:src/modules/proxy mod_proxy.c Log: Sorry -- Forgot one pool argument in previous patch Revision ChangesPath 1.40 +1 -1 apache-1.3/src/modules/proxy/mod_proxy.c Index: mod_proxy.c

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

1998-02-27 Thread Ralf S. Engelschall
rse 98/02/27 06:47:48 Modified:src/modules/standard mod_rewrite.c Log: It's unbelievable, it's unbelievable... We have three locations where one can construct a string in rewriting rules by expanding $N, %N, %{NAME} and ${map:key}: - RewriteCond Location-1 ...

cvs commit: apache-1.3/src CHANGES

1998-02-27 Thread Ralf S. Engelschall
rse 98/02/27 06:55:04 Modified:src CHANGES Log: Document the now achieved equality of possible meta-construct expansions in mod_rewrite rulesets. Revision ChangesPath 1.670 +7 -0 apache-1.3/src/CHANGES Index: CHANGES

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

1998-02-27 Thread martin
martin 98/02/27 07:15:30 Modified:src CHANGES src/include httpd.h src/main Makefile.tmpl http_main.c http_protocol.c http_request.c http_vhost.c src/modules/proxy mod_proxy.c mod_proxy.h proxy_http.c

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

1998-02-27 Thread martin
martin 98/02/27 07:19:56 Modified:src/include util_uri.h src/main util_uri.c Log: Reflect Year-1998 reality Revision ChangesPath 1.2 +1 -1 apache-1.3/src/include/util_uri.h Index: util_uri.h

cvs commit: apache-1.3/src/main Makefile.tmpl

1998-02-27 Thread martin
martin 98/02/27 07:26:06 Modified:src/main Makefile.tmpl Log: Dean, this 'make depend' stuff was a great job Revision ChangesPath 1.14 +4 -0 apache-1.3/src/main/Makefile.tmpl Index: Makefile.tmpl