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.

July 30th, 2008 at 6:40 pm
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
August 4th, 2008 at 12:39 pm
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?
August 4th, 2008 at 4:38 pm
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.