open_basedir will slow you down – security vs. speed
Friday, March 21st, 2008Just a quickie. I’m working on some security enhancements for my new website project, and in that progress, I have moved away from Apache2.2.3 and now using Lighttpd instead. Lighttpd does not use the same method of invoking php as apache does (mod_php vs. fast-cgi php). In my eager to make the ...