cvs commit: apache-devsite how-to-release.html

1998-03-05 Thread Ralf S. Engelschall
rse 98/03/05 03:58:35 Modified:.how-to-release.html Log: Make sure the src/test/ dir is not distributed, because first the src/test/README says... "This directory contains useful test code for testing various bits of Apache functionality. This stuff is for t

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

1998-03-05 Thread Ralf S. Engelschall
rse 98/03/05 02:48:07 Modified:src/modules/standard mod_rewrite.c Log: Add missing MODULE_VAR_EXPORT for mod_rewrite's module structure as requested by Marc. Thanks to him for discovering this. Revision ChangesPath 1.85 +1 -1 apache-1.3/src/modules/standar

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

1998-03-05 Thread Ralf S. Engelschall
rse 98/03/05 02:45:25 Modified:src/include conf.h src/modules/standard mod_rewrite.h Log: Situation: The function getpwnam() is used in main/util.c main/util_script.c modules/standard/mod_userdir.c modules/standard/mod_rewrite.c

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

1998-03-05 Thread Ralf S. Engelschall
rse 98/03/05 02:21:27 Modified:src/modules/standard mod_rewrite.c mod_rewrite.h Log: Shuffle #includes and #defines into private header file to have all this stuff at a single point for clear layout. Revision ChangesPath 1.84 +0 -33 apache-1.3/src/modules/s

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

1998-03-05 Thread Ralf S. Engelschall
rse 98/03/04 23:54:01 Modified:src/modules/standard mod_rewrite.c Log: Just cosmetic issues I stumpled over... Revision ChangesPath 1.83 +4 -4 apache-1.3/src/modules/standard/mod_rewrite.c Index: mod_rewrite.c =

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

1998-03-05 Thread Ralf S. Engelschall
rse 98/03/04 23:50:33 Modified:src/modules/standard mod_rewrite.c Log: Make sure the returned value of rand() is not greater then RAND_MAX on systems like SunOS where we guessed the RAND_MAX value. This the way Ben requested but without the "+1" because this actually leaded t

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
exibility has its drawback: complexity. So +don't expect to understand this module in it's whole in just one day. + +This module was invented and originally written in April 1996 +and gifted exclusively to the The Apache Group in July 1997 by -Ralf S. Engelsc

cvs commit: apache-1.3/src CHANGES

1998-03-04 Thread Ralf S. Engelschall
the dbm_xxx functions are not available. Second, two heavy source code errors in the DBM support code were fixed. This makes DBM RewriteMap's useable again after - a long time of brokeness. [Ralf S. Engelschall] + a long time of brokeness. [Ralf S. Engelschall, PR

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/modules/standard mod_rewrite.c mod_rewrite.h

1998-03-04 Thread Ralf S. Engelschall
is no config when we see a + difference between the remembered server and the one calling us. + [Ralf S. Engelschall, PR#1790] + *) Fixed the DBM RewriteMap support for mod_rewrite: First the support now is automatically disabled under configure time when the dbm_xxx func

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
when the dbm_xxx functions + are not available. Second, two heavy source code errors in the DBM + support code were fixed. This makes DBM RewriteMap's useable again after + a long time of brokeness. [Ralf S. Engelschall] + *) Now all configuration files support Unix-

cvs commit: apache-1.3/src/helpers UpdateHide

1998-03-04 Thread Ralf S. Engelschall
he Apache HTTP server +## project, please see <http://www.apache.org/>. +## +## + +## +## UpdateHide -- update the include/hide.h header file ## Written by Ralf S. Engelschall, <[EMAIL PROTECTED]> ## +# usage +if ($#ARGV != 2) { +print STDERR "Usage: UpdateHide

cvs commit: apache-1.3 STATUS

1998-03-04 Thread Ralf S. Engelschall
more. Submitted by: Ralf S. Engelschall Reviewed by: Jim Jagielski, Dean Gaudet, Martin Kraemer, Dirk-Willem van Gulik, Ralf S. Engelschall Revision ChangesPath 1.683 +7 -0 apache-1.3/src/CHANGES Index: CH

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

1998-03-03 Thread Ralf S. Engelschall
rse 98/03/03 07:58:12 Modified:src/modules/standard mod_rewrite.h Log: Remove already no longer needed define, because we replaced all of its usages with ap_cpystrn() variants in the past. Revision ChangesPath 1.42 +0 -3 apache-1.3/src/modules/standard/mod

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

1998-03-03 Thread Ralf S. Engelschall
rse 98/03/03 07:53:34 Modified:src/modules/standard mod_rewrite.h Log: Add own definition for RAND_MAX because some non-strict-POSIX platforms don't define it although they provide the rand() function :-( Revision ChangesPath 1.41 +4 -0 apache-1.3/src/modu

cvs commit: apache-1.3/src Makefile.tmpl

1998-03-03 Thread Ralf S. Engelschall
rse 98/03/03 05:47:44 Modified:src/include hide.h src/helpers UpdateHide src Makefile.tmpl Log: Made the generation of src/include/hide.h more robust and complete and commit an updated version of this header file. Revision ChangesPat

cvs commit: apache-1.3 STATUS

1998-03-02 Thread Ralf S. Engelschall
rse 98/03/02 06:32:33 Modified:.STATUS Log: Because real hacker's have nothing do to: fill the `Committed Code Changes' to make Ken happy ;-) (and update the available votes) Revision ChangesPath 1.167 +49 -4 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3 STATUS

