]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Added Mod_Vhost_Alias to the Apache for NetWare build. The project file
authorBradley Nicholes <bnicholes@apache.org>
Mon, 11 Jun 2001 22:17:19 +0000 (22:17 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Mon, 11 Jun 2001 22:17:19 +0000 (22:17 +0000)
builds it as an external module called VHOST.NLM.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89345 13f79535-47bb-0310-9956-ffa450edef68

src/CHANGES

index 41c910a4cdde1513292ab5bda6d16749ed33f40f..7c0a8e4c14ef56000601bfe6b1bbc6d5f59596fe 100644 (file)
@@ -1,4 +1,8 @@
 Changes with Apache 1.3.21
+  *) Added Mod_Vhost_Alias to the project file so that it builds as an
+     external module (VHOST.NLM). 
+     [Brad Nicholes <BNICHOLES@novell.com>]
+
   *) Fix problem with lingering_close() on Windows.  Issuing read() on the
      socket descriptor on Windows always fails. Should be calling
      recv() instead of read() on Windows.