Error : Server unable to read htaccess file

When I used ./build mod_htscanner2 php-fpm81 all seemed to go ok.
No that is not true.
Again, that command is incorrect, verify with the docs. You're mixing up commands like I said before.

It does not go ok the way you think.

The command is just ./build mod_htscanner2 nothing more, no php-fpm81 behind it.
That is probably the reason that you think it's going ok, because it doesn't care about the php-fpm81 behind it.

./build mod_htscanner2 = Apache mod_htscanner2 enabling, this one goes fine
./build php_htscanner2 php-version = PHP module htscanner2. This one does not go fine, and changing php to mod won't fix it.

Check the docs I pointed to. ;)
 
Back
Top