randyk | 1 Dec 2004 08:06
Picon
Favicon

svn commit: r109308 - /httpd/site/trunk/docs/test/index.html /httpd/site/trunk/xdocs/test/index.xml

Author: randyk
Date: Tue Nov 30 23:06:26 2004
New Revision: 109308

URL: http://svn.apache.org/viewcvs?view=rev&rev=109308
Log:
Update test docs to use svn
Modified:
   httpd/site/trunk/docs/test/index.html
   httpd/site/trunk/xdocs/test/index.xml

Modified: httpd/site/trunk/docs/test/index.html
Url: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/test/index.html?view=diff&rev=109308&p1=httpd/site/trunk/docs/test/index.html&r1=109307&p2=httpd/site/trunk/docs/test/index.html&r2=109308
==============================================================================
--- httpd/site/trunk/docs/test/index.html	(original)
+++ httpd/site/trunk/docs/test/index.html	Tue Nov 30 23:06:26 2004
 <at>  <at>  -71,8 +71,8  <at>  <at> 
 <p>Currently, the following components are available:</p>
 <ul>
 <li><a href="flood/">Flood</a> - a profile-driven HTTP load tester</li>
-<li><a href="http://cvs.apache.org/viewcvs.cgi/httpd-test/perl-framework/">Perl
Framework</a> - a perl-centric HTTP test kit</li>
-<li><a href="http://cvs.apache.org/viewcvs.cgi/httpd-test/specweb99/">specweb99</a>
+<li><a href="http://svn.apache.org/viewcvs.cgi/httpd/test/trunk/perl-framework/">Perl
Framework</a> - a perl-centric HTTP test kit</li>
+<li><a href="http://svn.apache.org/viewcvs.cgi/httpd/test/trunk/specweb99/">specweb99</a>
 - Modules for <a href="http://www.spec.org/">SPECWeb99</a> tests</li>
 </ul>
   </blockquote>
 <at>  <at>  -103,17 +103,16  <at>  <at> 
(Continue reading)

mturk | 1 Dec 2004 09:44
Picon
Favicon
Gravatar

svn commit: r109316 - /httpd/httpd/trunk/modules/proxy/mod_proxy.c /httpd/httpd/trunk/modules/proxy/mod_proxy.h /httpd/httpd/trunk/modules/proxy/proxy_util.c

Author: mturk
Date: Wed Dec  1 00:44:11 2004
New Revision: 109316

URL: http://svn.apache.org/viewcvs?view=rev&rev=109316
Log:
Add generic reverse proxy worker so that module-driven reverse proxying works. It is enabled by default,
but IMO it should be configurable like any other worker so we can limit the number of outgoing connections.
Modified:
   httpd/httpd/trunk/modules/proxy/mod_proxy.c
   httpd/httpd/trunk/modules/proxy/mod_proxy.h
   httpd/httpd/trunk/modules/proxy/proxy_util.c

Modified: httpd/httpd/trunk/modules/proxy/mod_proxy.c
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/modules/proxy/mod_proxy.c?view=diff&rev=109316&p1=httpd/httpd/trunk/modules/proxy/mod_proxy.c&r1=109315&p2=httpd/httpd/trunk/modules/proxy/mod_proxy.c&r2=109316
==============================================================================
--- httpd/httpd/trunk/modules/proxy/mod_proxy.c	(original)
+++ httpd/httpd/trunk/modules/proxy/mod_proxy.c	Wed Dec  1 00:44:11 2004
 <at>  <at>  -769,6 +769,7  <at>  <at> 
     ps->workers = apr_array_make(p, 10, sizeof(proxy_worker));
     ps->balancers = apr_array_make(p, 10, sizeof(proxy_balancer));
     ps->forward = NULL;
+    ps->reverse = NULL;
     ps->domain = NULL;
     ps->viaopt = via_off; /* initially backward compatible with 1.3.1 */
     ps->viaopt_set = 0; /* 0 means default */
 <at>  <at>  -814,6 +815,7  <at>  <at> 
     ps->workers = apr_array_append(p, base->workers, overrides->workers);
     ps->balancers = apr_array_append(p, base->balancers, overrides->balancers);
     ps->forward = overrides->forward ? overrides->forward : base->forward;
