You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2005/10/13 23:07:29 UTC

svn commit: r320921 - in /httpd/site/trunk/xdocs: cli/index.xml cli/introduction.xml cli/mod/mod_aspdotnet.xml cli/mod_aspdotnet.html download.xml index.xml

Author: wrowe
Date: Thu Oct 13 14:07:26 2005
New Revision: 320921

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

  Prepare again the .34 bump in the next couple days

Modified:
    httpd/site/trunk/xdocs/cli/index.xml
    httpd/site/trunk/xdocs/cli/introduction.xml
    httpd/site/trunk/xdocs/cli/mod/mod_aspdotnet.xml
    httpd/site/trunk/xdocs/cli/mod_aspdotnet.html
    httpd/site/trunk/xdocs/download.xml
    httpd/site/trunk/xdocs/index.xml

Modified: httpd/site/trunk/xdocs/cli/index.xml
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/cli/index.xml?rev=320921&r1=320920&r2=320921&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/cli/index.xml (original)
+++ httpd/site/trunk/xdocs/cli/index.xml Thu Oct 13 14:07:26 2005
@@ -10,8 +10,9 @@
 <title>Welcome to the CLI sub-project of the Apache HTTP Server</title>
 
 <p>This project is focused on developing interfaces to the various Common
-Language Runtime (CLR) alternatives for .NET integration into the Apache HTTP 
-Server.  This is a subproject of the <a href="../">Apache HTTP Server Project</a>.</p>
+Language Runtime (CLR) alternatives for .NET integration into the Apache
+HTTP Server.  CLI is a subproject of the <a href="../" >Apache HTTP Server
+Project</a>.</p>
 
 </section>
 
@@ -25,7 +26,10 @@
 
 <p>mod_aspdotnet works <strong>only</strong> with the .NET Framework version 
 1.0 and 1.1 at this time.  Flexibility for the 2.0 .NET Framework and beyond
-is being considered.</p>
+is under development. If compiling from source, it will only build under
+Microsoft Visual Studio .NET, and not under the 2003 or (preview) 2005
+versions of .NET Studio.  Microsoft completely revised C++.NET syntax with
+these newer compilers, breaking the build of these modules.</p>
 
 <p>This module is <strong>not</strong> compatible other .NET CLR interfaces,
 such as Rotor or Mono, and therefore it is only compatible with the WinNT
@@ -65,17 +69,19 @@
 
 <p>Our mailing lists are open to the public.</p>
 
-<p><strong>Please</strong> use the cli-users list to discuss how to deploy your ASP.NET 
-applications, or discuss any problems you encounter.  The cli-dev list is reserved
-for technical and detailed development discussions about mod_aspdotnet and the
-Apache.Web support framework.</p>
+<p><strong>Please</strong> use the cli-users list to discuss how to deploy
+your ASP.NET applications, or discuss any problems you encounter.  The cli-dev
+list is reserved for technical and detailed development discussions about
+mod_aspdotnet and the Apache.Web support framework.</p>
 
 <p>Subscription</p>
 <ul>
-<li><a href="mailto:cli-users-subscribe@httpd.apache.org">cli-users@httpd.apache.org</a>
- for ASP.NET developers and users of mod_aspdotnet</li>
-<li><a href="mailto:cli-dev-subscribe@httpd.apache.org">cli-dev@httpd.apache.org</a>
- for Apache httpd module development discussions</li>
+<li><a href="mailto:cli-users-subscribe@httpd.apache.org"
+ >cli-users@httpd.apache.org</a> for ASP.NET developers and users of 
+  mod_aspdotnet</li>
+<li><a href="mailto:cli-dev-subscribe@httpd.apache.org"
+ >cli-dev@httpd.apache.org</a> for Apache httpd module development 
+  discussions</li>
 </ul>
 
 <p>Archives</p>
@@ -84,21 +90,25 @@
  >cli-users Archives</a></li>
 <li><a href="http://mail-archives.apache.org/mod_mbox/httpd-cli-dev/"
  >cli-dev Archives</a></li>
