here is how to install a TUX webserver: 1) get the latest TUX patch and userspace utilities: wget http://people.redhat.com/~mingo/TUX-patches/tux2-full-2.4.13-A2.bz2 wget http://people.redhat.com/~mingo/TUX-patches/tux-2.1.0.tar.gz 2) apply the TUX patch to a vanilla 2.4.13 kernel tree: patch -p0 < tux2-full-2.4.13-A2 3) do 'make oldconfig', enable TUX in the kernel config, compile it and boot into the TUX kernel. 3) compile & install the userspace utilities: tar xzvf tux-2.1.0.tar.gz cd tux-2.1.0 make make install 4) start up TUX: service tux start [or try "./tux.init start" on non- Red Hat systems.] 5) put a sample index.html into the default docroot: echo 'Hello WebWorld!' > /var/www/html/index.html thats all, TUX should work now: lynx http://localhost/ if you have any questions about TUX, you might want to subscribe to the TUX development mailing list: echo subscribe | mail tux-list-request@redhat.com or you can also mail me directly at: Ingo Molnar .