On Wed, 19 Sep 2001, Jack Snodgrass wrote: > You have to use wget. The syntax is something like > wget -o /dev/null -O - http://url..... > > lynx wants a termilal that apache doesn't provide. I think that try within the exec: TERM=vt100 ; export TERM ; lynx (...etc as before) which works in shell scripts for me. -- Russ Herrold