(Continue reading)

wrowe | 1 Dec 2004 23:34
Picon
Favicon

svn commit: r109389 - /httpd/httpd/branches/1.3.x/LICENSE /httpd/httpd/branches/1.3.x/NOTICE

Author: wrowe
Date: Wed Dec  1 14:34:21 2004
New Revision: 109389

URL: http://svn.apache.org/viewcvs?view=rev&rev=109389
Log:

  All applicable sub-licenses should be part of the NOTICE provided
  with apache-1.3 - correct?  Made this just a bit more legible and
  stripped it down to actual copyright language.

Modified:
   httpd/httpd/branches/1.3.x/LICENSE
   httpd/httpd/branches/1.3.x/NOTICE

Modified: httpd/httpd/branches/1.3.x/LICENSE
Url: http://svn.apache.org/viewcvs/httpd/httpd/branches/1.3.x/LICENSE?view=diff&rev=109389&p1=httpd/httpd/branches/1.3.x/LICENSE&r1=109388&p2=httpd/httpd/branches/1.3.x/LICENSE&r2=109389
==============================================================================
--- httpd/httpd/branches/1.3.x/LICENSE	(original)
+++ httpd/httpd/branches/1.3.x/LICENSE	Wed Dec  1 14:34:21 2004
 <at>  <at>  -200,291 +200,3  <at>  <at> 
    See the License for the specific language governing permissions and
    limitations under the License.

-
-
-APACHE HTTP SERVER SUBCOMPONENTS: 
-
-The Apache HTTP Server includes a number of subcomponents with
-separate copyright notices and license terms. Your use of the source
(Continue reading)

yoshiki | 2 Dec 2004 01:11
Picon
Favicon

svn commit: r109405 - /httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_common.xml.ja

Author: yoshiki
Date: Wed Dec  1 16:11:18 2004
New Revision: 109405

URL: http://svn.apache.org/viewcvs?view=rev&rev=109405
Log:
Update Japanese translation based on 2.1.

