...

I did it :)

Test build of RAD GNU/Linux uses vserver for regular service
management. Example:

8<--------------------------------------
interface ethernet 0
 address 10.0.0.2/24
 address 10.0.0.3/24
 address 10.0.0.4/24
!
resource-list test
 address 10.0.0.2/24
 scheduler hard 30%
 limit nproc 16 files 8
 limit data 4096
 limit rss 1024
!
service httpd
 port 80
 realm basic root:secret
 allow 192.168.0.0/255.255.0.0
 resource-list test
8<--------------------------------------

So service httpd will be limited to ~30% cpu load, 16 running processes,
8 open files, 4Mb data and 1Mb rss. And will only see 10.0.0.2/24.

If there is anybody interested in details, mail me or see docs for 0.2.1 at
http://rad.peet.spb.ru/files/doc/

PS: sorry poor English in docs -- I have no persistent proofreader, and
this version still is not checked.

-- 
Peter V. Saveliev
_______________________________________________
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to