Archive for the 'Apache' Category

PHP 5.1.4 and Apache Problems

Thursday, April 30th, 2009

I know, I am behind the times. PHP 5.3 is almost ready for prime time, but I was still using PHP 5.1.4 I was having some major issues with Apache recently, although I don’t think it was Apache that was the problem. I wasn’t able to diagnose the problem, but I believe connections to […]

Deploying the Zend Framework with Apache Environment Variables

Wednesday, February 6th, 2008

I have recently set up my development environment in a way that mimics my production environment as closely as possible, which is easy even though I develop on Kubuntu and deploy on centOS. For example, I utulize the exact same directory structure and I make use of php.ini file for settings specific to dev, like […]

301 Redirects with Apache .htacess file

Thursday, September 7th, 2006

I’ve just spent more time than I care to in the last couple of days trying to figure out rewriting urls with Apache, both through .htaccess files and directly in the conf file. Today was relatively painless, as I just had to come up with a way to 301 redirect all “extra domains” and some […]