Posted in PHP on Apr 21st, 2008
“He who would learn to fly one day must first learn to stand and walk and run and climb and dance; one cannot fly into flying.” — Friedrich Nietzsche
In the initial post, “PHP Implementation” three ways to implement PHP were outlined. In the previous post, PHP as a Module, PHP configured to run as [...]
Read Full Post »
Posted in PHP on Apr 21st, 2008
“You don’t get harmony when everybody sings the same note.” — Doug Floyd
In the previous post, “PHP Implementation” we outlined three ways to implement PHP. In this first post, we will examine PHP as an Apache module. When PHP is used as a module, it inherits Apache’s user permissions. PHP basically is [...]
Read Full Post »
Posted in PHP on Apr 21st, 2008
“The act of contemplation then creates the thing created.” — Isaac D’Israeli
My last post, “An Apache Implementation,” went through the steps of setting up a secure web server. The posting ended with the server having no CGI capabilities. While this might be secure, the usefulness is somewhat limited. In the next few [...]
Read Full Post »