User Tools

Site Tools


сервис_inetd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
сервис_inetd [2012/03/26 17:44]
val создано
сервис_inetd [2022/09/13 14:06] (current)
val [Debian/Ubuntu]
Line 1: Line 1:
 ====== Сервис INETD ====== ====== Сервис INETD ======
  
-===== Ubuntu ​=====+===== Установка ​===== 
 + 
 +==== Debian/​Ubuntu ​====
 <​code>​ <​code>​
-apt-get install ​openbsd-inetd+apt install ​inetutils-inetd 
 +</​code>​ 
 + 
 + 
 + 
 +===== Настройка ==== 
 + 
 +[[Средства программирования shell#Web сервер на shell]] 
 + 
 +==== Debian/​Ubuntu ==== 
 +<​code>​ 
 +# cat /​etc/​inetd.conf 
 +</​code><​code>​ 
 +... 
 +www stream tcp nowait root /​usr/​local/​sbin/​webd webd 
 +#www stream tcp nowait user1 /​usr/​local/​sbin/​webd webd 
 +#www stream tcp nowait root /​usr/​sbin/​chroot chroot /var/www/ /​sbin/​webd 
 + 
 +#82 stream tcp nowait root /​usr/​local/​sbin/​webd webd 
 +</​code>​ 
 + 
 + 
 +===== Запуск ==== 
 + 
 +==== Debian/​Ubuntu ==== 
 +<​code>​ 
 +# service inetutils-inetd ​restart
 </​code>​ </​code>​
  
  
сервис_inetd.1332769479.txt.gz · Last modified: 2013/05/22 13:50 (external edit)