> So:
> Are there things about this that are doomed to failure? (like using port
81)

No...

> Am I overlooking something (else) obvious?

Yes.  The program that acually listens on a TCP port, and starts the weblet
server for each connection is inetd.  Edit /etc/inetd.conf, and change the
line that starts sh-httpd (weblet's web server) from:

www     stream  tcp     nowait  root    /usr/sbin/tcpd  /usr/sbin/sh-httpd

to:

81     stream  tcp     nowait  root    /usr/sbin/tcpd  /usr/sbin/sh-httpd

NOTE:  Only the port number (the first field) needs to change...everything
else stays the same.

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)



_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to