You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by st...@apache.org on 2003/09/26 18:55:55 UTC

cvs commit: httpd-test/perl-framework/Apache-Test ToDo

stas        2003/09/26 09:55:55

  Modified:    perl-framework/Apache-Test ToDo
  Log:
  we need to support IPv6
  
  Revision  Changes    Path
  1.7       +6 -0      httpd-test/perl-framework/Apache-Test/ToDo
  
  Index: ToDo
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/ToDo,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -u -r1.6 -r1.7
  --- ToDo	22 Apr 2003 00:45:37 -0000	1.6
  +++ ToDo	26 Sep 2003 16:55:55 -0000	1.7
  @@ -1,3 +1,9 @@
  +- Apache-Test doesn't run on IPv6 systems, need to change the
  +  autogeneration of httpd.conf to support IPv6. It requires a
  +  replacement of 'Listen 80' with 'Listen servername:80'
  +  Philippe posted patch here:
  +  http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=105514290024419&w=2
  +
   - Apache-Test assumes that any core file found under t/ was generated
     by httpd, (and suggests the gdb invoking command) which is incorrect
     in some cases. For example t/TEST -config, which is run by bin/perl,