I have compiled a really small web server from
here,and
attached it.If you have installed the ftp server from
this post,then all you need to do is add the following line to the following files.
/etc/services
micro_http 80/tcp # Micro HTTP server
/etc/inetd.conf
micro_http stream tcp nowait nobody /bin/micro_httpd micro_httpd /
and do the following (in my example micro_http's new name is 9ae0):
rw
cp /drive0/fids/9ae0 /bin/micro_http
chmod ugo+x /bin/micro_http
cd /
tar -xvzpf /drive0/fids/9aa0 usr/bin/tail
ro
restart/start inetd
However, I am not connected to the network at the moment, but testing from
the command line seems to work.