search for: fitsfetch

Displaying 1 result from an estimated 1 matches for "fitsfetch".

2005 Dec 31
0
Executing System calls under Apache
Our Rails App executes a system call: system("app/bin/fitsfetch.sh", url, dir, item, status_file) It''s a simple bash script to download a URL and move it to a new directory while changing the filename (also reporting a status from a simple status file). It works fine under Webrick, but fails when we run under Apache2. I''m guessing it ha...