Installing thttpd on same server as apache?
Hi,After executing the following installation commands:
cd /usr/src/redhat/SOURCES
wget http://www.acme.com/software/thttpd/thttpd-2.25b.tar.gz
rpm -ta thttpd-2.25b.tar.gz
rpm -i /usr/src/redhat/RPMS/i386/thttpd-2.25b-1.i386.rpm
... what changes should be done after this to properly bind thttpd to a seperate IP on the same machine with Apache?
Also, does thttpd auto start on reboots? I remember reading somewhere that you had to create a bash script to do that.
Oops, one more question: The config file for thttpd has a document root at /usr/local/www. If I create a virtual site in cpanel at /home/user/www/ and use the IP for thttpd for it, will I also need to change the document root to that in the config file?
Thanks for your help!

