
1. Put the file shellver somewhere (e.g. /usr/local/sbin)

2. Edit the file shellver and change the www root directory

3. Edit /etc/inetd.conf and add the line

www    stream  tcp     nowait  nobody  /usr/local/sbin/shellver

4. Look at the file /etc/services, if there is a line

www             80/tcp          	            # WorldWideWeb HTTP

   If there is not, add it :-)

5. Restart inetd with killall -HUP inetd

6. That's all. 
