Looks like the right way to set an alternat port for thttpd. Have you checked to see if thttpd is listening on the desired port (use "netstat -ln")? Have you tried using the -p command line option instead of the port config file setting?
Also, what's with the host=192.168.0.129 business? IIRC, this will make thttpd try to bind to port 8080 on IP 192.168.0.129, which won't work in most of the default LEAF setups, which don't have that IP assigned to the firewall. Does your setup actually have this IP assigned to the LEAF box? Charles Steinkuehler http://lrp.steinkuehler.net http://c0wz.steinkuehler.net (lrp.c0wz.com mirror) ----- Original Message ----- From: "Godfried Duodu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, August 02, 2002 3:21 PM Subject: Re: [leaf-user] Thttpd and Weblet #thttpd config file port=8080 dir=/var/www user=www-data cgipat=/cgi-bin/* throttles=/etc/thttpd/thttpd.throttles host=192.168.0.129 logfile=/var/log/thttpd.log #pidfile= >>> "Charles Steinkuehler" <[EMAIL PROTECTED]> 8/2/02 2:59:39 PM >>> > Can I run both programs on my leaf box using different ports? Yes > Weblet is using port 80 and thttpd using 8080. Both ports have been opened on the firewall but only weblet can be accessed. > Any ideas what I am doing wrong? What's your thttpd config file look like? Charles Steinkuehler http://lrp.steinkuehler.net http://c0wz.steinkuehler.net (lrp.c0wz.com mirror) ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
