Phoneprov module not found errors

Trying to set up the http phone provisioning on asterisk 1.8.2.3
I have used the instructions at wiki.asterisk.org/wiki/display/ … n+Asterisk

tried placing test html file in
/var/lib/asterisk/phoneprov/configs
/var/lib/asterisk/phoneprov/

I can access httpstatus and the static manager example files
ie server:8088/static/mantest.html
both return pages as expected.

anything under
server:8088/phoneprov/
returns 404 not found. ie, test.html, configs/sip.cfg

output on asterisk console:
match request [phoneprov/2345-11500-040.bootrom.ld] with handler [httpstatus] len 0
match request [phoneprov/2345-11500-040.bootrom.ld] with handler [phoneprov] len 10
fwrite() failed: Broken pipe
match request [phoneprov/0004f2142560.cfg] with handler [httpstatus] len 0
match request [phoneprov/0004f2142560.cfg] with handler [phoneprov] len 10
match request [phoneprov/000000000000.cfg] with handler [httpstatus] len 0
match request [phoneprov/000000000000.cfg] with handler [phoneprov] len 10
match request [phoneprov/0004f2142560-boot.log] with handler [httpstatus] len 0
match request [phoneprov/0004f2142560-boot.log] with handler [phoneprov] len 10
match request [phoneprov/0004f2142560-boot.log] with handler [httpstatus] len 0
match request [phoneprov/0004f2142560-boot.log] with handler [phoneprov] len 10
match request [phoneprov/0004f2142560-boot.log] with handler [httpstatus] len 0
match request [phoneprov/0004f2142560-boot.log] with handler [phoneprov] len 10

Does anyone have suggestions? Is there anywhere I can set more verbose debug output?

Reading the sourcecode answered my questions. The phoneprov examples I read online showed all files within the static directory being accessible - this is not the case. Each file that is to be accessible must be defined with a line in phoneprov.conf:
ie:
static_file => sip.cfg
static_file => README.TXT