The latest update to usertrack works. Thx! speling still bad:
On httpd-2.4 HEAD:
t/modules/speling.t ................. 1/48 # Failed test 11 in
t/modules/speling.t at line 46 fail #6
# Failed test 12 in t/modules/speling.t at line 50 fail #5
# Failed test 35 in t/modules/speling.t at line 46 fail #18
# Failed test 36 in t/modules/speling.t at line 50 fail #9
t/modules/speling.t ................. Failed 4/48 subtests
(less 13 skipped subtests: 31 okay)
On trunk:
t/modules/speling.t ................. 1/48 # Failed test 11 in
t/modules/speling.t at line 46 fail #6
# Failed test 12 in t/modules/speling.t at line 50 fail #5
# Failed test 13 in t/modules/speling.t at line 46 fail #7
# Failed test 14 in t/modules/speling.t at line 50 fail #6
# Failed test 15 in t/modules/speling.t at line 46 fail #8
# Failed test 16 in t/modules/speling.t at line 50 fail #7
# Failed test 35 in t/modules/speling.t at line 46 fail #18
# Failed test 36 in t/modules/speling.t at line 50 fail #9
# Failed test 37 in t/modules/speling.t at line 46 fail #19
# Failed test 38 in t/modules/speling.t at line 50 fail #10
# Failed test 39 in t/modules/speling.t at line 46 fail #20
# Failed test 40 in t/modules/speling.t at line 50 fail #11
t/modules/speling.t ................. Failed 12/48 subtests
(less 13 skipped subtests: 23 okay)
This is on macOS. The speling tests show:
# testing : Checking case. Expecting: 301
# expected: 301
# received: '200'
not ok 11
# testing : Redirect ok
# expected: qr/good\.html|several1\.html/
# received: '<html></html
# '
not ok 12
# Failed test 11 in t/modules/speling.t at line 46 fail #6
# Failed test 12 in t/modules/speling.t at line 50 fail #5
# testing : Checking wrong extension. Expecting: 300
# expected: 300
# received: '404'
not ok 13
# testing : Redirect ok
# expected: qr/good\.html|several1\.html/
# received: '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
# <html><head>
# <title>404 Not Found</title>
# </head><body>
# <h1>Not Found</h1>
# <p>The requested URL /modules/speling/nocase/good.wrong_ext was not found on
this server.</p>
# </body></html>
# '
not ok 14
# Failed test 13 in t/modules/speling.t at line 46 fail #7
# Failed test 14 in t/modules/speling.t at line 50 fail #6
# testing : Checking NC wrong extension. Expecting: 300
# expected: 300
# received: '404'
not ok 15
# testing : Redirect ok
# expected: qr/good\.html|several1\.html/
# received: '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
# <html><head>
# <title>404 Not Found</title>
# </head><body>
# <h1>Not Found</h1>
# <p>The requested URL /modules/speling/nocase/GOOD.wrong_ext was not found on
this server.</p>
# </body></html>
# '