This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
сервис_inetd [2022/09/13 14:03] val [Debian/Ubuntu] |
сервис_inetd [2024/12/30 19:03] (current) val [Debian/Ubuntu] |
||
---|---|---|---|
Line 4: | Line 4: | ||
==== Debian/Ubuntu ==== | ==== Debian/Ubuntu ==== | ||
+ | |||
+ | * [[https://serverfault.com/questions/389645/ftp-tcp-server-failing-looping|ftp/tcp server failing (looping)]] | ||
+ | |||
<code> | <code> | ||
# apt install inetutils-inetd | # apt install inetutils-inetd | ||
Line 17: | Line 20: | ||
<code> | <code> | ||
# cat /etc/inetd.conf | # cat /etc/inetd.conf | ||
+ | |||
+ | или | ||
+ | |||
+ | # cat /etc/inetd.d/my.conf | ||
</code><code> | </code><code> | ||
... | ... | ||
Line 23: | Line 30: | ||
#www stream tcp nowait root /usr/sbin/chroot chroot /var/www/ /sbin/webd | #www stream tcp nowait root /usr/sbin/chroot chroot /var/www/ /sbin/webd | ||
- | #8000 stream tcp nowait root /usr/local/sbin/webd webd | + | #82 stream tcp nowait root /usr/local/sbin/webd webd |
</code> | </code> | ||