CA BD NY
  • Categories

  • Recent Posts

  • RSS MySQL Hacker

  • RSS CentOS Hacker

  • RSS Editor's Lists

    • An error has occurred; the feed is probably down. Try again later.
  • Meta

  • Archive for the Virtual Host Category


    Running Apache with PHP5 and PHP4 modules on the Same Linux Server

    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 [...]

    Disabling SSL v2 in Apache/SSL

    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 [...]

    Output Filtering Using PHP

    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 [...]

    Setting up a PHP Filter for a Directory Alias

    Published July 11th, 2009

    Creating a PHP filter for a directory alias or location

    Running Web Sites Under Multiple User Accounts with mod_itk

    Published November 28th, 2008

    How to run Apache using different Linux user accounts for each virtual host