Can someone tell me how to install apache2 on sudogateway so that I can copy
over the CGI configs, and the scripts that open the doors?
Or if you want to do that yourself and then let me know, that's fine.
basically this is in /etc/apache2/sites-available/www.conf
# Enable basic CGI with Basic Auth (only behind TLS)
<Directory /home/web/cgi-bin>
AuthType Basic
AuthName "Blarg"
AuthBasicProvider file
AuthUserFile "/home/web/passwords"
Require valid-user
Options ExecCGI
SetHandler cgi-script
</Directory>
and the files
/home/web/passwords
/home/web/accessadd.sh
/home/web/cgi-bin/*
I can do some of this myself but setting up apache2 with certbot for
room.sudoroom.org to work would be a long shot for my first try, and i figured
other people have more experience.
-jake