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

Who doesn't love third-party apps? Get together and talk about them here.

Moderator: Lillian.W@AST

Post Reply
User avatar
father.mande
Posts: 1807
youtube meble na wymiar Warszawa
Joined: Sat Sep 12, 2015 2:55 am
Location: La Rochelle (France)

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

Post 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.
AS6602T / AS5202T /AS5002T / AS1002T / FS6706T
User avatar
father.mande
Posts: 1807
Joined: Sat Sep 12, 2015 2:55 am
Location: La Rochelle (France)

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

Post 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.
AS6602T / AS5202T /AS5002T / AS1002T / FS6706T
Post Reply

Return to “Developer's Corner”