~ubuntu-branches/ubuntu/edgy/libapache2-mod-perl2/edgy

« back to all changes in this revision

Viewing changes to Apache-Test/ToDo

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2004-08-19 06:23:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040819062348-jxl4koqbtvgm8v2t
Tags: 1.99.14-4
Remove the LFS CFLAGS, and build-dep against apache2-*-dev (>= 2.0.50-10)
as we're backing out of the apache2/apr ABI transition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
- Custom sticky config: invalidate invalid bits of the saved config,
 
2
  e.g. if apxs is saved but can't be found on the filesystem. So if
 
3
  someone installs Apache in one location, runs A-T which saves that
 
4
  location, and then nukes Apache and reinstalls it into a different
 
5
  location we should drop the previously saved config since the path
 
6
  to apxs and/or httpd is now invalid.
 
7
 
1
8
- Apache-Test doesn't run on IPv6 systems, need to change the
2
9
  autogeneration of httpd.conf to support IPv6. It requires a
3
10
  replacement of 'Listen 80' with 'Listen servername:80'
4
11
  Philippe posted patch here:
5
12
  http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=105514290024419&w=2
6
13
 
 
14
  For now, 127.0.0.1 will be hardcoded in the Listen directive, but a better
 
15
  method would use this table:
 
16
 
 
17
  Apache  \   OS      | IPV4         |  IPV6
 
18
  --------------------------------------------
 
19
  --enable-v4-mapped  |      80      |  80
 
20
  --disable-v4-mapped | can't happen |  127.0.0.1:80
 
21
 
 
22
  To more correctly pick the right Listen flavor.
 
23
 
7
24
- Apache-Test assumes that any core file found under t/ was generated
8
25
  by httpd, (and suggests the gdb invoking command) which is incorrect
9
26
  in some cases. For example t/TEST -config, which is run by bin/perl,