Page 1 of 1

[myHD R.C.1 0.9] ADM 3.2/3.3 Workaround for WebUI user/password control

Posted: Fri Feb 22, 2019 11:55 pm
by father.mande
Hi,
===== normally solved with myHD 0.9.1

The user / password control for myHD WebUI don't works in A.D.M. BETA 3.3 AND 3.2.x due to the lack of a configuration in Apache Web server :
==== THIS WILL BE INCLUDED in NEXT myHD VERSION ...
To solve this :
open a terminal root / your_password
cd /usr/builtin/etc/apache2/mods-available
... create a new file name : authn_core.conf with this inside : "LoadModule authn_core_module /usr/builtin/lib/apache2/modules/mod_authn_core.so"

Code: Select all

root@AS5002TAPHIL:/volume0/usr/builtin/etc/apache2/mods-available # cat authn_core.conf
LoadModule authn_core_module /usr/builtin/lib/apache2/modules/mod_authn_core.so
root@AS5002TAPHIL:/volume0/usr/builtin/etc/apache2/mods-available #
... now
cd ../mods-enabled
ln -s ../mods-available/authn_core.conf

... restart Apache server
/usr/builtin/etc/init.d/S54apache2 restart

I don't use the default tool : a2enmod ... because I don't retrieve it in A.D.M. ... so I do it manually

Philippe.

Re: [myHD R.C.1 0.9] ADM 3.2/3.3 Workaround for WebUI user/password control

Posted: Sun Feb 24, 2019 10:57 pm
by father.mande
Hi,

This is (normally) solved with myHD 0.9.1 available in this forum
... update is short NO re-installation of Ubuntu environment.

Philippe.