Adding to the previous post titled “An Apache Implementation“, today we will discuss implementing OpenSSL under Apache. To quote from the OpenSSL site, OpenSSL is “a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well [...]
Monthly Archive for April, 2008
PHP Configuration Modifications
Posted in PHP on Apr 21st, 2008
“Coming together is a beginning. Keeping together is progress. Working together is success.” — Henry Ford
Previously, posts discussed PHP Implementation, PHP as a Module, PHP as a CGI, and PHP over FastCGI. This final post discusses some configuration considerations when implementing PHP. Earlier, we copied the file php.ini-recommended to /usr/local/apache/php/lib/php.ini. There are [...]
PHP as a CGI
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 [...]