I must have both Apache and Litespeed running at the sam time.
Some of .htaccess php_value's direcives are not recognized by my Apache(php-fcgi).
Is this possible to do something like that in .htaccess?
Regards,
sysadm
Some of .htaccess php_value's direcives are not recognized by my Apache(php-fcgi).
Is this possible to do something like that in .htaccess?
Code:
<ifModule litespeed_loaded.c>
php_value something On
#^this is not recognized by Apache
</ifModule>
Regards,
sysadm