-<li><a href="http://httpd.apache.org/mail/cli-dev/">cli-dev Archives (raw mbox files)</a></li>
-<li><a href="http://httpd.apache.org/mail/cli-users/">cli-users Archives (raw mbox files)</a></li>
+<li><a href="http://httpd.apache.org/mail/cli-dev/">cli-dev Archives
+   (raw mbox files)</a></li>
+<li><a href="http://httpd.apache.org/mail/cli-users/">cli-users Archives
+   (raw mbox files)</a></li>
 </ul>
 </section>
 
 <section id="Bugs">
 <title>Bug Tracking</title>
 
-<p>We use the Apache Bugzilla tracking system, at <a href="http://issues.apache.org/bugzilla/"
+<p>We use the Apache Bugzilla tracking system, at 
+ <a href="http://issues.apache.org/bugzilla/"
   >http://issues.apache.org/bugzilla/</a> for tracking problems.</p>
 
-<p><strong>Please</strong> review the existing bug reports before filing new reports.  Every
-duplicate bug report wastes the developers time, and lessens the chances of getting the bugs
-fixed that concern <strong>you</strong>.  Feel free to add additional, relevant information
-to the open, existing bug which mirrors the issue you have encountered.</p>
+<p><strong>Please</strong> review the existing bug reports before filing new
+reports.  Every duplicate bug report wastes the developers time, and lessens
+the chances of getting the bugs fixed that concern <strong>you</strong>.  
+Feel free to add additional, relevant information to the open, existing bug
+which mirrors the issue you have encountered.</p>
 
 <ul>
 <li><a href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=specific&amp;order=bugs.bug_id&amp;bug_status=__open__&amp;product=Apache+mod_aspdotnet"
@@ -124,8 +134,9 @@
 <section id="License">
 <title>License</title>
 
-<p>As with all Apache Software Foundation projects, mod_aspdotnet is licensed under
-the current <a href="http://www.apache.org/licenses/">Apache Software License (ASL)</a>.</p>
+<p>As with all Apache Software Foundation projects, mod_aspdotnet is licensed
+under the current <a href="http://www.apache.org/licenses/">Apache Software
+License (ASL)</a>.</p>
 </section>
 
 <section id="Search">

Modified: httpd/site/trunk/xdocs/cli/introduction.xml
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/cli/introduction.xml?rev=320921&r1=320920&r2=320921&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/cli/introduction.xml (original)
+++ httpd/site/trunk/xdocs/cli/introduction.xml Thu Oct 13 14:07:26 2005
@@ -87,8 +87,8 @@
 matching the requested URI to the AspNetMount directives given for the 
 specific Apache virtual host, uri, and file location.  The same AspNetMount 
 can be given in multiple Apache virtual hosts.  Any given AspNetMount is 
-created only once for all Apache virtual hosts that share the same AspNetMount,
-conserving memory and resources.</p>
+created only once for all Apache virtual hosts that share the same
+AspNetMount, conserving memory and resources.</p>
 
 <p>AspNetMount and other directive changes are processed when the server is 
 restarted.  With Apache 2.0, the original Windows child process continues to 
@@ -97,29 +97,34 @@
 configuration.  The restart option begins a graceful restart sequence, loading 
 and initializing the new server while the old server finishes fulfilling open 
 requests, and there is no interruption in web services during the transition 
-from the old to the new configuration.</p>
+from the old to the new configuration. (NOTE: this behavior is only available
+from the Apache.exe -k restart command - or from the ApacheMonitor.exe taskbar
+icon application!  The Microsoft Service Control Manager's 'Restart' button 
+actually perfoms a full shutdown, then a fresh start.)</p>
 
 <p>This is not a module for Unix platforms.  The Mono project's mod_mono 
-provides very similar features for non-Win32 machines, with their own 
-implementation of ASP.NET for Apache httpd server.</p>
+provides very similar features for non-Win32 operating system, with their
+own implementation of ASP.NET for Apache httpd server.</p>
 
 </section>
 <section id="Starting">
 <title>Getting Started</title>
 
-<p>Microsoft's .NET Framework is available as a free download for Windows 2000 
-or 2003 Professional and Server versions, XP Professional, and .NET Server 
-platforms from <a href="http://asp.net/download.aspx">http://asp.net/download.aspx</a>.
+<p>Microsoft's .NET Framework is available as a free download for Windows NT
+(minimum patch level of Service Pack 6), Windows 2000 or 2003 Professional 
+and Server versions, XP Professional, and .NET Server platforms from 
+<a href="http://asp.net/download.aspx">http://asp.net/download.aspx</a>.
 You must minimally install the .NET Framework Resdistributable version, while 