1998-03-02 Thread Ralf S. Engelschall
rse 98/03/02 00:21:16 Modified:.STATUS Log: - add available patches and still existing votes - remove 'Committed Code Changes' because it's still too late to update it Revision ChangesPath 1.165 +19 -5 apache-1.3/STATUS Index: STATUS =

cvs commit: apache-1.3/src Configure

1998-03-01 Thread Ralf S. Engelschall
rse 98/03/01 04:56:03 Modified:src Configure Log: Make display more consequent: All other " + .." messages start with a lower case... Revision ChangesPath 1.192 +1 -1 apache-1.3/src/Configure Index: Configure

cvs commit: apache-1.3/src/helpers UpdateHide

1998-02-28 Thread Ralf S. Engelschall
function. Submitted by: Ralf S. Engelschall Reviewed by: Jim Jagielski, Dean Gaudet, Martin Kraemer, Ralf S. Engelschall Revision ChangesPath 1.673 +4 -0 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /e

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

1998-02-28 Thread Ralf S. Engelschall
Eigenschink <[EMAIL PROTECTED]>'s original patch for 1.2.5. For 1.2.5 we don't want it because its a feature. I also added corresponding entries to the CHANGES and mod_log_config.html file. Submitted by: Todd Eigenschink <[EMAIL PROTECTED]> Reviewed by: Ralf S. Engelschall

cvs commit: apache-1.3/src CHANGES

1998-02-27 Thread Ralf S. Engelschall
RewriteRule. This way the + possible expansions are consequently useable at all string creation + locations. [Ralf S. Engelschall] + *) Fix initialization of RewriteLogLevel (default now is 0 as documented and not 1) and the per-virtual-server merging of directives. Now

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 ... - RewriteR

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/modules/standard mod_rewrite.c

1998-02-26 Thread Ralf S. Engelschall
rse 98/02/26 03:13:41 Modified:src/modules/standard mod_rewrite.c Log: Seems today I'm very pedantic about cosmetic issues... ;-) Revision ChangesPath 1.75 +1 -1 apache-1.3/src/modules/standard/mod_rewrite.c Index: mod_rewrite.c ==

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

