htscanner not enabled by default

mmgenius

Verified User
Joined
Jan 20, 2004
Messages
180
On a fresh install htscanner is not in the options.conf file but it is not installed (and normally htscanner is default 'yes').
I think I can just install it with './build htscanner yes' but maybe it is usefull to check why it is not installed by default?

'./build options' output:
Code:
Nginx Unit: no
Apache: 2.4.43
mod_ruid2: no
ModSecurity: no
htscanner: no
Dovecot: 2.3.10
Dovecot configuration: yes
AWstats: no
Exim: 4.93.0.4
exim.conf update: yes, release 4.5
BlockCracking: yes
Easy Spam Fighter: yes
SpamAssassin: 3.4.4
SpamAssassin rule updates: daily
ClamAV: 0.102.2
MariaDB: 10.4.12
MySQL backup: yes
MySQL backup directory: /usr/local/directadmin/custombuild/mysql_backups
MySQL compress backups: yes
PHP (default): 7.3 as fastcgi
PHP (additional): 5.6 as fastcgi
phpMyAdmin: 5.0.2-all-languages
ProFTPD: 1.3.6c
Pure-FTPd: no
RoundCube webmail: 1.4.4
Replace "php.ini" with './build all' and './build php_ini': yes
Replace "php.ini" using type: production
Cron for notifications and (or) updates: yes
Cron frequency: daily
Auto notifications: yes
Auto notifications email address: [email protected]
Run "clean" every time: yes
Run "clean_old_webapps" every time: yes
Run "clean_old_tarballs" every time: yes
Show texts in bold: yes
SquirrelMail: 1.4.23-20190509_0200
Zend Guard Loader: no
ionCube loader: no
Suhosin: no
 
I guess you're looking for php_extensions.conf?
Can I just install it using './build htscanner yes' and './build htscanner'? Or do you need to check why it was not installed by default (like mentioned in the FAQ)?
 
It worked to run './build set htscanner yes' and htscanner was set to yes in php_extensions.conf
But when I run './build php_extensions' it doesn't do anything.

How can I install it?
 
you might read through here.
 
Back
Top