1. 20 Sep, 2000 1 commit
    • William A. Rowe Jr's avatar
      · ee4a8d19
      William A. Rowe Jr authored
        Get mod_auth_dbm building using Apache's sdbmlib under WinNT.
      
        Bad conditional... need a better test to determine if we are using sdbm.
      
        Also - consistify linkage for expat-lite/sdmb to the same model as all
        the modules (no more nasty "conflicting linkage, use /nodefaultlib" msg.)
      
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86257 13f79535-47bb-0310-9956-ffa450edef68
      ee4a8d19
  2. 19 Sep, 2000 7 commits
  3. 18 Sep, 2000 4 commits
  4. 17 Sep, 2000 3 commits
  5. 15 Sep, 2000 7 commits
  6. 14 Sep, 2000 8 commits
  7. 13 Sep, 2000 8 commits
  8. 12 Sep, 2000 2 commits
    • Tony Finch's avatar
      This commit adds support for purely name-based virtual hosting that · 00c3cde9
      Tony Finch authored
      does not require any IP addresses in httpd.conf and which disregards
      the local IP address of any connections. This will be particularly
      appreciated by people running little servers on machines with
      dynamically configured IP addresses, and by people wishing to use
      identical httpd.conf files on all the machines in a load-balanced
      cluster.
      
      The syntax is:
              NameVirtualHost *
              <VirtualHost *>
                      ServerName my.friend.has.a.silly.vanitydomain.org
                      DocumentRoot /usr/local/apache/docs1
              </VirtualHost>
              <VirtualHost *>
                      ServerName but.easier.to.spell.than.my.vanitydomain.org
                      DocumentRoot /usr/local/apache/docs2
              </VirtualHost>
      
      The implementation is a straightforward extension of what is there
      already although the patch is made somewhat larger by the need to
      avoid duplicate code for normal and wildcarded NameVirtualHosts.
      
      PR: 5595, 4455
      
      [ported from 1.3.13]
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86208 13f79535-47bb-0310-9956-ffa450edef68
      00c3cde9
    • Joshua Slive's avatar
      New doc describing configuration process. · 09eeeade
      Joshua Slive authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86207 13f79535-47bb-0310-9956-ffa450edef68
      09eeeade