-developers will prefer to install the .NET Framework Software Development Kit, or 
-another .NET development tool such as VisualStudio .NET.</p>
+developers will prefer to install the .NET Framework Software Development Kit,
+or another .NET development tool such as VisualStudio .NET.</p>
 
-<p>Once you download and install the mod_aspdotnet .msi package, it will install
-both mod_aspdotnet.so into your Apache2/modules/ directory, and the Apache.Web.dll
-into the Global Assembly Cache.  You then need to modify your Apache2/conf/httpd.conf
-file to load the mod_aspdotnet.so module, and declare what content you will serve.
-See the <a href="mod_aspdotnet">mod_aspdotnet</a> module documentation for the
-directives to add for a typical scenario, or follow the Example below.</p>
+<p>Once you download and install the mod_aspdotnet .msi package, it will
+install both mod_aspdotnet.so into your Apache2/modules/ directory, and the 
+Apache.Web.dll into the Global Assembly Cache.  You then need to modify your
+Apache2/conf/httpd.conf file to load the mod_aspdotnet.so module, and declare
+what content you will serve. See the <a href="mod_aspdotnet">mod_aspdotnet</a>
+module documentation for the directives to add for a typical scenario, or
+follow the Example below.</p>
 
 </section>
 <section id="Example">
@@ -150,7 +155,8 @@
 
     # Allow asp.net scripts to be executed in the IBuySpy example
     &lt;Directory "C:/StoreCSVS/StoreCSVS"&gt;
-        Options FollowSymlinks ExecCGI
+        Options FollowSymlinks
+        AspNet files
         Order allow,deny
         Allow from all
         DirectoryIndex Default.htm Default.aspx

Modified: httpd/site/trunk/xdocs/cli/mod/mod_aspdotnet.xml
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/cli/mod/mod_aspdotnet.xml?rev=320921&r1=320920&r2=320921&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/cli/mod/mod_aspdotnet.xml (original)
+++ httpd/site/trunk/xdocs/cli/mod/mod_aspdotnet.xml Thu Oct 13 14:07:26 2005
@@ -27,20 +27,20 @@
 <status>External</status>
 <sourcefile>mod_aspdotnet.cpp</sourcefile>
 <identifier>aspdotnet_module</identifier>
-<compatibility>Compatible only with httpd 2.0.43 and later.</compatibility>
+<compatibility>Compatible only with httpd 2.0.44 and later.</compatibility>
 
 <summary>
-    <p>The <directive module="mod_aspdotnet">AspNetMount</directive> 
-    directive and asp.net handler provided by <module>mod_aspdotnet</module> 
-    are used to configure content to be served of the ASP.NET engine.</p>
+    <p>The <directive module="mod_aspdotnet">AspNet</directive> and
+    <directive module="mod_aspdotnet">AspNetMount</directive> directives
+    and asp.net handler provided by <module>mod_aspdotnet</module> are used
+    to configure content to be served of the ASP.NET engine.</p>
 
     <p>The current version is compatible with the .NET Framework versions 1.x
     (1.0, 1.1, etc).  The current version is not compatible with .NET Framework 
     version 2.0 although this may be addressed in the future.</p>
 
-    <p>Although Microsoft .NET works under Windows 98 and Windows ME, Microsoft
-    ASP.NET will not run on these platforms.  Therefore, only Windows NT-based
-    operating systems (NT SP6, 2000, XP, 2003, etc) are supported.</p>
+    <p>Only Windows NT-based operating systems (NT SP6, 2000, XP, 2003, etc)
+    are supported.</p>
 </summary>
 
 <seealso><a href="../handler.html">Configuring Handlers</a></seealso>
@@ -71,13 +71,102 @@
     mod_aspdotnet handler, and serve Microsoft's ASP.NET client files 
     and support scripts as expected by ASP.NET applications.</p>
 
