editing thttpd.conf?

i have thttpd installed on the port of an ip, but i just got an additional ip address. is it possible to add the new ip address while still having the old ip:port working as well?

if so, how do i edit thttpd.conf to get that to work


here is the current thttpd.conf


dir=/var/www/html/images/
chroot
logfile=/var/log/thttpd.log
pidfile=/var/run/thttpd.pid
port=777
host=<old ip address>

 

 

 

 

Top