Solved Where is mod_htscanner2 option saved? Depending on php_htscanner or not?

Richard G

Verified User
Joined
Jul 6, 2008
Messages
14,143
Location
Maastricht
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:
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?
 
Yes, it is.
Ah oke, so then I can't remove it from the php_extensions.conf because then it would alsno not work anymore in Apache.
At first I thought Apache modules where saved somewhere else but then that is not the case.

Thanks!
 
Back
Top