Modified:
   httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_common.xml.ja

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_common.xml.ja
Url: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_common.xml.ja?view=diff&rev=109405&p1=httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_common.xml.ja&r1=109404&p2=httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_common.xml.ja&r2=109405
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_common.xml.ja	(original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_common.xml.ja	Wed Dec  1 16:11:18 2004
 <at>  <at>  -1,7 +1,7  <at>  <at> 
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 97319 (outdated: 106849) -->
+<!-- English Revision: 106849 -->

 <!--
  Copyright 2002-2004 The Apache Software Foundation
 <at>  <at>  -27,24 +27,143  <at>  <at> 
 <status>MPM</status>

 <directivesynopsis>
+<name>AcceptMutex</name>
(Continue reading)

yoshiki | 2 Dec 2004 01:12
Picon
Favicon

svn commit: r109406 - /httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_common.xml.ja

Author: yoshiki
Date: Wed Dec  1 16:12:48 2004
New Revision: 109406

URL: http://svn.apache.org/viewcvs?view=rev&rev=109406
Log:
Fix <syntax> of MinSpareThreads.

Reported by:	Kitamoto Tsuyoshi <fmv5200na8x yahoo.co.jp>

Modified:
   httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_common.xml.ja

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_common.xml.ja
Url: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_common.xml.ja?view=diff&rev=109406&p1=httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_common.xml.ja&r1=109405&p2=httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_common.xml.ja&r2=109406
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_common.xml.ja	(original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_common.xml.ja	Wed Dec  1 16:12:48 2004
 <at>  <at>  -574,7 +574,7  <at>  <at> 
 <name>MinSpareThreads</name>
 <description>$B%j%/%(%9%H$K1~Ez$9$k$3$H$N$G$-$k(B
 $B%"%$%I%k%9%l%C%I?t$N:G>.?t(B</description>
-<syntax>MinSpareServers <var>number</var></syntax>
+<syntax>MinSpareThreads <var>number</var></syntax>
 <default>$B>\:Y$O;HMQJ}K!$r$4Mw2<$5$$!#(B</default>
 <contextlist><context>server config</context></contextlist>
 <modulelist><module>beos</module><module>leader</module>

yoshiki | 2 Dec 2004 01:18
Picon
Favicon

svn commit: r109407 - httpd/httpd/branches/2.0.x/docs/manual/mod

Author: yoshiki
Date: Wed Dec  1 16:18:38 2004
New Revision: 109407

URL: http://svn.apache.org/viewcvs?view=rev&rev=109407
Log:
Update transformation.

Modified:
   httpd/httpd/branches/2.0.x/docs/manual/mod/directives.html.ja.euc-jp
   httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_common.html.ja.euc-jp
   httpd/httpd/branches/2.0.x/docs/manual/mod/mpm_common.xml.meta
   httpd/httpd/branches/2.0.x/docs/manual/mod/quickreference.html.ja.euc-jp

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/directives.html.ja.euc-jp
Url: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/directives.html.ja.euc-jp?view=diff&rev=109407&p1=httpd/httpd/branches/2.0.x/docs/manual/mod/directives.html.ja.euc-jp&r1=109406&p2=httpd/httpd/branches/2.0.x/docs/manual/mod/directives.html.ja.euc-jp&r2=109407
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/directives.html.ja.euc-jp	(original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/directives.html.ja.euc-jp	Wed Dec  1 16:18:38 2004
 <at>  <at>  -39,7 +39,8  <at>  <at> 
 <p class="letters"><a href="#A">&nbsp;A&nbsp;</a> | <a href="#B">&nbsp;B&nbsp;</a> | <a href="#C">&nbsp;C&nbsp;</a> | <a href="#D">&nbsp;D&nbsp;</a> | <a href="#E">&nbsp;E&nbsp;</a> | <a href="#F">&nbsp;F&nbsp;</a> | <a href="#G">&nbsp;G&nbsp;</a> | <a href="#H">&nbsp;H&nbsp;</a> | <a href="#I">&nbsp;I&nbsp;</a> | <a href="#K">&nbsp;K&nbsp;</a> | <a href="#L">&nbsp;L&nbsp;</a> | <a href="#M">&nbsp;M&nbsp;</a> | <a href="#N">&nbsp;N&nbsp;</a> | <a href="#O">&nbsp;O&nbsp;</a> | <a href="#P">&nbsp;P&nbsp;</a> | <a href="#R">&nbsp;R&nbsp;</a> | <a href="#S">&nbsp;S&nbsp;</a> | <a href="#T">&nbsp;T&nbsp;</a> | <a href="#U">&nbsp;U&nbsp;</a> | <a href="#V">&nbsp;V&nbsp;</a> | <a href="#W">&nbsp;W&nbsp;</a> | <a href="#X">&nbsp;X&nbsp;</a></p>
 </div>
 <div id="directive-list"><ul>
-<li><a href="core.html#acceptpathinfo" id="A" name="A">AcceptPathInfo</a></li>
+<li><a href="mpm_common.html#acceptmutex" id="A" name="A">AcceptMutex</a></li>
+<li><a href="core.html#acceptpathinfo">AcceptPathInfo</a></li>
 <li><a href="core.html#accessfilename">AccessFileName</a></li>
 <li><a href="mod_actions.html#action">Action</a></li>
 <li><a href="mod_autoindex.html#addalt">AddAlt</a></li>
 <at>  <at>  -104,6 +105,7  <at>  <at> 
(Continue reading)

yoshiki | 2 Dec 2004 01:21
Picon
Favicon

svn commit: r109409 - /httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.ja

Author: yoshiki
Date: Wed Dec  1 16:21:38 2004
New Revision: 109409

URL: http://svn.apache.org/viewcvs?view=rev&rev=109409
Log:
Forward port <syntax> fix from 2.0.x.

Modified:
   httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.ja

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.ja
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.ja?view=diff&rev=109409&p1=httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.ja&r1=109408&p2=httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.ja&r2=109409
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.ja	(original)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.ja	Wed Dec  1 16:21:38 2004
 <at>  <at>  -562,7 +562,7  <at>  <at> 
 <name>MinSpareThreads</name>
 <description>$B%j%/%(%9%H$K1~Ez$9$k$3$H$N$G$-$k(B
 $B%"%$%I%k%9%l%C%I?t$N:G>.?t(B</description>
-<syntax>MinSpareServers <var>number</var></syntax>
+<syntax>MinSpareThread <var>number</var></syntax>
 <default>$B>\:Y$O;HMQJ}K!$r$4Mw2<$5$$!#(B</default>
 <contextlist><context>server config</context></contextlist>
 <modulelist><module>beos</module><module>leader</module>

yoshiki | 2 Dec 2004 02:57
Picon
Favicon

svn commit: r109426 - /httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.ja

Author: yoshiki
Date: Wed Dec  1 17:57:08 2004
New Revision: 109426

URL: http://svn.apache.org/viewcvs?view=rev&rev=109426
Log:
Typo.

Thank Andre for spotting this.

Modified:
   httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.ja

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.ja
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.ja?view=diff&rev=109426&p1=httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.ja&r1=109425&p2=httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.ja&r2=109426
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.ja	(original)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.ja	Wed Dec  1 17:57:08 2004
 <at>  <at>  -562,7 +562,7  <at>  <at> 
 <name>MinSpareThreads</name>
 <description>$B%j%/%(%9%H$K1~Ez$9$k$3$H$N$G$-$k(B
 $B%"%$%I%k%9%l%C%I?t$N:G>.?t(B</description>
-<syntax>MinSpareThread <var>number</var></syntax>
+<syntax>MinSpareThreads <var>number</var></syntax>
 <default>$B>\:Y$O;HMQJ}K!$r$4Mw2<$5$$!#(B</default>
 <contextlist><context>server config</context></contextlist>
 <modulelist><module>beos</module><module>leader</module>

stoddard | 2 Dec 2004 03:13
Picon
Favicon

svn commit: r109431 - /httpd/mod_arm4 /httpd/mod_arm4/branches /httpd/mod_arm4/tags /httpd/mod_arm4/trunk

Author: stoddard
Date: Wed Dec  1 18:13:05 2004
New Revision: 109431

URL: http://svn.apache.org/viewcvs?view=rev&rev=109431
Log:
create mod_arm4 repository

Added:
   httpd/mod_arm4/
   httpd/mod_arm4/branches/
   httpd/mod_arm4/tags/
   httpd/mod_arm4/trunk/

stoddard | 2 Dec 2004 03:57
Picon
Favicon

svn commit: r109440 - /httpd/mod_arm4/trunk/mod_arm4.c

Author: stoddard
Date: Wed Dec  1 18:57:32 2004
New Revision: 109440

URL: http://svn.apache.org/viewcvs?view=rev&rev=109440
Log:
few style tweaks
Modified:
   httpd/mod_arm4/trunk/mod_arm4.c

Modified: httpd/mod_arm4/trunk/mod_arm4.c
Url: http://svn.apache.org/viewcvs/httpd/mod_arm4/trunk/mod_arm4.c?view=diff&rev=109440&p1=httpd/mod_arm4/trunk/mod_arm4.c&r1=109439&p2=httpd/mod_arm4/trunk/mod_arm4.c&r2=109440
==============================================================================
--- httpd/mod_arm4/trunk/mod_arm4.c	(original)
+++ httpd/mod_arm4/trunk/mod_arm4.c	Wed Dec  1 18:57:32 2004
 <at>  <at>  -132,8 +132,7  <at>  <at> 
     char to_hex[] = { '0', '1', '2', '3', '4', '5', '6', '7',
                       '8', '9', 'A', 'B', 'C', 'D', 'E', 'F', } ;

-    for(i=0; i<len;i++)
-    {
+    for(i=0; i<len;i++) {
         out[2*i] = to_hex[(in[i]>>4) & 0x0f];
         out[1+2*i] = to_hex[in[i] & 0x0f];
     }
 <at>  <at>  -154,8 +153,9  <at>  <at> 
     int i;
     int maxlen = orig_len * 2 + 1;

-    while((in[len] != '\0') && isxdigit(in[len]) && (len < maxlen))
(Continue reading)


Gmane