search for: send_raw_order_file

Displaying 1 result from an estimated 1 matches for "send_raw_order_file".

2007 Dec 18
0
Using mod_xsendfile and x_send_file with Mongrel
...ls controllers: x_send_file(@order.file_name, :type => ''text/plain; charset=us-ascii'', :disposition => ''inline'') I get the following error in my apache log: No such file or directory: xsendfile: cannot open file: proxy:http://localhost:8000/admin/orders/send_raw_order_file/1/my_order_file.txt I''ve tried a few things but I can''t seem to get past this error.. I had a feeling it was because Apache was still trying to pass the request through the proxy, which was prepending the http://localhost:8000 to the url, which may have cause dthe error, but I...