James Britt wrote: > greyfade / gmail.com wrote: > > Given this: > > > #!/usr/bin/env ruby > > What user is executing the script, and is ruby in that user's env? > the user(s) i control, in both cases, and yes, it is in the env. the script works executing with the same command as in the shebang line from a commond console. > Try putting the literal path to Ruby there instead. > no effect. again, i've tried everything. i still get an error 500, but *ONLY* with ruby scripts. _no_other_language_ gives me this trouble. > > James