I configure LiteSpeed SAPI App lsphp for template (it works on litespeed)
Name $VH_NAME_lsphp
Address uds://tmp/lshttpd/$VH_NAME_lsphp.sock
Environment PHP_INI_SCAN_DIR=$VH_ROOT/$VH_DOMAIN/php/conf.d
but then
- there is no lsphp socks in /tmp/lshttpd
- Environment variable interpolate to $VH_ROOT/$VH_DOMAIN/php/conf.d
so variables are not working, why?
php works but I have no idea how?
Name $VH_NAME_lsphp
Address uds://tmp/lshttpd/$VH_NAME_lsphp.sock
Environment PHP_INI_SCAN_DIR=$VH_ROOT/$VH_DOMAIN/php/conf.d
but then
- there is no lsphp socks in /tmp/lshttpd
- Environment variable interpolate to $VH_ROOT/$VH_DOMAIN/php/conf.d
so variables are not working, why?
php works but I have no idea how?