Hi all,<br><br>I'm using Perlbal + mogilefs + PHP to handle file storage for my online websystem. However, I'm having a problem with PHP and sending the X-REPROXY-URL with the MogileFS urls.<br><br>The problem that I'm having is the PHP is sending headers that discourage caching, ie: Cache-Control, Pragma.. This causes the last-modified header from mogstored to not appear and for the files not to be cached on the client and to be downloaded on every view.
<br><br>I tried 'blanking' the headers by doing:<br> header("Cache-Control: ");#<br> header("Pragma: ");<br> header("Expires: ");<br><br><br><br>But that didn't help in the caching problem.
<br><br>Does anyone have any ideas what might work and solve this problem?<br><br>Thanks<br><br>