johnnysocko
10-18-2008, 08:16 AM
Why can't the web server run a simple vanilla ruby script, say in cgi-bin?
where cgi-bin/test.rb=
#!/usr/bin/ruby
puts "<html><body><p>Hello World</p></body></html>"
It doesn't work. Gives a 500 server error.
where cgi-bin/test.rb=
#!/usr/bin/ruby
puts "<html><body><p>Hello World</p></body></html>"
It doesn't work. Gives a 500 server error.