Archive for the Virtual Host Category
Published July 1st, 2010
Unfortunately, we still need to maintain some old PHP4 apps for customers along with PHP5 apps. This causes a lot of grief for in-house developers who tend to hate to support old PHP4 stuff. On top of it, maintaining PHP5 and PHP4 modules for Apache on same development server is a painful experience to say [...]
Published January 25th, 2010
Today we found out that one of the client sites had their precious hacker-safe badge dropped because the Web server that they were running was offering SSL v2 support.
So we decided to investigate by running:
$ openssl s_client –ssl2 –connect www.clienthostname.com:443
We were able to connect! This confirmed that we had SSL v2 enabled Apache, which is [...]
Published December 4th, 2009
We needed a prototype filter that allows us to filter Web pages generated by PHP scripts to be post processed using an Apache output filter. In addition, we needed to write the filter in PHP as well. The filter will simply take the HTML (text/html) output generated by a third-party PHP application and do some [...]
Published July 11th, 2009
Creating a PHP filter for a directory alias or location
Published November 28th, 2008
How to run Apache using different Linux user accounts for each virtual host