blob: 92940d2729d2b2ab52d21902a662b974a4a3d72f (
plain)
1
2
3
4
5
6
7
|
fuss for Devuan
To make fuss work with apache2 in a Debian-like apache2 environment, you will need to run these commands.
for word in proxy rewrite ssl headers ; do sudo a2enmod ${word} ; done
-- B. Stack <bgstack15@gmail.com> Tue, 05 Jan 2021 11:04:29 -0500
|