Click On Tyler Hall

Originally from Nashville, I'm an engineer working for Yahoo! in Sunnyvale and paying my way with PHP and Cocoa.

VirtualHostX Now Supports Custom Apache Directives

Wednesday, July 30 2008

The latest version of VirtualHostX (1.1.0) now supports adding custom Apache directives to your virtual hosts. This was a feature I had been planning on releasing with version 2.0 but decided to add a simple implementation after so many users requested it.

As always, please send in your feedback and report any bugs you find. You can email me directly or use the built-in feedback option from the VirtualHostX menu.


Reader Comments


  1. Shrop Says:

    Thank you Taylor! I will download and git it a shot tonight. Will certainly let you know if I run into any issues.

    Thanks!
    Shrop

  2. Tim Swan Says:

    It would be great if you could give an example of how this can be used. For example, could I turn on SSI processing through the directives?

  3. Tyler Says:

    Whatever you enter into the custom directives box is inserted verbatim
    into the vhost container like so…

    <VirtualHost *>
    ServerName domain.com
    DocumentRoot /var/www/html
    – text from directives box will be inserted here –
    </VirtualHost>

    It's just a place for you to insert extra settings that VHX doesn't
    directly support.


Leave a Reply