I'd like to create launchd.plist file for an httpd server. Problem is - when the httpd is run as privileged user it daemonizes, which is not allowed by launchd.plist manual page. If I don't run it as superuser - it cannot bind to privileged port (which is not necessary, but nice to have).
Question - what are my options for binding unprivileged daemon to a privileged port? I do know that Linux has privbind project. Is there a solution that can be used together with Mac OS X's launchd? Can/Should I use privbind and hack it together with launchd.plist format?