I am running FreeBSD on my server, I have Apache 1.3.33 running. I have
installed mod_ruby, I think. I added “Include
/usr/local/etc/apache/httpd.conf.mod_ruby” to httpd.conf. I have a file
called test.rbx all it has is some basic stuff
puts “Content-Type: text/html”
puts
puts “”
puts “”
puts “
Hello Ruby!
”puts “”
puts “”
and index.html is just has a link to test. When i click on the link I
get an error…
Forbidden
You don’t have permission to access /test.rbx on this server.
Apache/1.3.33 Server at foo.bar.com Port 80