Subject: failed to load external entity proxy:// ..?
Date: Fri, 26 Jan 2007 22:33:07 +0100 (CET)
I am using the latest dev. snapshot for mod_xslt. I have an xml pi decl the
location to my xslt inside the doc. However, when I request the file I see
errors like this:
failed to load external entity "proxy:///var/www/foo.xslt"
couldn't load: /var/www/foo.xslt
The href in the pi is explicitly set to /var/www/foo.xslt yet why is it
trying to prepend the proxy:// protocol? I thought it would try direct file
access first? If I change it to http://localhost/foo.xslt things work as
expected.
What is going on here? Where is this proxy uplift being applied?