-    <p>Provide individual <directive module="mod_aspdotnet">AspNetMount</directive>
-    directives for each application (containing a unique web.config file
-    at it's application root.)</p>
+    <p>Provide individual <directive module="mod_aspdotnet"
+     >AspNet</directive> and <directive module="mod_aspdotnet"
+     >AspNetMount</directive> directives for each application (containing 
+    a unique web.config file at it's application root.)</p>
+
+    <example><title>Example:</title>
+AspNetMount /app-uri "C:/path/to/app"<br />
+Alias /app-uri "C:/path/to/app"<br />
+&lt;Directory "C:/path/to/app"&gt;<br />
+&nbsp;&nbsp;&nbsp;&nbsp;Options FollowSymlinks Indexes<br />
+&nbsp;&nbsp;&nbsp;&nbsp;AspNet files<br />
+&nbsp;&nbsp;&nbsp;&nbsp;Order allow,deny<br />
+&nbsp;&nbsp;&nbsp;&nbsp;Allow from all<br />
+&nbsp;&nbsp;&nbsp;&nbsp;DirectoryIndex default.htm default.aspx<br />
+&lt;/Directory&gt;<br />
+    </example>
 
 </section>
 
 <directivesynopsis>
+<name>AspNet</name>
+
+<description>Enables mod_aspdotnet to process ASP.NET content</description>
+<syntax>AspNet [[<var>Files</var>] [<var>Directories</var>] 
+                [<var>Virtual</var>] [<var>Errors</var>]]
+              | [<var>All</var>] | [<var>None</var>]</syntax>
+<default>AspNet None</default>
+<contextlist><context>server config</context><context>virtual host</context>
+<context>directory</context><context>.htaccess</context>
+</contextlist>
+<override>Options</override>
+
+<usage>
+
+    <p>The <directive>AspNet</directive> directive determines what content
+    may be served by the ASP.NET host.  This directive does -not- actually 
+    expose the content or mount the URI to physical files, you must use the 
+    <directive module="mod_alias">Alias</directive> and
+    <directive>AspNetMount</directive> directives to expose the content
+    to the remote user.</p>
+
+    <p>The <directive>AspNet</directive> <var>files</var> directive is
+    the equivilant for ASP.NET files to the behavior of Options ExecCGI 
+    for CGI content.  In the original version of mod_aspdotnet, in fact,
+    Options ExecCGI was used to determine if ASP.NET content would be
+    invoked through mod_aspdotnet.  In version 2.0.2 and later, this is
+    no longer true, and your configuration files must be updated from
+    Options ExecCGI to AspNet files.</p>
+
+    <p>The None option disables all ASP.NET processing, while the individual
+    options below enable ASP.NET processing for specific request types:</p>
+
+    <dl>
+      <dt><code>All</code></dt>
+
+      <dd>All options below. This is generally not a recommended setting.</dd>
+
+      <dt><code>Files</code></dt>
+
+      <dd>Files that exist in the filesystem, which are directed to the
+      asp.net handler.</dd>
+
+      <dt><code>Directories</code></dt>
+
+      <dd>Directories that exist in the filesystem, which are directed to the
+      asp.net handler.  This can be used to invoke an HttpHandler to produce
+      custom directory listings.</dd>
+
+      <dt><code>Virtual</code></dt>
+
+      <dd>Requests that map to neither a file nor directory in the filesystem,
+      which are directed to the asp.net handler.  This is used to invoke any
+      HttpHandler which accesses non-file based resources, such as ASP.NET
+      remoting requests.</dd>
+
+      <dt><code>Error</code></dt>
+
+      <dd>Error result pages generated by ASP.NET.  This option bypasses the
+      normal Apache ErrorDocument error content.  This is required to return
+      the full debugging results from the ASP.NET environment in development
+      environments.  Caution is urged before using this option in production
+      environments, where path-revealing flaws should be avoided.</dd>
+
+    </dl>
+
+    <p>Normally, if multiple <directive>AspNet</directive> directives could
+    apply to a directory, then the most specific one is used and others are
+    ignored; the AspNet directives are never merged.  See <a
+    href="../sections.html#mergin">how sections are merged</a> for a better
+    understanding of which Files, Directory, or Location section will take
+    precedence.</p>
+ 
+</usage>
+</directivesynopsis>
+
+<directivesynopsis>
 <name>AspNetMount</name>
 
 <description>Mounts a URI to a physical ASP.NET directory</description>
@@ -92,17 +181,6 @@
     does -not- actually expose the content, you must use the 
     <directive module="mod_alias">Alias</directive>
     directive to expose the content to the remote user.</p>
-
-    <example><title>Example:</title>
-AspNetMount /app-uri "C:/path/to/app"<br />
-Alias /app-uri "C:/path/to/app"<br />
-&lt;Directory "C:/path/to/app"&gt;<br />
-&nbsp;&nbsp;&nbsp;&nbsp;Options FollowSymlinks Indexes Includes ExecCGI<br />
-&nbsp;&nbsp;&nbsp;&nbsp;Order allow,deny<br />
-&nbsp;&nbsp;&nbsp;&nbsp;Allow from all<br />
-&nbsp;&nbsp;&nbsp;&nbsp;DirectoryIndex default.htm default.aspx<br />
-&lt;/Directory&gt;<br />
-    </example>
 
 </usage>
 </directivesynopsis>

Modified: httpd/site/trunk/xdocs/cli/mod_aspdotnet.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/cli/mod_aspdotnet.html?rev=320921&r1=320920&r2=320921&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/cli/mod_aspdotnet.html (original)
+++ httpd/site/trunk/xdocs/cli/mod_aspdotnet.html Thu Oct 13 14:07:26 2005
@@ -23,7 +23,7 @@
 <tr><th><a href="http://httpd.apache.org/docs-2.0/mod/module-dict.html#Status">Status:</a></th><td>External</td></tr>
 <tr><th><a href="http://httpd.apache.org/docs-2.0/mod/module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>aspdotnet_module</td></tr>
 <tr><th><a href="http://httpd.apache.org/docs-2.0/mod/module-dict.html#SourceFile">Source File:</a></th><td>mod_aspdotnet.cpp</td></tr>
-<tr><th><a href="http://httpd.apache.org/docs-2.0/mod/module-dict.html#Compatibility">Compatibility:</a></th><td>Compatible only with httpd 2.0.43 and later.</td></tr></table>
+<tr><th><a href="http://httpd.apache.org/docs-2.0/mod/module-dict.html#Compatibility">Compatibility:</a></th><td>Compatible only with httpd 2.0.44 and later.</td></tr></table>
 <h3>Summary</h3>
 
     <p>The <code class="directive"><a href="#aspnetmount">AspNetMount</a></code> 
@@ -107,4 +107,4 @@
 <div id="footer">
 <p class="apache">Copyright 2004 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 </div>
-</body></html>
\ No newline at end of file
+</body></html>

Modified: httpd/site/trunk/xdocs/download.xml
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/download.xml?rev=320921&r1=320920&r2=320921&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/download.xml (original)
+++ httpd/site/trunk/xdocs/download.xml Thu Oct 13 14:07:26 2005
@@ -131,9 +131,9 @@
 
 </section>
 
-<section id="apache13"><title>Apache 1.3.33 is also available</title>
+<section id="apache13"><title>Apache 1.3.34 is also available</title>
 
-<p>Apache 1.3.33 is the best available version of the 1.3 series, and
+<p>Apache 1.3.34 is the best available version of the 1.3 series, and
 is recommended over all previous 1.3 releases.  This release adds several
 enhancements, fixes a number of bugs and addresses 2 security issues described in
 <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0940">CAN-2004-0940 (cve.mitre.org)</a> and
@@ -150,29 +150,29 @@
 in preference to 2.0, although important new features and
 enhancements will be seriously considered for inclusion in 1.3.</p>
 
-<p>Use the Apache 1.3.33 version if you need to use third party
+<p>Use the Apache 1.3.34 version if you need to use third party
 modules that are not yet available as an Apache 2.0 module.  Apache
 1.3 is not compatibile with Apache 2.0 modules.</p>
 
 <ul>
 <li>Unix Source: <a
-href="[preferred]/httpd/apache_1.3.33.tar.gz">apache_1.3.33.tar.gz</a>
+href="[preferred]/httpd/apache_1.3.34.tar.gz">apache_1.3.34.tar.gz</a>
 [<a
-href="http://www.apache.org/dist/httpd/apache_1.3.33.tar.gz.asc">PGP</a>] [<a
-href="http://www.apache.org/dist/httpd/apache_1.3.33.tar.gz.md5">MD5</a>]</li>
+href="http://www.apache.org/dist/httpd/apache_1.3.34.tar.gz.asc">PGP</a>] [<a
+href="http://www.apache.org/dist/httpd/apache_1.3.34.tar.gz.md5">MD5</a>]</li>
 
 <li>Unix Source: <a
-href="[preferred]/httpd/apache_1.3.33.tar.Z">apache_1.3.33.tar.Z</a>
+href="[preferred]/httpd/apache_1.3.34.tar.Z">apache_1.3.34.tar.Z</a>
 [<a
-href="http://www.apache.org/dist/httpd/apache_1.3.33.tar.Z.asc">PGP</a>] [<a
-href="http://www.apache.org/dist/httpd/apache_1.3.33.tar.Z.md5">MD5</a>]</li>
+href="http://www.apache.org/dist/httpd/apache_1.3.34.tar.Z.asc">PGP</a>] [<a
+href="http://www.apache.org/dist/httpd/apache_1.3.34.tar.Z.md5">MD5</a>]</li>
 
 <li>Win32 Binary (Self extracting): <a
