apache mode not enabled

Moderator: Lillian.W@AST

Post Reply
zqhong
Posts: 1
youtube meble na wymiar Warszawa
Joined: Thu Mar 21, 2019 4:11 am

apache mode not enabled

Post by zqhong »

I'm noticing that I cannot use .htaccess to setup password controlled access to the webserver. The error message was 'Invalid command 'AuthType'', which points to mode-authn-core not enabled.

Is there a way that I can fix this? Thank you.
User avatar
father.mande
Posts: 1817
Joined: Sat Sep 12, 2015 2:55 am
Location: La Rochelle (France)

Re: apache mode not enabled

Post by father.mande »

Hi,
zqhong wrote:I'm noticing that I cannot use .htaccess to setup password controlled access to the webserver. The error message was 'Invalid command 'AuthType'', which points to mode-authn-core not enabled.
Is there a way that I can fix this? Thank you.
I have solve the problem by adding a mods-available pointing on authn_core, then create a link to this new .conf file in mods-enabled

Code: Select all

cat mods-available/authn_core.conf
LoadModule authn_core_module /usr/builtin/lib/apache2/modules/mod_authn_core.so
[EDIT] I forget ... restart Apache after the change (/usr/builtin/etc/init.d/S54apache2 restart)

You don't have to redo this, up to an A.D.M. update (check was require)
I have open a ticket on this problem.

Philippe.
AS6602T / AS5202T /AS5002T / AS1002T / FS6706T
Post Reply

Return to “[Official] For AS40XX Series”