On 01/02/2022 13:30, Joakim Erdfelt wrote:
The setuid code is maintained at https://github.com/eclipse/jetty.toolchain/tree/master/jetty-setuid
I've tried using this once, many years ago, but had so much trouble with it that I gave up. These days I run my Jetty server as an unprivileged user on port 8080/8443, and then use an iptables rule to forward traffic from ports 80/443 to ports 8080/8443. Easy to do, no complicated installs, works perfectly.
-- John English _______________________________________________ jetty-users mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users