-href="[preferred]/httpd/binaries/win32/apache_1.3.33-win32-x86-no_src.exe"
->apache_1.3.33-win32-x86-no_src.exe</a> [<a
-href="http://www.apache.org/dist/httpd/binaries/win32/apache_1.3.33-win32-x86-no_src.exe.asc">PGP</a>]
+href="[preferred]/httpd/binaries/win32/apache_1.3.34-win32-x86-no_src.exe"
+>apache_1.3.34-win32-x86-no_src.exe</a> [<a
+href="http://www.apache.org/dist/httpd/binaries/win32/apache_1.3.34-win32-x86-no_src.exe.asc">PGP</a>]
 [<a
-href="http://www.apache.org/dist/httpd/binaries/win32/apache_1.3.33-win32-x86-no_src.exe.md5">MD5</a>]</li>
+href="http://www.apache.org/dist/httpd/binaries/win32/apache_1.3.34-win32-x86-no_src.exe.md5">MD5</a>]</li>
 
 <li><a href="[preferred]/httpd/">Other files</a></li>
 </ul>

Modified: httpd/site/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/index.xml?rev=320921&r1=320920&r2=320921&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/index.xml (original)
+++ httpd/site/trunk/xdocs/index.xml Thu Oct 13 14:07:26 2005
@@ -80,23 +80,22 @@
 
 </section>
 
