News Feed
Jobs Feed
Sections




News Archive
Kevin Schroeder:
Why you should not use .htaccess (AllowOverride All) in production
February 25, 2013 @ 10:31:09

Kevin Schroeder has posted the results of some research he did around using the "AllowOverride" setting in Apache. He found some interesting differences when it was set to "all".

Commonly known as .htaccess, AllowOverride is a neat little feature that allows you to tweak the server's behavior without modifying the configuration file or restarting the server. [...] Beyond the obvious security problems of allowing configuration modifications in a public document root there is also a performance impact. What happens with AllowOverride is that Apache will do an open() call on each parent directory from the requested file onward.

He includes the output from a strace call in the post - first showing the function calls with it set to "none" then the same request with the setting on "all". More "open" calls are being made in the second run, increasing the execution time by a decent amount.

0 comments voice your opinion now!
apache allowoverride all htaccess production setting performance


blog comments powered by Disqus

Similar Posts

PHPMac.com: Building and Installing Apache 2 and PHP 5.1.1 on Mac OS X 10.4.3 Tiger

Sebastian Bergmann's Blog: PHP Project Wizard

Mike Naberezny\'s Blog: Optimizing Zend Studio on Mac OS X

Benjamin Eberlei's Blog: Benchmark and Optimize Zend Framework Performance

Kevin Schroeder: Why is FastCGI /w Nginx so much faster than Apache /w mod_php?


Community Events









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


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

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