Apache Basic Authentication

From Chorke Wiki
Revision as of 01:46, 29 January 2020 by Shahed (talk | contribs)
Jump to navigation Jump to search
apt -y install mariadb-server mariadb-client
apt install libaprutil1-dbd-mysql
a2enmod dbd
a2enmod authn_dbd
a2enmod authz_dbd
authn_socache
systemctl restart mysql
update-rc.d mysql enable
systemctl restart apache2
update-rc.d apache2enable

References