-<section id="1.3.33">
-<title>Apache 1.3.33 Released</title>
+<section id="1.3.34">
+<title>Apache 1.3.34 Released</title>
 
 <p>The Apache Group is pleased to announce the
    <a href="http://www.apache.org/dist/httpd/Announcement1.3.html"
-      >legacy release of the 1.3.33 version of the Apache HTTP Server</a>.
+      >legacy release of the 1.3.34 version of the Apache HTTP Server</a>.
 </p>
 
-<p>This version of Apache is principally a security and bug fix
-release.  Of particular note is that 1.3.33 addresses and fixes the
-following 2 security related issues:</p>
+<p>This version of Apache is principally a security and bug fix release.
+   Of particular note is that 1.3.34 addresses the following security issue:</p>
 
-<p>Fix potential buffer overflow with escaped characters in SSI tag string.<br./>
-       <code>[<a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0940">CAN-2004-0940 (cve.mitre.org)</a>]</code></p>
-
-<p>Reject responses from a remote server if sent an invalid (negative) Content-Length.<br./>
-       <code>[<a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0492">CAN-2004-0492 (cve.mitre.org)</a>]</code></p>
+<dl>
+<dd>If a request contains both Transfer-Encoding and Content-Length headers,
+    remove the Content-Length, mitigating some HTTP Request Splitting/Spoofing
+    attacks.</dd>
+</dl>
 
 <p>For further details, see the 
    <a href="http://www.apache.org/dist/httpd/Announcement1.3.html"
@@ -106,7 +105,7 @@
 <a href="download.cgi">Download</a> | 
 <a href="docs/1.3/windows.html">Apache for Win32</a> |
 <a href="docs/1.3/new_features_1_3.html">New Features in Apache 1.3</a> |
-<a href="http://www.apache.org/dist/httpd/CHANGES_1.3">ChangeLog for 1.3.33</a>
+<a href="http://www.apache.org/dist/httpd/CHANGES_1.3">ChangeLog for 1.3.34</a>
 </p>
 </section>