1998-02-26 Thread Ralf S. Engelschall
`RewriteEngine' and `RewriteOption' are either + completely overridden (default) or completely inherited (when + `RewriteOptions inherit') is used. [Ralf S. Engelschall, PR#1325] + *) Fix `RewriteMap' program lookup in situations where such maps are defined but disa

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

1998-02-26 Thread Ralf S. Engelschall
e off') in per-server context. + [Ralf S. Engelschall, PR#1431] + *) Fix bug introduced in 1.3b4-dev, config with no Port setting would cause server to bind to port 0 rather than 80. [Dean Gaudet] 1.73 +19 -12apache-1.3/src/modules/standard/mod

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

1998-02-26 Thread Ralf S. Engelschall
rse 98/02/26 01:32:29 Modified:src/modules/standard mod_rewrite.c Log: just tab->space cosmetics Revision ChangesPath 1.72 +10 -10apache-1.3/src/modules/standard/mod_rewrite.c Index: mod_rewrite.c ===

cvs commit: apache-devsite mailing-lists.html index.html

1998-02-26 Thread Ralf S. Engelschall
rse 98/02/25 23:53:21 Modified:.index.html Added: .mailing-lists.html Log: Because the frontdoor of our dev.apache.org website was really messed due to recent additions and changes I tried to clear it up by first putting the mailing-list info into an o

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

1998-02-25 Thread Ralf S. Engelschall
rse 98/02/25 07:42:59 Modified:htdocs/manual/mod mod_rewrite.html Log: Ops, we have totally mis-documented the %{LA-U:xxx} and %{LA-F:xxx} constructs, thus no one noticed that it can be used to lookup the REMOTE_USER variable (one of the mod_rewrite FAQs) even in per-server c

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

1998-02-24 Thread Ralf S. Engelschall
d ** gifted exclusively to the The Apache Group in July 1997 by ** ** Ralf S. Engelschall @@ -128,8 +128,8 @@ ** Our interface to the Apache server kernel: ** ** o Runtime logic of a request is as following: -** while(request or subrequest) -** foreac

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

1998-02-24 Thread Ralf S. Engelschall
rse 98/02/24 07:44:33 Modified:src/modules/standard mod_rewrite.c Log: Add missing "static" and include for RAND_MAX. Thanks to Ben Hyde <[EMAIL PROTECTED]>. Revision ChangesPath 1.70 +3 -2 apache-1.3/src/modules/standard/mod_rewrite.c Index: mod_rew

cvs commit: apache-1.3 STATUS

1998-02-24 Thread Ralf S. Engelschall
rse 98/02/24 07:09:07 Modified:.STATUS Log: committed. Revision ChangesPath 1.164 +0 -5 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v retri

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

1998-02-24 Thread Ralf S. Engelschall
by: Ralf S. Engelschall Reviewed by: Ralf S. Engelschall, Jim Jagielski Revision ChangesPath 1.666 +6 -0 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v

cvs commit: apache-1.3 STATUS

1998-02-23 Thread Ralf S. Engelschall
rse 98/02/23 08:50:23 Modified:.STATUS Log: Don't forget the available fix for RewriteMap programs... Revision ChangesPath 1.163 +5 -0 apache-1.3/STATUS Index: STATUS === RCS fil

cvs commit: apache-1.3/src CHANGES

1998-02-23 Thread Ralf S. Engelschall
longer makes problematic assumptions on the characters + a username can contain when trying to expand it via /etc/passwd. + [Ralf S. Engelschall] + *) The mod_setenvif BrowserMatch backwards compatibility command did not work properly with spaces in the regex. [Ronald

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

1998-02-23 Thread Ralf S. Engelschall
rse 98/02/23 07:18:52 Modified:src/modules/standard mod_rewrite.c Log: mod_rewrite shouldn't make any assumptions on which characters a username can contain because a lot of Unix derivates allow more then [a-zA-Z0-9]. We now treat anything between ^/~ and the next slash or e

cvs commit: apache-1.3/src CHANGES

1998-02-23 Thread Ralf S. Engelschall
is an essential feature to fix the case of server names when doing mass virtual-hosting with the help of mod_rewrite instead of using - sections). + sections). [Ralf S. Engelschall] *) Add a new directive to mod_proxy similar to ProxyPass: `ProxyPassReverse'.

cvs commit: apache-devsite how-to-release.html

1998-02-23 Thread Ralf S. Engelschall
rse 98/02/23 00:33:31 Modified:.how-to-release.html Log: missing blank Revision ChangesPath 1.27 +1 -1 apache-devsite/how-to-release.html Index: how-to-release.html === RCS file

cvs commit: apache-1.3 STATUS

1998-02-23 Thread Ralf S. Engelschall
uld write stand-alone documents (perhaps inside htdocs/manual/misc/) because they are not trivial to do, even when we now have the functionality ;-) Submitted by: Ralf S. Engelschall Reviewed by: Dean Gaudet, Ralf S. Engelschall Revision ChangesPath 1.659 +12 -0 apache-

cvs commit: apache-1.3 STATUS

1998-02-23 Thread Ralf S. Engelschall
directive which allows Apache to be used as a full-featured Reverse Proxy in front of a backend webserver cluster. Submitted by: Ralf S. Engelschall Reviewed by: Martin Kraemer, Ralf S. Engelschall Revision ChangesPath 1.658 +7 -0 apache-1.3/src/CHANGES Index

cvs commit: apache-1.3/src CHANGES

1998-02-18 Thread Ralf S. Engelschall
t.tar" target from Makefile.tmpl and make sure + backup files are removed on "clean" target [Ralf S. Engelschall] + *) PORT: Add -lm to LIBS for HPUX. [Dean Gaudet] PR#1639 *) Various errors from select() and accept() in child_main() would

cvs commit: apache-1.3/src Makefile.tmpl

1998-02-18 Thread Ralf S. Engelschall
rse 98/02/18 00:50:59 Modified:src Makefile.tmpl Log: - also remove backup files (*.bak) on "clean" target - remove the (for a long-time) obsolete "dist.tar" target because we already use the step-by-step document for building releases and this particular "dist.

cvs commit: apache-1.3/src CHANGES

1998-02-18 Thread Ralf S. Engelschall
rse 98/02/18 00:31:00 Modified:src CHANGES Log: Include the changelog for 1.2.5 and 1.2.6 to the 1.3 tree because we already have the changlog entries there for 1.2.x-1.2.4 so we should keep it in sync now, too. Revision ChangesPath 1.634 +143 -0apach

cvs commit: apache-1.3 STATUS

1998-02-18 Thread Ralf S. Engelschall
rse 98/02/18 00:19:31 Modified:.STATUS Log: - Ok, we actually start now with 1.3b6-dev... - Remember Martins vote Revision ChangesPath 1.155 +2 -2 apache-1.3/STATUS Index: STATUS ===

cvs commit: apache-1.3 STATUS

1998-02-12 Thread Ralf S. Engelschall
rse 98/02/12 07:24:11 Modified:.STATUS Log: Add my available patches. Revision ChangesPath 1.150 +7 -6 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/S

cvs commit: apache-devsite devnotes.html

1998-02-11 Thread Ralf S. Engelschall
rse 98/02/11 05:04:31 Modified:.devnotes.html Log: URL has moved some time ago and this link was missing. Revision ChangesPath 1.7 +2 -2 apache-devsite/devnotes.html Index: devnotes.html ===

cvs commit: apache-1.3 STATUS

1998-02-11 Thread Ralf S. Engelschall
rse 98/02/11 04:08:33 Modified:.STATUS Log: Notice that we vote for inclusion when we reach 1.3b6-dev and not for the current state... Revision ChangesPath 1.149 +1 -1 apache-1.3/STATUS Index: STATUS ==

cvs commit: apache-1.3 STATUS

1998-02-10 Thread Ralf S. Engelschall
rse 98/02/10 04:43:40 Modified:.STATUS Log: mod_rewrite case-trans patch and votes... Revision ChangesPath 1.148 +13 -5 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/

cvs commit: apache-devsite how-to-release.html

1998-02-09 Thread Ralf S. Engelschall
@@ > + -Announcing a New Release + +How to build a release of Apache +Alexei Kosut <[EMAIL PROTECTED]> +Ralf S. Engelschall <[EMAIL PROTECTED]> +Jim Jagielski <[EMAIL PROTECTED]> + + + + + +This document describes the typical release cycle the release manager h

cvs commit: apache-2.0 STATUS

1998-02-07 Thread Ralf S. Engelschall
rse 98/02/07 12:12:46 Modified:.STATUS Log: just my $0.02 according to Apache 2.0 Revision ChangesPath 1.17 +13 -12apache-2.0/STATUS Index: STATUS === RCS file: /export/home/cvs/

cvs commit: apache-devsite index.html

1997-12-20 Thread Ralf S. Engelschall
rse 97/12/20 08:06:44 Modified:.index.html Log: URL of my Guide to CVS/CVSup access has changed. Revision ChangesPath 1.12 +1 -1 apache-devsite/index.html Index: index.html ===

cvs commit: apachen/htdocs/manual/misc FAQ.html

1997-12-16 Thread Ralf S. Engelschall
rse 97/12/16 08:52:20 Modified:htdocs/manual/misc FAQ.html Log: Change to URL to the mod_rewrite practical solutions, because the software area now really gets removed, but at least the solutions survive in my paperwork area where they make up a new document. Revision

cvs commit: apache-devsite index.html

1997-11-12 Thread Ralf S. Engelschall
rse 97/11/12 09:35:59 Modified:.index.html Log: Add URL to my document which describes developer access to the repository via CVSup. When its more complete we can checkin a copy of this to apache-devsite. For now, a hyperlink is good enough. Revision Changes

cvs commit: apachen/src/modules/standard mod_rewrite.c

1997-11-12 Thread Ralf S. Engelschall
rse 97/11/12 03:21:54 Modified:src INDENT src/modules/standard mod_rewrite.c Log: Second step of the mod_rewrite overhauling phase: Finished the indentation of mod_rewrite.c where some stuff was left over from Roy's initial work. Thanks to Roy for his wo

cvs commit: apachen/src/modules/standard mod_rewrite.c mod_rewrite.h

1997-11-12 Thread Ralf S. Engelschall
test 1.2.4+ssl_1.11 patch - make cmd_rewriterule static (this was left over from old days of the mod_rewrite_compat which never found its way into the core distribution) Submitted by: Ralf S. Engelschall Reviewed by:Roy T. Fielding, Jim Jagielski, Ralf S. Engelschall

cvs commit: apachen/src CHANGES

1997-10-22 Thread Ralf S. Engelschall
mod_unique_id's UNIQUE_ID + variable to provide this one to suexec'd CGIs, too. + [Ralf S. Engelschall] PR#1284 + *) New support tool: src/support/split-logfile, a sample Perl script which splits up a combined access log into separate files based on the name of t

cvs commit: apachen/src/support suexec.c

1997-10-22 Thread Ralf S. Engelschall
rse 97/10/22 00:43:38 Modified:src/support suexec.c Log: Fix PR#1284: make Apache environment-variable UNIQUE_ID from mod_unique_id available to suexec'd CGI programs, too. PR: 1284 Reviewed by: Ralf S. Engelschall, Martin Kraemer, Jason A. Dour <[EMAIL P

cvs commit: apachen/src Configuration.tmpl

1997-10-21 Thread Ralf S. Engelschall
rse 97/10/20 23:44:00 Modified:src Configuration.tmpl Log: Fixed wrong description of Module and changed name to new one. PR: 1279 Revision ChangesPath 1.77 +2 -2 apachen/src/Configuration.tmpl Index: Configuration.tmpl =

cvs commit: apachen/src Configure

1997-10-21 Thread Ralf S. Engelschall
rse 97/10/20 23:41:08 Modified:src Configure Log: typo. Revision ChangesPath 1.161 +1 -1 apachen/src/Configure Index: Configure === RCS file: /export/home/cvs/apachen/src/Configure,

cvs commit: apache-site index.html

1997-08-22 Thread Ralf S. Engelschall
rse 97/08/22 01:14:25 Modified:.index.html Log: Update frontdoor for 1.2.4 release. Revision ChangesPath 1.37 +11 -10apache-site/index.html Index: index.html === RCS file: /expor

cvs commit: apachen/src CHANGES

1997-08-22 Thread Ralf S. Engelschall
rse 97/08/22 01:10:12 Modified:src CHANGES Log: Import the changelog entries for 1.2.3 and 1.2.4 releases from the APACHE_1_2_X branch of "apache" to the HEAD of "apachen". Revision ChangesPath 1.406 +17 -0 apachen/src/CHANGES Index: CHANGES

cvs commit: apache/src httpd.h

1997-08-22 Thread Ralf S. Engelschall
rse 97/08/22 01:04:28 Modified:src Tag: APACHE_1_2_X httpd.h Log: Ok, the 1.2.4 tarball was rolled, so now we're at 1.2.5-dev. Revision ChangesPath No revision No revision 1.111.2.17 +2 -2 apache/src/httpd.

cvs commit: apache-devsite how-to-release.html

1997-08-22 Thread Ralf S. Engelschall
rse 97/08/22 00:22:35 Modified:.how-to-release.html Log: Both generic and specific version numbers confuse. Revision ChangesPath 1.13 +1 -1 apache-devsite/how-to-release.html Index: how-to-release.html =

cvs commit: apache/src httpd.h

1997-08-22 Thread Ralf S. Engelschall
rse 97/08/22 00:11:55 Modified:src Tag: APACHE_1_2_X httpd.h Log: Prepare for 1.2.4 release. Revision ChangesPath No revision No revision 1.111.2.16 +2 -2 apache/src/httpd.h Index: httpd.h ==

cvs commit: apache-site index.html

1997-08-19 Thread Ralf S. Engelschall
rse 97/08/19 11:13:22 Modified:.index.html Log: Update the frontdoor for Apache 1.2.3. Now the run can begin... Revision ChangesPath 1.33 +7 -7 apache-site/index.html Index: index.html

cvs commit: apache-devsite how-to-release.html

1997-08-18 Thread Ralf S. Engelschall
rse 97/08/18 23:52:17 Modified:.how-to-release.html Log: Accept empty dirs in the tarball. This is needed because we create special tarballs: the empty "logs" directory have to exists there. Revision ChangesPath 1.10 +6 -4 apache-devsite/how-to-r

cvs commit: apache/src httpd.h

1997-08-18 Thread Ralf S. Engelschall
rse 97/08/18 10:43:52 Modified:src Tag: APACHE_1_2_X httpd.h Log: OK, now the final 1.2.3 tarball was rolled The APACHE_1_2_X branch now is at version number 1.2.4-dev. Revision ChangesPath No revision No revision

cvs commit: apache/src httpd.h

1997-08-18 Thread Ralf S. Engelschall
rse 97/08/18 10:30:12 Modified:src Tag: APACHE_1_2_X httpd.h Log: Now really prepare for final 1.2.3 tarball. Revision ChangesPath No revision No revision 1.111.2.14 +2 -2 apache/src/httpd.h Index: htt

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

1997-08-17 Thread Ralf S. Engelschall
rse 97/08/17 14:00:49 Modified:src Tag: APACHE_1_2_X CHANGES src/modules/proxy Tag: APACHE_1_2_X proxy_http.c Log: Fix URL mangling in mod_proxy for HTTP requests. PR: 260,656,699,713,812 Submitted by: Lars Eilebrecht Reviewed by: Marc Slemko, Dean

cvs commit: apache/src CHANGES mod_rewrite.c

1997-08-17 Thread Ralf S. Engelschall
rse 97/08/17 13:35:52 Modified:src Tag: APACHE_1_2_X CHANGES mod_rewrite.c Log: Fixed proxy-pass-through feature. Submitted by: Marc Slemko Reviewed by: Dean Gaudet, Ralf S. Engelschall Revision ChangesPath No revision No

cvs commit: apache/src CHANGES

1997-08-12 Thread Ralf S. Engelschall
rse 97/08/12 04:59:01 Modified:src Tag: APACHE_1_2_X CHANGES Log: Prepare for 1.2.3. Revision ChangesPath No revision No revision 1.286.2.45 +4 -1 apache/src/CHANGES Index: CHANGES ==

cvs commit: apache-devsite how-to-release.html

1997-08-12 Thread Ralf S. Engelschall
rse 97/08/12 02:06:38 Modified:.how-to-release.html Log: Removed -p option because at least HP-UX Make had problems with it when testing the pre-releases. Revision ChangesPath 1.9 +2 -1 apache-devsite/how-to-release.html Index: how-to-release

cvs commit: apachen/src CHANGES

1997-08-11 Thread Ralf S. Engelschall
simple + find_linked_module("mod_proxy") call. + o added missing negation char on rewritelog() + o fixed a few comment typos + [Ralf S. Engelschall] + + *) Anonymous_LogEmail was logging on each subrequest. + [Dean Gaudet] PR#421, PR#868 + + *) "fo

cvs commit: apache/src httpd.h

1997-08-11 Thread Ralf S. Engelschall
rse 97/08/11 13:17:00 Modified:src Tag: APACHE_1_2_X httpd.h Log: Set version again to 1.2.3-dev now to avoid any more 1.2.2-confusion. Revision ChangesPath No revision No revision 1.111.2.13 +2 -2 apache/s

cvs commit: apache/src CHANGES http_request.c

1997-08-11 Thread Ralf S. Engelschall
audet, Ralf S. Engelschall Revision ChangesPath 1.286.2.44 +5 -0 apache/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache/src/CHANGES,v retrieving revision 1.286.2.43 retrieving revision 1.286

cvs commit: apache/src CHANGES

1997-08-10 Thread Ralf S. Engelschall
rse 97/08/10 09:36:11 Modified:src CHANGES Log: Adjusted changelog for 1.2.2. Revision ChangesPath 1.286.2.43 +4 -1 apache/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apac

cvs commit: apache-devsite how-to-release.html

1997-08-07 Thread Ralf S. Engelschall
rse 97/08/07 01:57:15 Modified:. how-to-release.html Log: Fixup. Revision ChangesPath 1.8 +11 -7 apache-devsite/how-to-release.html Index: how-to-release.html === RCS file: /exp

cvs commit: apache/src httpd.h

1997-08-07 Thread Ralf S. Engelschall
rse 97/08/07 01:47:25 Modified:src httpd.h Log: Prepare for final release. Revision ChangesPath 1.111.2.12 +1 -1 apache/src/httpd.h Index: httpd.h === RCS file: /export/home/cvs/apache

cvs commit: apache/src CHANGES buff.c

1997-08-07 Thread Ralf S. Engelschall
Fielding, Ralf S. Engelschall Revision ChangesPath 1.286.2.42 +4 -0 apache/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache/src/CHANGES,v retrieving revision 1.286.2.41 retrieving revision

cvs commit: apache-devsite how-to-release.html

1997-08-06 Thread Ralf S. Engelschall
rse 97/08/06 13:19:03 Modified:. how-to-release.html Log: Just some layout adjustments. Revision ChangesPath 1.7 +2 -2 apache-devsite/how-to-release.html Index: how-to-release.html =

cvs commit: apache-devsite how-to-release.html

1997-08-06 Thread Ralf S. Engelschall
rse 97/08/06 13:13:19 Modified:. how-to-release.html Log: Added some suggestions by Marc. Revision ChangesPath 1.6 +5 -4 apache-devsite/how-to-release.html Index: how-to-release.html ===

cvs commit: apache-devsite how-to-release.html

1997-08-06 Thread Ralf S. Engelschall
rse 97/08/06 00:46:41 Modified:. how-to-release.html Log: HTML does not like plain angle brackets. Revision ChangesPath 1.5 +2 -2 apache-devsite/how-to-release.html Index: how-to-release.html ==

cvs commit: apache-devsite how-to-release.html

1997-08-06 Thread Ralf S. Engelschall
rse 97/08/06 00:40:11 Modified:. how-to-release.html Log: Ops, after gzip the .tar is gone ;-) Revision ChangesPath 1.4 +2 -2 apache-devsite/how-to-release.html Index: how-to-release.html ==

cvs commit: apache-devsite how-to-release.html

1997-08-06 Thread Ralf S. Engelschall
rse 97/08/06 00:35:54 Modified:. how-to-release.html Log: Added info about "major minor bugfix betaseq" in APACHE_RELEASE define. Is this the way as it is intended? Revision ChangesPath 1.3 +11 -5 apache-devsite/how-to-release.html Index: how-

cvs commit: apache-devsite how-to-release.html

1997-08-06 Thread Ralf S. Engelschall
@@ -1,20 +1,90 @@ + + + + How to build a release of Apache + + + + + + How to build a release of Apache -Originally from Alexei Kosut +Written by Ralf S. Engelschall mailto:[EMAIL PROTECTED]"><[EMAIL PROTECTED]>, +based on original work by Alexe

cvs commit: apache/src httpd.h

1997-08-05 Thread Ralf S. Engelschall
rse 97/08/05 23:12:20 Modified:src httpd.h Log: Set correct version number for first snapshot and coming release. Revision ChangesPath 1.111.2.11 +1 -1 apache/src/httpd.h Index: httpd.h

cvs commit: apache CHANGES

1997-08-05 Thread Ralf S. Engelschall
onally to the fact -that this fixes some bugs, mod_rewrite now is no longer developed and -maintained _externally_ by the original author Ralf S. Engelschall. -Instead he has officially joined the Apache Group and gifted the -sources to it (removed the shared

cvs commit: apache/htdocs/manual/mod mod_rewrite.html

1997-08-05 Thread Ralf S. Engelschall
RewriteRules subst string. This provides maximum flexibility through the use of backreferences. Additionally the rewriting engine was cleaned up by putting common code to the new expand_backrefs_inbuffer() function. Submitted by: Ralf S. Engelschall Reviewed by: Dean Gaudet, Ralf S. Engelschall

cvs commit: apache/src Configuration.tmpl

1997-08-05 Thread Ralf S. Engelschall
rse 97/08/05 03:17:53 Modified:src Configuration.tmpl Log: Make it more clear that mod_rewrite is a much more complicated beast as the others due to the nature of the rule-based approach. Revision ChangesPath 1.70 +3 -2 apache/src/Configuration.tmpl

cvs commit: apache/src CHANGES http_core.c

1997-08-04 Thread Ralf S. Engelschall
rse 97/08/04 09:05:04 Modified:src Tag: APACHE_1_2_X CHANGES http_core.c Log: Fixed improper vhost merging of and . Submitted by: Dean Gaudet Reviewed by: Roy Fielding, Ralf S. Engelschall, Dean Gaudet Revision ChangesPath No

cvs commit: apache-site/info aol-http.html apache_nt.html apache_on_linux.html apache_users.html how-to-mirror.html three-config-files.html

1997-08-03 Thread Ralf S. Engelschall
rse 97/08/03 09:12:03 Modified:info aol-http.html apache_nt.html apache_on_linux.html apache_users.html how-to-mirror.html three-config-files.html Log: Align more pages to the common style... Revision ChangesPath 1

cvs commit: apache/htdocs/manual/mod mod_cgi.html

1997-08-03 Thread Ralf S. Engelschall
rse 97/08/03 03:17:11 Modified:htdocs/manual/mod mod_cgi.html Log: Added link to the CGI spec from NCSA. Revision ChangesPath 1.11 +3 -2 apache/htdocs/manual/mod/mod_cgi.html Index: mod_cgi.html ===

cvs commit: apache-site/contributors index.html

1997-08-03 Thread Ralf S. Engelschall
rse 97/08/03 03:11:09 Modified:. announcelist.html bug_report.html in_the_news.html info.html related_projects.html contributors index.html Log: Added the specialized tag from the other pages for white background. Now most of th

cvs commit: apache-site/library index.html

1997-08-03 Thread Ralf S. Engelschall
rse 97/08/03 02:35:31 Modified:library index.html Log: Added a few more important links (CGI, HTML, etc.) and restructured the page. Revision ChangesPath 1.2 +46 -17apache-site/library/index.html Index: index.html ===

cvs commit: apache/htdocs/manual/misc FAQ.html

1997-08-03 Thread Ralf S. Engelschall
rse 97/08/03 01:48:00 Modified:htdocs/manual/misc Tag: APACHE_1_2_X FAQ.html Log: Merged in recent changes from HEAD. Revision ChangesPath No revision No revision 1.63.2.14 +40 -31apache/htdocs/manual/misc/FAQ.

cvs commit: apache/src CHANGES http_request.c

1997-08-02 Thread Ralf S. Engelschall
rse 97/08/02 08:52:14 Modified:src Tag: APACHE_1_2_X CHANGES http_request.c Log: Bugfix the case where multiple s match and all are applied Submitted by: Dean Gaudet Reviewed by: Dean Gaudet, Ralf S. Engelschall, Randy Terbush Revision ChangesPath No

cvs commit: apache/htdocs/manual/mod mod_browser.html mod_cern_meta.html mod_env.html mod_headers.html mod_proxy.html

1997-08-02 Thread Ralf S. Engelschall
rse 97/08/02 01:24:10 Modified:htdocs/manual/mod Tag: APACHE_1_2_X mod_browser.html mod_cern_meta.html mod_env.html mod_headers.html mod_proxy.html Log: Make headers also consistent in Apache 1.2.2 docs. Revision Changes

cvs commit: apache/htdocs/manual/mod mod_headers.html mod_browser.html

1997-08-01 Thread Ralf S. Engelschall
rse 97/08/01 05:05:07 Modified:htdocs/manual/mod mod_headers.html mod_browser.html Log: Make headerlines consistent between modules. Revision ChangesPath 1.5 +1 -1 apache/htdocs/manual/mod/mod_headers.html Index: mod_headers.html ===

<    1   2   3   >