Apache Basic Authentication

From Chorke Wiki
Revision as of 01:42, 29 January 2020 by Shahed (talk | contribs) (Created page with "<source lang="bash"> apt-get -y install mariadb-server mariadb-client apt-get install libaprutil1-dbd-mysql </source> <source lang="bash"> a2enmod dbd a2enmod authn_dbd a2enm...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
apt-get -y install mariadb-server mariadb-client
apt-get 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