x-sendfile
2 posts
• Page 1 of 1
x-sendfile
Hello
I'm getting the following error when trying to setup everything like the mod_xsendfile quickstart: Path "c:\inetpub\wwwroot\data\hello.txt dissallowed by configurations"
httpd.conf
XSendFilePath c:/inetpub/wwwroot/data
.htaccess
XSendFile On
This is a windows 2012 R2 Server, running Lucee on Tomcat and using the BonCode Connector. The website directory and the file folder location both have read and write permissions on the IIS_IUSR.
Any ideas?
I'm getting the following error when trying to setup everything like the mod_xsendfile quickstart: Path "c:\inetpub\wwwroot\data\hello.txt dissallowed by configurations"
httpd.conf
XSendFilePath c:/inetpub/wwwroot/data
.htaccess
XSendFile On
This is a windows 2012 R2 Server, running Lucee on Tomcat and using the BonCode Connector. The website directory and the file folder location both have read and write permissions on the IIS_IUSR.
Any ideas?
Re: x-sendfile
Hello.
Most likely you are experiencing this issue because of Boncode connector. For some reason all ColdFusion connectors I've been using, including boncode and jakarta, (except for our Zoo) forcibly disable all post-processing in IIS, therefore making any change to the output stream by any other module impossible. Since mod_zsendfile acts after the backend application has created the response, it is affected by this problem. You can make an experiment and try to set X-Sendfile header using PHP (or ASP) script as described in the documentation: https://www.helicontech.com/ape/doc/mod_xsendfile.htm
Unfortunately I don't have a remedy for this problem except for not using boncode or ColdFusion to set these headers.
Most likely you are experiencing this issue because of Boncode connector. For some reason all ColdFusion connectors I've been using, including boncode and jakarta, (except for our Zoo) forcibly disable all post-processing in IIS, therefore making any change to the output stream by any other module impossible. Since mod_zsendfile acts after the backend application has created the response, it is affected by this problem. You can make an experiment and try to set X-Sendfile header using PHP (or ASP) script as described in the documentation: https://www.helicontech.com/ape/doc/mod_xsendfile.htm
Unfortunately I don't have a remedy for this problem except for not using boncode or ColdFusion to set these headers.
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests