1. 21 Sep, 2000 1 commit
  2. 20 Sep, 2000 4 commits
  3. 14 Sep, 2000 4 commits
  4. 13 Sep, 2000 3 commits
  5. 12 Sep, 2000 2 commits
    • Tony Finch's avatar
      This commit adds support for purely name-based virtual hosting that · cdfb3535
      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 configuration 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
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@86206 13f79535-47bb-0310-9956-ffa450edef68
      cdfb3535
    • Ken Coar's avatar
      · 214670de
      Ken Coar authored
      	Fix process/merging of Remove* MIME directives.  They were
      	being merged for the ancestor record, not the descendant.
      
      PR:		5597
      Submitted by:	Sander van Zoest <sander@covalent.net>
      Reviewed by:	Ken Coar
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@86204 13f79535-47bb-0310-9956-ffa450edef68
      214670de
  6. 08 Sep, 2000 2 commits
  7. 07 Sep, 2000 1 commit
  8. 31 Aug, 2000 2 commits
  9. 30 Aug, 2000 1 commit
  10. 28 Aug, 2000 2 commits
  11. 23 Aug, 2000 1 commit
  12. 19 Aug, 2000 2 commits
  13. 07 Aug, 2000 1 commit
  14. 04 Aug, 2000 1 commit
  15. 30 Jul, 2000 3 commits
  16. 29 Jul, 2000 2 commits
  17. 28 Jul, 2000 6 commits
  18. 26 Jul, 2000 2 commits