My feeling is that the router should just be a router and not do all
this other stuff. I would vote for just proxying 80 and 443 to saros.
On Sat, Mar 4, 2023 at 12:48 AM Jake via sudo-sys <sudo-sys(a)sudoroom.org> wrote:
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
_______________________________________________
sudo-sys mailing list -- sudo-sys(a)sudoroom.org
To unsubscribe send an email to sudo-sys-leave(a)sudoroom.org
More options at
https://sudoroom.org/lists/postorius/lists/sudo-sys.sudoroom.org/