Hi all,<br><br>I&#39;m using Perlbal + mogilefs + PHP to handle file storage for my online websystem. However, I&#39;m having a problem with PHP and sending the X-REPROXY-URL with the MogileFS urls.<br><br>The problem that I&#39;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 &#39;blanking&#39; the headers by doing:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; header(&quot;Cache-Control: &quot;);#<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; header(&quot;Pragma: &quot;);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; header(&quot;Expires: &quot;);<br><br><br><br>But that didn&#39;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>