|
From: Martin N. <mn...@ma...> - 2006-06-25 21:07:45
|
Hello, I want to start using wrapper in my server as a daemon under unix. The problem is that in unix as a normal user I cannot listen to the port lower than 1000, and nobody would allow server to run my server under root account because of security reasons. So what would I like to do is to start as root, bind ports, and then switch to different user. I would appretiate if somebody can write me if this is supported by wrapper. thanks, Martin |