from chapter 9 of wrapmod:
There are a number of standard variables that Apache adds to the
environment prior to invoking the content handler. These include
DOCUMENT_ROOT and SERVER_SOFTWARE. By default, the complete C<%ENV>
hash is not set up until the content response phase. Only variables
se
>
>
> > PerlPostReadRequestHandler 'sub { Apache->request(shift) }'
>
> doug,
> thanks for the response. I had tried the bandaid with no luck.
> Probably should have said that in the post :-)
Ok having realised that the Handler wasn't getting called as I already had
another PerlP