I just want to know if it is possible to use xinetd as a web server to server simple piped commands.
For example, I want the output of ps -ef|grep root|wc -l to be served over HTTP using xinetd (without any other server software). How can I do that?