I am finding myself frequently needing to issue php_value
directives to .htaccess, however with FCGI I'm simply stuck not being able to do this.
I thought the solution might be to use htscanner, however it seems a bit dated and problematic for some people in php 5+.
I also found this snazzy little project (htscanner-enhanced) that seems to perhaps offer a solution, but has not been updated recently… which always gives me pause and concern that perhaps it could become a headache I don't want to deal with down the road due to lack of maintenance.
Is there a preferred way of configuring php on a per site basis outside of these when the option of using .htaccess
is not nonexistent?