News Feed
Jobs Feed
Sections




News Archive
Ilia Alshanetsky's Blog:
Beware of the default Apache 2 config for PHP
August 31, 2010 @ 09:38:57

Ilia Alshanetsky has a suggestion for those setting up PHP and Apache2 for the first time - beware of the default configuration!

About a week ago, I was doing some upgrades on my development machine and came across a rather nasty issue when it comes to how .php(s) files are associated with PHP in Apache. It seems that a number of distros including Gentoo (which is what I was using) are using the [same] configuration directive to make the PHP module parse PHP files

The problem comes from their use of "AddHandler" versus "AddType" when telling Apache which files to parse as PHP. The first allows anything with ".php" in its filename to be parsed while the second limits it to just files ending in ".php". Check your configuration to ensure you're not open to this issue, especially if there's scripts/files outside of your control.

0 comments voice your opinion now!
apache2 configuration problem parse addhandler addtype


blog comments powered by Disqus

Similar Posts

PHPMaster.com: Bending XML to Your Will

MaltBlue.com: Zend Form Mastery with Zend_Config - Part 3, Standard Form & Element Options

Ibuildings Blog: Off-The-Shelf Server Setup

Zeev Suraski's Blog: PHP Security

Derick Rethans' Blog: British date format parsing


Community Events











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


release phpunit code language zendframework2 unittest podcast object conference example tool community testing framework series interview functional introduction development opinion

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