[wpmu-trac] [WordPress MU Trac] #1125: Support for X-Sendfile and X-Accel-Redirect in wp-content/blogs.php

WordPress MU Trac wpmu-trac at lists.automattic.com
Mon Oct 5 11:49:30 UTC 2009


#1125: Support for X-Sendfile and X-Accel-Redirect in wp-content/blogs.php
-------------------------+--------------------------------------------------
 Reporter:  jdub         |       Owner:  somebody 
     Type:  enhancement  |      Status:  new      
 Priority:  normal       |   Milestone:           
Component:  General      |     Version:           
 Severity:  normal       |    Keywords:  has-patch
-------------------------+--------------------------------------------------
 wp-content/blogs.php allows WPMU to serve files from different sites and
 blogs with clean, consistent URLs. Unfortunately, that currently means
 that PHP is responsible for reading the file and passing it to the web
 server (or worse, a front end proxy).

 This patch allows WPMU to short circuit most of wp-content/blogs.php by
 providing an X-Sendfile or X-Accel-Redirect header to the front end web
 server (depending on what it supports), so it can serve the file directly.

-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/1125>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list