When overriding php directives in LiteSpeed under "Apache Style Configurations" for a vhost template which server variables are available to reference?
Doing this works:
php_admin_value error_log /www/$VH_NAME/logs/php_errors.log
Doing this doesn't work
php_admin_value error_log /www/$VH_ROOT/logs/php_errors.log
Doing this works:
php_admin_value error_log /www/$VH_NAME/logs/php_errors.log
Doing this doesn't work
php_admin_value error_log /www/$VH_ROOT/logs/php_errors.log