User Tools

Site Tools


сервис_inetd

This is an old revision of the document!


Сервис INETD

Установка

Ubuntu

apt-get install openbsd-inetd

FreeBSD

# cat /etc/rc.conf
...
inetd_enable=yes

Настройка

Ubuntu

# cat /etc/inetd.conf
...
www stream tcp nowait root /usr/local/sbin/webd webd

FreeBSD

# cat /etc/inetd.conf
...
http stream tcp nowait root /usr/local/sbin/webd webd
сервис_inetd.1332840345.txt.gz · Last modified: 2013/05/22 13:50 (external edit)