Hi Eliza, If I understand the problem correctly, you are trying to use the TPP web interface, via the url http:://<myserver>/cgi-bin/tpp_gui.pl and are getting back errors in the log file stating that the command "tpp_hostname" can't be found. I took a closer look at this cgi script, and on my system it reads the location of the bin directory from a config file, normally found in the same directory as the cgi and named tpp_gui_config.pl. If you haven't already looked into this, could you check this and the cgi files to see what the location is?
The commands that should do this are: % cd /usr/local/tpp/cgi-bin % grep 'readconfig.*tppbin' tpp_gui.pl % grep tppbin tpp_gui_conf.pl The other thing I'm curious about is how you have setup apache and your system hostname. I noticed in some of your emails that the url's contain " http://localhost", and in your check_env.pl output the HTTP_HOST is listed as "host". Are you perhaps using virtual hosts in your Apache configuration? - -- Joe Slagel Institute for Systems Biology [email protected] (206) 732-1362 -- You received this message because you are subscribed to the Google Groups "spctools-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spctools-discuss?hl=en.
