Skip to content
  1. Nov 07, 2001
  2. Nov 06, 2001
    • William A. Rowe Jr's avatar
      · e901b556
      William A. Rowe Jr authored
        Submitted by: Mladen Turk <mturk@mappingsoft.com>
      
        htdbm provides a compiled interface to dbm authentication databases,
        using the compiled-in dbm manager and auth schema.  Resolves the hassles
        of grabbing the appropriate cpan package for md5 and fixing the dbm
        engine for dbmmanage.pl.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91767 13f79535-47bb-0310-9956-ffa450edef68
      e901b556
  3. Nov 05, 2001
  4. Nov 04, 2001
  5. Nov 02, 2001
  6. Oct 31, 2001
  7. Oct 29, 2001
  8. Oct 27, 2001
  9. Oct 26, 2001
  10. Oct 24, 2001
  11. Oct 23, 2001
  12. Oct 22, 2001
  13. Oct 21, 2001
  14. Oct 19, 2001
  15. Oct 16, 2001
  16. Oct 11, 2001
  17. Oct 10, 2001
  18. Oct 09, 2001
  19. Oct 06, 2001
  20. Oct 04, 2001
    • Ryan Bloom's avatar
      Remove the Port directive. In it's place, the Listen directive · d1d9690d
      Ryan Bloom authored
      is now a required directive, which tells Apache what port to
      listen on.  The ServerName directive has also been extended
      to accept an optional port.  If the port is specified to the
      ServerName, the server will report that port whenever it
      reports the port that it is listening on.  This change was
      made to ease configuration errors that stem from having a Port
      directive, and a Listen directive.  In that situation, the server
      would only listen to the port specified by the Listen command,
      which caused a lot of confusion to users.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91293 13f79535-47bb-0310-9956-ffa450edef68
      d1d9690d