Richard G
Verified User
When we changed from mod_php to php-fpm several years ago, we used mod_htscanner2 for apache and php htscanner for php as instructed in the docs.
Last part of that instruction was this:
Now the php htscanner option is residing in the
However, the newer versions of php like 8.1 and 8.2 and 8.3 which we are using now, do not support php_htscanner anymore so on every compile you will see the notice:
So I thought to disable this in the php_extensions.conf file, but then I'm worried of the mod_htscanner2 is still compiled with newer apache, because I can't find where that option is set.
So where is that residing? Or is the mod_htscanner2 depending on the presence of the php_htscanner being enabled?
Last part of that instruction was this:
Code:
./build set_php htscanner yes
./build mod_htscanner2
Now the php htscanner option is residing in the
/usr/local/directadmin/custombuild/php_extensions.conf
file.However, the newer versions of php like 8.1 and 8.2 and 8.3 which we are using now, do not support php_htscanner anymore so on every compile you will see the notice:
There is no htscanner available for PHP 8.2.
So I thought to disable this in the php_extensions.conf file, but then I'm worried of the mod_htscanner2 is still compiled with newer apache, because I can't find where that option is set.
So where is that residing? Or is the mod_htscanner2 depending on the presence of the php_htscanner being enabled?