News Feed
Jobs Feed
Sections




News Archive
Slawek's Blog:
Efficient file serving in PHP application with nginx
March 25, 2011 @ 12:34:34

In a quick new post to his blog today Slawek looks at a method he's come up with to more efficiently serve up files in a PHP application using the nginx web server.

Sometimes we need to serve files directly from application, especially when file access is restricted by account permissions. Using readfile() to achieve this can successfully kill our web server - even without huge load. To avoid performance problems we can use nginx X-Accel-Redirect feature, and serve files from application through nginx server.

He sets up an example situation - serving up gallery images for a basic site - and shows how to configure the nginx server with the "/gallery" directory and the PHP code you'll need to push the "X-Accel-Redirect" header along with the contents of the image.

0 comments voice your opinion now!
nginx application gallery image file serving


blog comments powered by Disqus

Similar Posts

Ask Apache Blog: A better way to use PDF files online

Zend Developer Zone: AJAX Chat Tutorial Part 7 : Usability Improvements

Zend Developer Zone: Codemash Teaser: Caffeinated PHP

Volker Dusch's Blog: Running your Unittests everytime you save a file

Douglas Brown's Blog: Three Important Tips to Write PHP Code Defensively


Community Events









Don't see your event here?
Let us know!


tool object opinion language api unittest community example framework podcast zendframework2 code interview composer introduction development event functional testing release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework