1. 21 Sep, 2000 7 commits
  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 2 commits
    • William A. Rowe Jr's avatar
      · 3378bfb2
      William A. Rowe Jr authored
        Add a small-version (16x16) of the Apache icon to this resource.
      
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85921 13f79535-47bb-0310-9956-ffa450edef68
      3378bfb2
    • William A. Rowe Jr's avatar
      · 2dfe93aa
      William A. Rowe Jr authored
        Some straightforward keys for Win9x (the NT path is not affected)...
        added ImagePath and DisplayName to the Win9x service key for monitor
        authors to iterate the registry and provide 'work-alike' capabilities.
      
        Also, the console patch committed was to hold the console open on error.
        This is the converse from closing apache and the console when Close is
        selected from the window menu, or the window close button is clicked.
        That problem remains :(
      
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@85920 13f79535-47bb-0310-9956-ffa450edef68
      2dfe93aa