[EMAIL PROTECTED] wrote: > What I cannot do (and really would like to) is to tell the s.cgi program to connect > to the machine running the searchd. Where and hwo do I tell it that searchd does not > run on the localhost? > > Hope you can help me on this. Well, it's as easy as finding the line DaemonAddress at the top of etc/s.htm file and replacing 127.0.0.1 to your daemon address. You should also allow access to searchd from frontend machine. To do that, replace AllowFrom 127.0.0.1 directive in searchd.conf to IP of your frontend machine, and restart searchd. > BTW - FANTASTIC program. Thanx! Please report about your further progress with ASPSeek. -- |< [] [] |_ [EMAIL PROTECTED] http://kir.sever.net ICQ 7551596 -- There are two ways to write error-free programs; only the third one works. (C) 1982, Alan J. Perlis
