I'm trying to run an app on a low port, but I don't want the servers running as root. From paste/script/serve.py, it looks like the setuid happens before the server is started. Since Paste drops privileges before letting the server bind, I don't see any way to serve on a low port without running as root.
Is there something I'm missing, or am I the only person trying to serve on a low port with Paste? :) -- Gary http://blog.extracheese.org _______________________________________________ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users
